https://github.com/amanjeev/kayos
a truly natural operating system, chaos like nature itself
https://github.com/amanjeev/kayos
Last synced: 9 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T14:02:29.000Z (over 1 year ago)
- Last Synced: 2025-03-26T23:46:07.556Z (over 1 year ago)
- Language: Rust
- Size: 14.6 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
```