summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-04-05 07:34:51 +0000
committerstefan <stefan@s00.xyz>2023-04-05 07:34:51 +0000
commitcd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f (patch)
treede48fba70855d4fe0d93c1c27ba873793f8036f8 /README
parent40281b97de7f0bcc06b39caf460a8da99705e0c0 (diff)
downloadsv-cd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f.tar.gz
added readme
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2cc5334
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+building requirments
+====================
+
+- bsd-compatible make
+- a [riscv toolchain](https://github.com/riscv/riscv-gnu-toolchain)
+- qemu built for riscv64 with some kind of mmu support
+- [device tree compiler](https://github.com/dgibson/dtc)
+
+building
+========
+
+compile and test the kernel
+
+```
+make clean sys
+make debug
+```
+
+