Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamkow1/cos
coś OS
https://github.com/kamkow1/cos
Last synced: 1 day ago
JSON representation
coś OS
- Host: GitHub
- URL: https://github.com/kamkow1/cos
- Owner: kamkow1
- License: apache-2.0
- Created: 2023-08-03T18:03:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-05T05:22:02.000Z (over 1 year ago)
- Last Synced: 2024-11-11T12:16:22.316Z (2 months ago)
- Language: Rust
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# cOS (something OS)
A simple OS written in Rust. Doesn't solve anything, but is a good educational tool (for me ;) )# Building
requirements: cargo, qemu-system-x86_64, qemu-img
```console
make build
```# Running
```console
make run
```# Credits
- [Philipp's github page](https://github.com/phil-opp)
- [Blog OS](https://github.com/phil-opp/blog_os)
- [Moros (a huge inspiration)](https://github.com/vinc/moros)
- [Thesus OS](https://github.com/theseus-os/Theseus)