Fully support userland interrupt handler. Use fixed common abort handler.
This commit is contained in:
@@ -50,5 +50,6 @@ static inline struct CPU* cur_cpu(void)
|
||||
struct spinlock whole_kernel_lock;
|
||||
|
||||
void xizi_enter_kernel();
|
||||
bool xizi_try_enter_kernel();
|
||||
void xizi_leave_kernel();
|
||||
bool xizi_is_in_kernel();
|
||||
Reference in New Issue
Block a user