Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabbertorres/cos
A from scratch operating system written in C++.
https://github.com/dabbertorres/cos
Last synced: about 2 months ago
JSON representation
A from scratch operating system written in C++.
- Host: GitHub
- URL: https://github.com/dabbertorres/cos
- Owner: dabbertorres
- License: mit
- Created: 2015-03-31T19:01:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T21:19:17.000Z (almost 10 years ago)
- Last Synced: 2023-08-21T18:13:15.761Z (over 1 year ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cOS
A from scratch operating system written in C++.# Why?
Why not?# Current Ability
* Booting
* Writing text to the vga terminal.
* Changing text foreground and background color
* cpuid support for Intel and AMD CPUs.# Running
I'll fill out how to build it once it has enough worthwhile features.