Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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