Update README.md
This commit is contained in:
parent
808a111b04
commit
88020a6fc3
1 changed files with 7 additions and 2 deletions
|
|
@ -4,8 +4,13 @@ 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
|
- `nasm` compiles the bootcode
|
||||||
for archlinux `pacman -S make grub2 xorriso mtools binutils`
|
- `ld` links the bootcode
|
||||||
|
- `grub-mkrescue` builds the iso
|
||||||
|
- `xargo` builds rust code
|
||||||
|
- `qemu` runs the iso
|
||||||
|
|
||||||
|
on archlinux `pacman -S make grub2 xorriso mtools binutils gcc qemu`
|
||||||
|
|
||||||
## rust setup
|
## rust setup
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue