https://github.com/chmod77/k-os
Experimental Operating System in C++
https://github.com/chmod77/k-os
Last synced: about 2 months ago
JSON representation
Experimental Operating System in C++
- Host: GitHub
- URL: https://github.com/chmod77/k-os
- Owner: chmod77
- Created: 2018-10-20T13:16:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T17:39:42.000Z (over 7 years ago)
- Last Synced: 2025-03-02T09:32:40.317Z (over 1 year ago)
- Language: Assembly
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About K-OS
This is an experimental OS, written in C++.
## C++? Why not C?
I know! I want to be as OO-Ped as possible :-)
# How it works
### TODO