rustubs::arch::x86_64::paging

Module fault

Source

Functionsยง

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