• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Assembly
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A tiny bootloader for x86 IBM-PC compatible machines

tiny-bootstrap

This is a tiny, fully working "bootloader" for x86 IBM-PC computers, which basically does nothing more than print some text to the screen. Mostly a teaching tool. Full writeup is available on my blog. If you just want to see it in action though, just run

 bochs -f bochsrc.txt

which runs bochs with the correct config file.