Archive / / / compile.sh
2004-07-29 07:13:25 UTC
previous next
gcc --std=gnu99 -c boot.c nasm -f elf -o entry.o entry.asm ld -T linkscript -o kernel.elf entry.o boot.o