aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..eba4b15
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+### RISC-V Things
+
+Things I am testing with risc-v assembly
+
+### Notes
+
+Compiling the linux kernel for the 32-bit version doesn't work.
+So programs that were not compiled with riscv{32,64}-linux-gnu-...
+won't work even if the kernel is compiled with it, and I don't
+have the 32 bit version on my system so for now i can't do 32 bit
+builds