ch2: Trap handling

This commit is contained in:
Tateisi 2025-08-03 08:48:14 +08:00
parent 13e91ed735
commit b4c3326d85
13 changed files with 388 additions and 5 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
lazy_static = "1.5.0"
lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
log = "0.4.22"
riscv = "0.12.1"
sbi-rt = "0.0.3"