Warning
This project is very much still a work in progress. I'm still fleshing out many of the core system, so much of the code is undocumented. There are a few notable exceptions that I recommend starting with if you're interested in exploring the project:
Table of Contents
TODO: Write introduction.
The OS can be run in one of two ways:
- On bare metal hardware (work in progress). Go to the
kerneldirectory of this repository for more information. - On the Linux kernel, as a Linux distribution. Go to the
linuxdirectory of this repository for more information.
TODO