Update readme for publishing

This commit is contained in:
Thomas Lovén 2019-06-30 09:35:14 +02:00
parent f78cb6fbe9
commit 8fac92474a

View File

@ -1,5 +1,17 @@
# MITTOS64 # MITTOS64
This project is my attempt at a modern kernel.
Differences from my earlier kernels include
- 64 bit
- symmetric multiprocessing
- docker-based build chain
- unit tests
I meant to write very extensive documentation of the development process, but with two kids I have realized that will probably never happen, so now I'm releasing as is.
Also take a look at [mittos64-old](https://github.com/thomasloven/mittos64-old/) which is a previous version of this that got a bit further (processes, c-library (JIT-patching of musl), ATA).
## Building ## Building
This project is set up to be built inside a Docker container. This project is set up to be built inside a Docker container.