[Vm-dev] [commit][2668] make run file load correct timer modules

commits at squeakvm.org commits at squeakvm.org
Thu Jan 10 00:47:22 UTC 2013


Revision: 2668
Author:   rowledge
Date:     2013-01-09 16:47:22 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
make run file load correct timer modules

Modified Paths:
--------------
    trunk/platforms/RiscOS/misc/ToCopy/!Squeak/!run

Modified: trunk/platforms/RiscOS/misc/ToCopy/!Squeak/!run
===================================================================
--- trunk/platforms/RiscOS/misc/ToCopy/!Squeak/!run	2013-01-10 00:38:16 UTC (rev 2667)
+++ trunk/platforms/RiscOS/misc/ToCopy/!Squeak/!run	2013-01-10 00:47:22 UTC (rev 2668)
@@ -4,10 +4,10 @@
 | Timers: we're either using the druck TimerMod or the Rik Griffin HALTimer
 
 | Make sure the MillisecondTimer & HALTimer module are loaded
-|RMEnsure HALTimer 0.03 RMLoad <Squeak$Dir>.modules.HALTimer
-|RMEnsure MillisecondTimer 1.00 RMLoad <Squeak$Dir>.modules.MillisecondTimer
+RMEnsure HALTimer 0.03 RMLoad <Squeak$Dir>.modules.HALTimer
+RMEnsure MillisecondTimer 1.00 RMLoad <Squeak$Dir>.modules.MillisecondTimer
 |
-RMEnsure TimerMod 4.12 RMLoad <Squeak$Dir>.modules.TimerMod.TimerMod
+|RMEnsure TimerMod 4.12 RMLoad <Squeak$Dir>.modules.TimerMod.TimerMod
 
 
 | syntax:
@@ -38,4 +38,4 @@
 | imageoption - any words following will be available to the image via
 | Smalltalk getSystemAttribute: -{1000, 1}
 /<Squeak$Dir>.!Boot
-/<Squeak$Dir>.!RunImage -memory:90m  %*0
\ No newline at end of file
+/<Squeak$Dir>.!RunImage -memory:60m  %*0
\ No newline at end of file



More information about the Vm-dev mailing list