Subversion Repositories Kolibri OS

Rev

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

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