JuliOS/README.md
Julien CLEMENT 6944f2203f
All checks were successful
continuous-integration/drone/push Build is passing
feat(readme): update readme with build requirements
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-12-05 21:25:13 +01:00

20 lines
322 B
Markdown

# JuliOS
Just an Unstable, Lame and Innefective Operating System
# Build requirements
* rust nightly
* rust-src (`rustup component add rust-src`)
* grub2
* xorriso
# Build
```sh
make # The kernel and an ISO
make run # Run qemu on the ISO
make debug # Run bochs on the ISO
make clean # Clean everythin
```