Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murilobsd/anos
a study on operating systems.
https://github.com/murilobsd/anos
os rust
Last synced: about 4 hours ago
JSON representation
a study on operating systems.
- Host: GitHub
- URL: https://github.com/murilobsd/anos
- Owner: murilobsd
- License: isc
- Created: 2024-05-30T18:38:30.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-06T08:20:18.000Z (5 months ago)
- Last Synced: 2024-06-06T22:24:40.123Z (5 months ago)
- Topics: os, rust
- Language: Rust
- Homepage: https://m0x.ru
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnOS
![logo](assets/logo.png "logo")
> The name of the project is based on the prefix of my wife personal name. [WIP]
requirements:
* [bootimage][bootimage]
* [qemu][qemu]## Build
```console
make build
```for run on qemu:
```console
make run
```## License
AnOS is distributed under the terms of the ISC license.
See [LICENSE](LICENSE)
[bootimage]: https://crates.io/crates/bootimage
[qemu]: https://www.qemu.org/