Skip to content

hadriann/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

os

A simple mock first-stage bootloader. It loads nothing, just illustrates the skeleton of a basic bootloader.

It can be compiled using nasm:
$ nasm bootloader.asm -o bootloader.bin -f bin

And can be tried out using qemu:
$ qemu -fda bootloader.bin

About

Faking a bootloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published