From 4c019ca6951618719fb105a3f624124d4a6dced7 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sun, 4 Feb 2018 19:48:28 +0100 Subject: [PATCH] Update README.md --- kernel-rs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-rs/README.md b/kernel-rs/README.md index 20331f3e..f68da820 100644 --- a/kernel-rs/README.md +++ b/kernel-rs/README.md @@ -2,7 +2,7 @@ based on [Writing an OS in rust](https://os.phil-opp.com/) # compiling -## dependencies for assembly and boot +## dependencies - `nasm` compiles the bootcode - `ld` links the bootcode