13 lines
202 B
Markdown
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
|
|
```
|
|
|