Update README.md
This commit is contained in:
parent
84b5dcbb8b
commit
808a111b04
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ based on [Writing an OS in rust](https://os.phil-opp.com/)
|
|||
|
||||
## 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`
|
||||
|
||||
## rust setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue