Simple operating system
| source | Initial commit | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
This software is a simple operating system for x86 (i386). After building a cross-compiler, run the following command:
make install run
The goal of this project is understanding a computer's booting process.