From 93b06cea11bf97440afb513b60f84b0ecaa3153a Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sun, 4 Feb 2018 18:16:37 +0000 Subject: [PATCH] readme --- kernel-rs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kernel-rs/README.md b/kernel-rs/README.md index fe70ace6..26fb2ac5 100644 --- a/kernel-rs/README.md +++ b/kernel-rs/README.md @@ -2,6 +2,15 @@ based on [Writing an OS in rust](https://os.phil-opp.com/) # compiling +## dependencies + +`pacman -S \ + grub2\ + xorriso\ + mtools\ + binutils +` + a standard development environment can be invoked: ```