Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
959 leency 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