Cosmos/Build/Test Kernel
kudzu_cp e34f8f7e65
2012-06-26 18:55:13 +00:00
..
kernel.asm 2012-06-26 18:55:13 +00:00
output.bin 2012-06-26 18:55:13 +00:00
readme.txt 2012-06-26 18:55:13 +00:00

remove the .iso file, and run the commands in the iso root dir:

compiling  output.bin :

nasm -f bin -o output.bin kernel.asm 

build iso:
mkisofs -R -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o boot.iso

then use boot.iso as boot image.