move space to parfait

Also make the machine the singleton
and space hang off it

Many repercussions, not all fixed in this commit
This commit is contained in:
Torsten Ruger
2015-05-12 15:36:44 +03:00
parent 2e8b514e9c
commit b980def84e
35 changed files with 185 additions and 195 deletions

View File

@ -9,5 +9,5 @@ module Arm
end
end
end
Virtual::BootSpace.space.add_pass "Arm::GetImplementation"
Virtual::Machine.instance.add_pass "Arm::GetImplementation"
end