Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bboe/bboeos
- Owner: bboe
- Created: 2012-08-22T20:27:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T08:10:17.000Z (over 6 years ago)
- Last Synced: 2024-10-14T19:44:50.334Z (2 months ago)
- Language: Assembly
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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