Treat thread oops with better care to avoid silent panics

This commit is contained in:
Zhang Junyang
2024-10-21 17:32:28 +08:00
committed by Tate, Hongliang Tian
parent b7d101b98c
commit 4658b62f90
5 changed files with 45 additions and 29 deletions

View File

@ -14,6 +14,7 @@ use crate::{
pub mod exception;
pub mod kernel_thread;
pub mod oops;
pub mod status;
pub mod task;
pub mod work_queue;