mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
SBI explanation
This commit is contained in:
parent
a3c8b7584d
commit
6a7178d31a
1 changed files with 2 additions and 0 deletions
|
|
@ -125,6 +125,8 @@ 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.
|
||||
|
||||
## syscalls
|
||||
|
||||
There are two system syscalls used by uvm32, `halt()` and `yield()`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue