This commit is contained in:
Toby Jaffey 2025-12-08 13:52:40 +00:00
parent c691c3ebdf
commit 1b868adf87

View file

@ -125,7 +125,7 @@ static uint32_t syscall(uint32_t id, uint32_t param) {
}
```
The [RISC-V SBI] is not followed (https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc), a simpler approach is taken.
The [RISC-V SBI](https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc) is not followed, a simpler approach is taken.
## syscalls