Currently, this is just me trying to make a microkernel. Check out the long term part of PLANS.md if you want to have a hint at what I plan this to be.
Instructions for usage:
- Get a cross compiler
- Modify build.sh for your cross compiler setup
./build.sh
- Either use
bochs
orqemu-system-i386
to boot it - Add something to the code and make a pull request