Update README.md

This commit is contained in:
Jack Halford 2018-02-04 19:42:05 +01:00 committed by GitHub
parent a13899fd59
commit 84b5dcbb8b

View file

@ -2,9 +2,18 @@ based on [Writing an OS in rust](https://os.phil-opp.com/)
# compiling # compiling
## dependencies ## dependencies for assembly and boot
for archlinux `pacman -S make grub2 xorriso mtools binutils rustup` grub is the default bootloader, we need `ld` and `nasm` to compile the bootcode
for archlinux `pacman -S make grub2 xorriso mtools binutils`
## rust setup
```
pacman -S rustup
rustup component add rust-src
cargo install xargo
```
## docker ## docker
a standard development environment can be invoked: a standard development environment can be invoked: