Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 355 Bytes

bootloader-mbr

This is a simple bootloader used for a future kernel for my personal usage.

It concists of an mbr boot manager which sole purpose is rellocate itself, find the active partition, load it at address 0x7C00 and jump to it

How to Build

In order to build, you'll need to have a cross-commpiler with the name "i386-elf-*" in your $PATH.