Skip to content

oscwav/primitive-bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primitive-bootloader

This is a very simple bootloader and doesn't do anything.

Bootloader running in QEMU

How to compile the bootloader

You need NASM installed

If you're on Windows you also need to add it to the path variable

Run the make.bat script or type this command: nasm -f bin boot.asm -o boot.bin

How to run it in QEMU

Run the run.bat script or type this command: qemu-system-x86_64 boot.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published