2021-11-27 16:22:45 +00:00
|
|
|
# JuliOS
|
|
|
|
|
2021-12-13 15:10:38 +00:00
|
|
|
Just an Unstable, Lame and Ineffective Operating System
|
2021-12-05 20:25:13 +00:00
|
|
|
|
|
|
|
# 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
|
2021-12-13 15:10:38 +00:00
|
|
|
make clean # Clean everything
|
2021-12-05 20:25:13 +00:00
|
|
|
```
|