Improve diagnostics printed by page fault handler #335
Labels
arch: x86
Affects the x86 port
enhancement
New feature or request
good first issue
Good for newcomers
Printing some useful diagnostics when a page fault happens would be very useful for debugging them.
Print what caused the error (supervisory process, user process, non-present page, permission violation etc.), the address of the instruction causing it and the faulty address.
https://wiki.osdev.org/Paging#Page_Faults
The text was updated successfully, but these errors were encountered: