From 808a111b04b46dba139b6dbe5d5254cec5a45412 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sun, 4 Feb 2018 19:42:19 +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 29a8bf33..42f1a8e3 100644 --- a/kernel-rs/README.md +++ b/kernel-rs/README.md @@ -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