Skip to content

Egypt-Open-Source/Bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published