Subversion Repositories Kolibri OS

Rev

Rev 1814 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. del *.o
  2. fasm asm_code.asm start.o
  3. echo #define LANG_RUS 1 > lang.h
  4. gcc -c z80/z80.c
  5. gcc -c system/kolibri.c
  6. gcc -c system/stdlib.c
  7. gcc -c system/string.c
  8. gcc -c e80.c
  9. ld -nostdlib -T kolibri.ld -o e80.kex start.o kolibri.o stdlib.o string.o z80.o e80.o
  10. objcopy e80.kex -O binary
  11. kpack e80.kex
  12. pause