Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bboe/bboeos

A simple OS to help demonstrate the boot process
https://github.com/bboe/bboeos

Last synced: about 1 month ago
JSON representation

A simple OS to help demonstrate the boot process

Awesome Lists containing this project

README

        

# BBoeOS

## Dependencies

* nasm: `brew install nasm`

## Building and running BBoeOS

* Build the binary

./make_os.sh

* Load floppy.img in as a floppy drive in Virtualbox

## Resources

* https://neosmart.net/wiki/mbr-boot-process/
* https://en.wikibooks.org/wiki/X86_Assembly/Bootloaders
* http://www.ousob.com/ng/asm/ng1f806.php
* https://en.wikipedia.org/wiki/BIOS_interrupt_call
* ftp://ftp.embeddedarm.com/old/saved-downloads-manuals/EBIOS-UM.PDF