Skip to content

A tiny bootloader for x86 IBM-PC compatible machines.

Notifications You must be signed in to change notification settings

codicoscepticos/tiny-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tiny-bootstrap

This is a tiny, fully working "bootloader" for x86 IBM-PC computers.

It prints text to the screen (and the code is doing that via some calls to subroutines.)

Writeup on original author's blog.

To see it in action, just run

 bochs -f bochsrc.txt

which runs bochs with the correct config file.

In Ubuntu, you may want to install:

 sudo apt install bochs-x

to run it correctly.

About

A tiny bootloader for x86 IBM-PC compatible machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%