Setting up the use of this module.
§1. This section simply sets up the module in ways expected by foundation, and contains no code of interest. The following constant exists only in tools which use this module:
define ARCH_MODULE TRUE
void ArchModule::start(void) { Architectures::create(); TargetVMs::create(); } void ArchModule::end(void) { }