aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2025-06-08 23:05:09 +0300
committerkartofen <mladenovnasko0@gmail.com>2025-06-08 23:05:09 +0300
commit5c2f11724affb32aee22f7400aa1f953a6081813 (patch)
tree4ed11119f3256a4140852ba2c1f011f9ba7edbfd /README.md
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