Cosmos/build/Test Kernel
2020-07-08 02:03:45 -05:00
..
kernel.asm Rename Build to build 2020-07-08 02:03:45 -05:00
output.bin Rename Build to build 2020-07-08 02:03:45 -05:00
readme.txt Rename Build to build 2020-07-08 02:03:45 -05: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.