[ArchModule::] Arch Module. Setting up the use of this module. @h Introduction. @d ARCH_MODULE TRUE @ To begin with, this module needs to allocate memory: @e inter_architecture_MT @e target_vm_MT @e compatibility_specification_MT = ALLOCATE_INDIVIDUALLY(inter_architecture) ALLOCATE_INDIVIDUALLY(target_vm) ALLOCATE_INDIVIDUALLY(compatibility_specification) @h The beginning. = void ArchModule::start(void) { @; @; @; @; @; Architectures::create(); TargetVMs::create(); } @ @ = ; @ = ; @ @ = ; @ = ; @ = ; @h The end. = void ArchModule::end(void) { }