https://github.com/murilobsd/anos
a study on operating systems.
https://github.com/murilobsd/anos
os rust
Last synced: 7 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T16:51:07.000Z (about 2 years ago)
- Last Synced: 2024-12-28T17:16:14.296Z (over 1 year ago)
- Topics: os, rust
- Language: Rust
- Homepage: https://m0x.ru
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnOS

> 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/