Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 425 Bytes

File metadata and controls

15 lines (9 loc) · 425 Bytes

DIY Assembly Bootloader

First, Make Sure that "nasm" assembler is installed on your computer, then assemble the "boot.asm" by "nasm"


Run it on qemu i386 system:


qemu-system-i386 {assembled binary file from the boot.asm} 

Created by @zoroxide