2021-11-27 16:22:45 +00:00
|
|
|
# JuliOS
|
|
|
|
|
2021-11-28 04:35:51 +00:00
|
|
|
Just an Unstable, Lame and Innefective 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
|
|
|
|
make clean # Clean everythin
|
|
|
|
```
|