When a Smalltalk image saves, it's very analogous to a Windows or Linux box hibernating. The upshot of this -- you can think of the Smalltalk image as something like an OS that has been "up" since 1980! (With periods of hibernation.) The Squeak image is directly derived from the Smalltalk-80 image. The VisualWorks image has been incrementally evolved from it as well. The thing is a program that was brought up decades ago, and has hibernated, been replicated, but <i>has never rebooted</i>!<p>Steve is right that systems should never have to boot. You can have a whole OS that operates like that. (The Smalltalk image started out as an OS. In the original ST-80 image, there are 4 primitives for moving the drive head out, moving it in, lifting it off the platter, and putting it down!)