Do not halt on page fault, do a stack dump
This commit is contained in:
parent
0cb5a1045a
commit
4e78a12002
|
@ -139,14 +139,7 @@ macro_rules! interrupt_error {
|
|||
}
|
||||
|
||||
// Push scratch registers
|
||||
asm!("pop rax
|
||||
pop rbx
|
||||
pop rcx
|
||||
pop rdx
|
||||
pop rsi
|
||||
pop rdi
|
||||
hlt
|
||||
push rax
|
||||
asm!("push rax
|
||||
push rcx
|
||||
push rdx
|
||||
push rdi
|
||||
|
|
Loading…
Reference in a new issue