much work on boot process

fiddly egg and chicken, though a bit clearer with parfait objects now
This commit is contained in:
Torsten Ruger
2015-05-22 22:51:36 +03:00
parent 174afb33fb
commit 94f49bf5c2
5 changed files with 48 additions and 31 deletions

View File

@ -22,6 +22,10 @@ module Parfait
@object_layout = Layout.new_object(self)
end
def object_layout
@object_layout
end
def allocate_object
#space, and ruby allocate
end