Update readme for publishing
This commit is contained in:
parent
f78cb6fbe9
commit
8fac92474a
12
README.md
12
README.md
@ -1,5 +1,17 @@
|
||||
# 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
|
||||
This project is set up to be built inside a Docker container.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user