Subversion Repositories Kolibri OS

Rev

Rev 959 | Blame | Last modification | View Log | Download | RSS feed

  1. fasm start.asm start.o
  2. gcc -c shell.c
  3. gcc -c system/kolibri.c
  4. gcc -c system/stdlib.c
  5. gcc -c system/string.c
  6. ld -nostdlib -T kolibri.ld -o shell.kex start.o kolibri.o stdlib.o string.o shell.o
  7. objcopy shell.kex -O binary
  8. kpack shell.kex
  9. pause