Global Initialization/Cleanup Module
Role in the System
The purpose of this module is to define all the global variables and data structures in the system. The files associated with this module in NACHOS are system.h and system.cc. The Bootstrap Module calls the routines here, depending upon which flags were set by the user in the command line.
Uses Relation