Added resource, fixed memaccess

This commit is contained in:
2023-10-17 13:25:31 +02:00
parent 43d22052e5
commit c404defb42
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ RISC-V Specifications:
- https://five-embeddev.com/riscv-isa-manual/latest/instr-table.html (instruction table)
- https://five-embeddev.com/riscv-isa-manual/latest/priv-instr-table.html (privileged instructions)
Device Tree Source :
- https://elinux.org/Device_Tree_Usage
Juraj's Blog, mostly:
- https://jborza.com/post/2021-04-04-riscv-supervisor-mode/
- https://jborza.com/emulation/2021/04/22/ecalls-and-syscalls.html