Files
aios/README.md
2025-07-05 13:19:08 +09:00

13 lines
202 B
Markdown

# aios
create a unix-like os from scratch
## example
```sh
# archlinux
cargo bootimage
qemu-system-x86_64 -drive format=raw,file=target/x86_64-unknown-none/debug/bootimage-kernel.bin -nographic
```