add: kpanic
This commit is contained in:
@ -6,3 +6,5 @@ struct stackframe {
|
||||
struct stackframe *ebp;
|
||||
uint32_t eip;
|
||||
};
|
||||
|
||||
void print_stack(void);
|
||||
Reference in New Issue
Block a user