Add PageTable code and SConscript fixes for new syscall emulation
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 29 Jan 2006 22:28:04 +0000 (17:28 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 29 Jan 2006 22:28:04 +0000 (17:28 -0500)
commit07948528fcd38a3588c819a5176fc4902c0540a5
tree73ddd92b4e8793e8e680a3dceb0eaa312bb0ff43
parent03a2aca9a9fc6afa8d7e6f92cc9acc1e9b37a7cd
Add PageTable code and SConscript fixes for new syscall emulation
memory model.  These changes really should have been part of the
previous changeset.

SConscript:
    Move System and PhysicalMemory sources from being full_system_sources
    to base_sources, since they are now used in syscall emulation also.
    Also add source files for PageTable and ProxyMemory objects.
    Actual source files for PhysicalMemory and ProxyMemory are not committed
    yet since they still need to be ported from old interface.

--HG--
extra : convert_revision : cb39e3b13d71429b7ee6082794dc09428cde989f
SConscript
mem/page_table.cc [new file with mode: 0644]
mem/page_table.hh [new file with mode: 0644]