Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moyamejiasr/sysboot

A basic single-file FAT16 bootloader made for academic purpose
https://github.com/moyamejiasr/sysboot

Last synced: 2 days ago
JSON representation

A basic single-file FAT16 bootloader made for academic purpose

Awesome Lists containing this project

README

        

# About
A basic single-file bootloader made with academic purpose. It uses FAT16 for the file system and HDD EXT Bios instructions for reading.

*IN DEVELOPMENT*

## To-Do
- Add Protected Mode [From kernel]