Do not halt on page fault, do a stack dump

This commit is contained in:
Jeremy Soller 2016-09-17 08:13:09 -06:00
parent 0cb5a1045a
commit 4e78a12002

View file

@ -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