From a3dc50bff753883b84274f2ef6b1e1f4b5643aad Mon Sep 17 00:00:00 2001
From: Philippe Pittoli <karchnu@karchnu.fr>
Date: Mon, 10 Feb 2025 02:10:41 +0100
Subject: [PATCH] Add a note to install what is necessary to run xv6.

---
 notes/run-xv6 | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 notes/run-xv6

diff --git a/notes/run-xv6 b/notes/run-xv6
new file mode 100644
index 0000000..8def9ca
--- /dev/null
+++ b/notes/run-xv6
@@ -0,0 +1,3 @@
+# ubuntu
+apt install gcc-riscv64-unknown-elf qemu-system-misc
+gmake qemu