Bootstrap Module
Role in the System
Depending upon the flags set by the user when NACHOS is first called into being, this module calls various routines to instantiate data structures for the system. The first routine is
(void) Initialize(argc, argv);
which, depending upon the entered flags, will set up threads, file system, network, etc. The relevant file for this module is main.cc.
Uses Relation