Changeset dabe6333 in mainline for arch/amd64/src/pm.c


Ignore:
Timestamp:
2006-03-16T15:56:40Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ee9ced
Parents:
37e7d2b9
Message:

Added null console for buffering output when no real output available.
Added identity mapper for AMD64 that allows whole physical memory to be
accessed before paging is initialized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/pm.c

    r37e7d2b9 rdabe6333  
    175175        exc_register( 7, "nm_fault", nm_fault);
    176176        exc_register(12, "ss_fault", ss_fault);
     177        exc_register(14, "ident_mapper", ident_page_fault);
    177178}
    178179
Note: See TracChangeset for help on using the changeset viewer.