a simple bootloader for educational purpose
run the following command to compile the code
nasm -f bin boot_sect_main.asm -o boot_sect_main.bin
and to try it run the following command
qemu-system-x86_64 boot_sect_main.bin -boot c
| Name | Name | Last commit date | ||
|---|---|---|---|---|
a simple bootloader for educational purpose
run the following command to compile the code
nasm -f bin boot_sect_main.asm -o boot_sect_main.bin
and to try it run the following command
qemu-system-x86_64 boot_sect_main.bin -boot c