Changeset 874621f in mainline for arch/ia32/src/mm/page.c


Ignore:
Timestamp:
2006-06-06T07:40:51Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0dbc4e7
Parents:
6f9a9bc
Message:

Added kernel circular buffer klog.
Added automatic killing of tasks raising inappropriate exceptions.
TODO Fix vsnprintf return value(and behaviour according to specs) and remove workaround in klog.

File:
1 edited

Legend:

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

    r6f9a9bc r874621f  
    104104
    105105        if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
     106                fault_if_from_uspace(istate, "Page fault: %#x", page);
     107
    106108                PRINT_INFO_ERRCODE(istate);
    107109                printf("page fault address: %#x\n", page);
Note: See TracChangeset for help on using the changeset viewer.