Skip to content

A simple BIOS second stage bootloader to load the kernel.

Notifications You must be signed in to change notification settings

EmbeddedOS/bios-bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bios-bootloader

A simple BIOS second stage bootloader to load the kernel. This repository includes a Master Boot Record sector code to load the second stage bootloader. the second stage bootloader will load the kernel.

How to

To build a raw hard disk image:

./image.sh

To run qemu emulator:

qemu-system-i386 -hda boot.img

To boot with a USB drive:

sudo dd if=boot.img of=/dev/sdb

Full blog: link

Youtube:

About

A simple BIOS second stage bootloader to load the kernel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published