https://github.com/vic-lsh/risott.os
Simple OS created for learning and illustrative purposes
https://github.com/vic-lsh/risott.os
Last synced: 2 months ago
JSON representation
Simple OS created for learning and illustrative purposes
- Host: GitHub
- URL: https://github.com/vic-lsh/risott.os
- Owner: vic-lsh
- License: mit
- Created: 2019-05-29T19:28:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T02:18:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T13:07:35.214Z (4 months ago)
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# risott.os
Simple os created for learning and illustrative purposes. This project is meant to model an OS (including some features from both unix and windows) on a higher, conceptual level, rather than a concrete implementation.
## Inspirations
- [Tanenbaum: Modern Operating Systems](https://www.amazon.com/Modern-Operating-Systems-Andrew-Tanenbaum/dp/013359162X)