https://github.com/xe/novos
A capability based microkernel OS.
https://github.com/xe/novos
insanity microkernel rust
Last synced: 10 months ago
JSON representation
A capability based microkernel OS.
- Host: GitHub
- URL: https://github.com/xe/novos
- Owner: Xe
- License: mit
- Created: 2019-02-08T03:39:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T02:55:26.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T11:52:13.011Z (10 months ago)
- Topics: insanity, microkernel, rust
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# novos
I'm building on the back of https://os.phil-opp.com.
## TODO
- paging
- advanced paging
- threads
- scheduler
- webassembly interpreter/compiler
- abi (for webassembly tasks)
- webidl
- pci
- ethernet
- tcp/ip stack
- block storage
- automated testing with travis
- documentation