Y2K/mbr
Vega 51b7464f02
Add dynamic bootloader compilation
2024-02-22 02:06:07 +00:00
..
README.org Add dynamic bootloader compilation 2024-02-22 02:06:07 +00:00
bootloader.asm Add dynamic bootloader compilation 2024-02-22 02:06:07 +00:00

README.org

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.