Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amanjeev/kayos
a truly natural operating system, chaos like nature itself
https://github.com/amanjeev/kayos
Last synced: 10 days ago
JSON representation
a truly natural operating system, chaos like nature itself
- Host: GitHub
- URL: https://github.com/amanjeev/kayos
- Owner: amanjeev
- Created: 2022-07-27T14:20:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T21:08:42.000Z (about 2 months ago)
- Last Synced: 2024-09-15T23:26:11.644Z (about 2 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KAYOS
Just a series of stuff from https://os.phil-opp.com/
## Notable steps
### Install `bootimage`
```shell
cargo install bootimage
```### Build boot image
```shell
cargo bootimage
```### Booting in QEMU
```shell
qemu-system-x86_64 -drive format=raw,file=target/x86_64-kayos/debug/bootimage-kayos.bin
```