System image: Difference between revisions

Content deleted Content added
m Undid revision 527069910 by 189.122.115.242 (talk) revision made no sense
Line 21:
Similar, [[Lisp Machine]]s were booted from Lisp images, called Worlds. The World contains the complete operating system, its applications and its data in a single file. It was also possible to save incremental Worlds, that contain only the changes from some base World. Before saving the World, the Lisp Machine operating system could optimize the contents of memory (better memory layout, compacting data structures, sorting data, ...).
 
Although its purpose is fodadifferent, a "system image" is often similar in structure to a [[core dump]].
 
== See also ==