Y2K/mbr/README.org

239 B

Bootloader

This is the bootloader source code of Y2K. to build run nasm bootloader.asm -o bootloader.bin

You need to execute ld -r -b binary -o bootloader.o bootloader.bin to create the object file used to compile the code.