Ian Kronquist
Ian Kronquist
I tried to take this for a spin and got an error: ``` $ make CC src/system.cmake: clang-3.8: No such file or directory make: *** [src/system.o] Error 1 ```
This is interesting code, but it may not be in a good state.

There's a race condition where a page is mapped into the page tables before it is zeroed. Just rewrite all that code not to use recursive paging anyway.
- [ ] Finish refactoring APIs so they aren't platform specific. _mediumish_ - [ ] Write a spinlock for arm. _easyish_ - [ ] Interrupts for arm. _mediumish_ - [...
Should this run in userland?
Documentation is especially poor right now. Comments stand at < 10% of code. There are several approaches. Evaluate: - Literate C? Is that a thing? What would it involve? It...