add simple boot loader example
This commit is contained in:
3
bootloader1/compile.sh
Executable file
3
bootloader1/compile.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
nasm -f bin boot.asm -o boot.bin
|
||||
dd if=boot.bin of=floppy.img bs=512 count=1 conv=notrunc
|
||||
qemu-system-x86_64 -fda floppy.img
|
||||
Reference in New Issue
Block a user