Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izzint/colbaltos
CobaltOS is a 64-Bit Monotasking Operating System and Kernel.
https://github.com/izzint/colbaltos
hobby-os kernel operating-system operating-system-learning
Last synced: about 16 hours ago
JSON representation
CobaltOS is a 64-Bit Monotasking Operating System and Kernel.
- Host: GitHub
- URL: https://github.com/izzint/colbaltos
- Owner: izzint
- License: 0bsd
- Created: 2022-01-26T16:30:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T11:36:01.000Z (about 2 years ago)
- Last Synced: 2024-02-12T13:52:45.012Z (11 months ago)
- Topics: hobby-os, kernel, operating-system, operating-system-learning
- Language: C
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
fun little hobby OS project made with C
![Lines of code](https://img.shields.io/tokei/lines/github/enumint/colbaltos?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/enumint/colbaltos?style=for-the-badge) ![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/enumint/colbaltos?style=for-the-badge)## TODO:
- [x] Basic CPUID
- [X] GDT
- [ ] IDT (also exeption handler)
- [ ] Keyboard Input
- [ ] Basic Command Line
- [ ] Commands
- [ ] Graphical Drivers (other than bios text mode lol)
- [ ] GUI Stuff
- [ ] FINAL BOSS: POSIX