rename old layout()

new is called get_layout, but keep old around for
checking
This commit is contained in:
Torsten Ruger
2015-05-17 14:41:18 +03:00
parent 350d708fd3
commit 1114f06921
7 changed files with 17 additions and 12 deletions

View File

@ -84,7 +84,7 @@ module Virtual
def self.instance
@instance ||= Machine.new
end
# for testing, make sure no old artefacts hang around
#maybe should be moved to test dir
def self.reboot
@ -143,6 +143,7 @@ module Virtual
cl = @space.get_class_by_name( name )
cl.set_super_class(object_class)
end
#boot_layouts
end
def boot
# read all the files needed for a minimal system at compile