Update README.md

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

View file

@ -4,7 +4,7 @@ based on [Writing an OS in rust](https://os.phil-opp.com/)
## dependencies for assembly and boot ## dependencies for assembly and boot
grub is the default bootloader, we need `ld` and `nasm` to compile the bootcode grub is the default bootloader, we need `ld` and `nasm` to compile the bootcode
for archlinux `pacman -S make grub2 xorriso mtools binutils` for archlinux `pacman -S make grub2 xorriso mtools binutils`
## rust setup ## rust setup