From 78b6d9d38623e3636294a7865d8ffd62cf2eeb72 Mon Sep 17 00:00:00 2001 From: Laura Gallo <24357776+jenra-uwu@users.noreply.github.com> Date: Sun, 25 Jul 2021 16:07:56 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1b7f0..92fdd88 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An example bare bones OS template for RISC V. ## Build instructions -Install [this](https://github.com/riscv/riscv-gnu-toolchain) and do `make` to build. Do `make run` to run. It should print out a bunch of debug information related to OpenSBI and then a single `a`. +Install [the Newlib GNU RISC V toolchain](https://github.com/riscv/riscv-gnu-toolchain) and do `make` to build. Do `make run` to run. It should print out a bunch of debug information related to OpenSBI and then a single `a`. ## Exiting QEMU This is the new "how to exit Vi" I guess. To exit, press control+x, unpress those keys, and then press a.