1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-19 19:22:09 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Sönke Holz
27860cfaa2 Kernel/riscv64: Add a basic trap handler to pre_init
This trap handler uses the SBI to print an error message via a newly
introduced panic function, which is necessary as `pre_init` is running
identity mapped.
Also add a header file for `pre_init.cpp` as we wan't to use the panic
and `dbgln` function in the MMU init code as well.
2024-01-12 16:46:46 -07:00