blob: eba4b152d6363590b8b21ffab37fc1004ec5e596 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|