Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/mm/page.c

    r62baed17 r214ec25c  
    115115        if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
    116116                fault_if_from_uspace(istate, "Page fault: %#x.", page);
    117                 panic_memtrap(istate, access, page, "Page fault.");
     117               
     118                decode_istate(istate);
     119                printf("page fault address: %#lx\n", page);
     120                panic("Page fault.");
    118121        }
    119122}
Note: See TracChangeset for help on using the changeset viewer.