Closed Alignof closed 3 months ago
Currently, use sbi-rt crate to do the trap forwarding for VS-mode, but the traps for M-mode are written by hand. M-mode traps should also be handled by rustsbi crate.
sbi-rt
rustsbi
Implemented by #13
Currently, use
sbi-rt
crate to do the trap forwarding for VS-mode, but the traps for M-mode are written by hand. M-mode traps should also be handled byrustsbi
crate.