Expand description
Page-fault exception handler (vector 14, #PF).
Authors: MarioS271
Functionsยง
- handle_
kernel_ ๐pf - Handle a kernel page fault; maps a new page if VMA is found, otherwise panics
- handle_
user_ ๐pf - handler
- Panic with the faulting address (from CR2), the error code, and the interrupt stack frame.
- kernel_
pf_ ๐panic