Skip to main content

Module _14_page_fault

Module _14_page_fault 

Source
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 ๐Ÿ”’