feat(readme): update readme with build requirements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
62be6d047e
commit
6944f2203f
1
Makefile
1
Makefile
@ -41,5 +41,6 @@ clean:
|
|||||||
$(RM) $(KERNEL)
|
$(RM) $(KERNEL)
|
||||||
$(RM) julios.iso
|
$(RM) julios.iso
|
||||||
$(RM) -r iso
|
$(RM) -r iso
|
||||||
|
$(RM) -r target
|
||||||
|
|
||||||
.PHONY: $(INSTALL_ROOT) install clean all run debug $(LIB_JULIOS)
|
.PHONY: $(INSTALL_ROOT) install clean all run debug $(LIB_JULIOS)
|
||||||
|
16
README.md
16
README.md
@ -1,3 +1,19 @@
|
|||||||
# JuliOS
|
# JuliOS
|
||||||
|
|
||||||
Just an Unstable, Lame and Innefective Operating System
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user