RISC-V memes
Find a file
Quantum 4d85da9674
OpenSBI: Fixed ecall return
Helps to actually return the right values...

Ecall was returning the passed arguments a0 and a1 instead of the actual
return values from the registers(r_a0 and r_a1)

Shit explanation just read the diff, its one line
2022-01-23 22:32:19 -05:00
kernel OpenSBI: Fixed ecall return 2022-01-23 22:32:19 -05:00
tools Build System: More better 2022-01-04 01:50:46 -05:00
.gitignore Initial Commit 2022-01-03 19:11:49 -05:00
meson.build Build System: More better 2022-01-04 01:50:46 -05:00
riscv.cross Initial Commit 2022-01-03 19:11:49 -05:00