Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamkow1/cos

coś OS
https://github.com/kamkow1/cos

Last synced: 1 day ago
JSON representation

coś OS

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)