I'm not sure if this is what you are looking for, but I think you should see SmalltalkImage>>snapshot:andQuit:embedded:. This method get's called when saving the image. And when loading an image, the VM starts from the middle of it, just after the line that sends primitiveSnapshot. Also you can inspect SmalltalkImage's StartUpList class var. All classes in that collection are sent the message startUp: via processStartUpList: method. Hope it helps.
Regards,
������������������������ Javier.
I'm interested in which classes are part of the startup/bootup of the Pharo Image.
What classes get called first to bring all the other items online, like the workspace?
Rgs, James.
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project