Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-dtl.232.mcz==================== Summary ====================
Name: VMMaker-dtl.232
Author: dtl
Time: 9 May 2011, 7:56:36 am
UUID: 08000000-1508-d80c-1508-d80c14000000
Ancestors: VMMaker-dtl.231
VMMaker 4.4.19
Previous moves of class variables from ObjectMemory and and Interpreter into shared pools (as per oscog) requires a recompile, otherwise simulator does not work. Add VMConstantsTest to document the issue and put the recompile into VMConstantsTest class>>initialize such that an update from the configuration map will do the recompile.
Implement methods in FilePluginSimulator to allow #primitiveFileStdioHandles to run in simulator.
Add the inSmalltalk clauses to allow #signed64BitIntegerFor: and #signed64BitValueOf: to run in simulator.
Increase byteCount max in #primitiveResume and #primitiveSuspend to allow larger images to run in simulator.