https://github.com/memescoep/blackopal
My 5th attempt at creating an operating system with Cosmos.
https://github.com/memescoep/blackopal
c-sharp cosmos cosmos-os operating-system
Last synced: 7 months ago
JSON representation
My 5th attempt at creating an operating system with Cosmos.
- Host: GitHub
- URL: https://github.com/memescoep/blackopal
- Owner: MEMESCOEP
- License: unlicense
- Created: 2023-10-23T02:58:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T03:31:29.000Z (over 1 year ago)
- Last Synced: 2025-03-07T18:50:08.658Z (7 months ago)
- Topics: c-sharp, cosmos, cosmos-os, operating-system
- Language: C#
- Homepage:
- Size: 6.08 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Black Opal
> **NOTE**
> A WIP paper outlining the design, boot process, and class-level functionality can be found [here](https://github.com/MEMESCOEP/BlackOpal/wiki/).My 5th attempt at creating an operating system with [Cosmos](https://github.com/CosmosOS/Cosmos). This time I'll focus on code quality, stability, and performance.
## Features
* Fast terminal
* GUI
## Plans
* Add disk utilities
* Add more functionality to the GUI and terminal
* Add ELF support
* Add USB support
* Add AHCI support