http://git.dujemihanovic.i2p?p=nameless-os.git;a=commitdiff;h=17c25e48e72b5578fe7cdc916fd1b6f26a6df3cd;hp=e8c050c11b7f05ec562888d6a8129ab841d163fb;ds=sidebyside
\n", VGA_COLOR_ DARK _RED); + kprint("A page fault occurred!\n", VGA_COLOR_ BRIGHT _RED); kprint("Faulting address: ", 0); kprintd(address); kprint("\n", 0); kprint("Faulting address: ", 0); kprintd(address); kprint("\n", 0); @@ -51,18 +52,12 @@ void pf_handler(struct fault_frame *frame) if (errcode.id) { kprint("Fault occurred while fetching instruction\n", 0); } if (errcode.id) {...