Cosmos/Build/Test Kernel
2017-08-10 16:04:19 -04:00
..
kernel.asm Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
output.bin Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
readme.txt Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04: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.