kernel: small ammendment to pagefault-in-kernel panic
This commit is contained in:
parent
c5c25e7abc
commit
bfc9c5c3a8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ PRIVATE void pagefault( struct proc *pr,
|
||||||
}
|
}
|
||||||
|
|
||||||
if(is_nested) {
|
if(is_nested) {
|
||||||
panic("pagefault in kernel at address 0x%lx", pagefaultcr2);
|
panic("pagefault in kernel at pc 0x%lx address 0x%lx", frame->eip, pagefaultcr2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* System processes that don't have their own page table can't
|
/* System processes that don't have their own page table can't
|
||||||
|
|
Loading…
Reference in a new issue