Subversion Repositories Kolibri OS

Rev

Rev 959 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
959 leency 1
fasm start.asm start.o
2
gcc -c shell.c
1647 Nasarus 3
gcc -c system/kolibri.c
4
gcc -c system/stdlib.c
5
gcc -c system/string.c
959 leency 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
1647 Nasarus 8
kpack shell.kex
959 leency 9
pause