QTechOS/kernel
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
..
arch/riscv Fixed qemu build 2022-01-09 17:15:15 -05:00
drivers/opensbi OpenSBI: Fixed ecall return 2022-01-23 22:32:19 -05:00
kernel.cpp OpenSBI memes 2022-01-23 20:15:53 -05:00
meson.build Drivers: Started OpenSBI driver 2022-01-05 02:47:30 -05:00