Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/