Address Space Module
Role in the System
The purpose of this module is to encapsulate the set of routines which trace the progression of a user program. The relevant files are addrspace.h and addrspace.cc. These files provide the necessary data structures to be used. Of particular importance are the routines within the class "Addrspace" such as:
- TranslationEntry *pageTable
- SaveState()
- RestoreState()
Uses Relation