Update README.md

This commit is contained in:
Jack Halford 2018-02-04 19:48:28 +01:00 committed by GitHub
parent 88020a6fc3
commit 4c019ca695

View file

@ -2,7 +2,7 @@ based on [Writing an OS in rust](https://os.phil-opp.com/)
# compiling # compiling
## dependencies for assembly and boot ## dependencies
- `nasm` compiles the bootcode - `nasm` compiles the bootcode
- `ld` links the bootcode - `ld` links the bootcode