Module fault

Module fault 

Source

Functionsยง

get_fault_addr
for x86_64, return the CR3 register.
page_fault_handler
handle page fault: for now we only check if the faulting addr is within kernel heap range. TODO: improve this later