[openfirmware] r1035 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Fri Dec 19 08:55:27 CET 2008


Author: wmb
Date: 2008-12-19 08:55:27 +0100 (Fri, 19 Dec 2008)
New Revision: 1035

Modified:
   cpu/x86/pc/olpc/fw.bth
Log:
OLPC trac 9135 - allow re-execution of EMACS without resetting.


Modified: cpu/x86/pc/olpc/fw.bth
===================================================================
--- cpu/x86/pc/olpc/fw.bth	2008-12-16 19:43:19 UTC (rev 1034)
+++ cpu/x86/pc/olpc/fw.bth	2008-12-19 07:55:27 UTC (rev 1035)
@@ -333,7 +333,10 @@
 fload ${BP}/cpu/x86/pc/olpc/gamekeys.fth
 fload ${BP}/cpu/x86/pc/olpc/memtest.fth
 
-: emacs  ( -- )  boot-getline to boot-file   " rom:emacs" $boot  ;
+: emacs  ( -- )
+   false to already-go?
+   boot-getline to boot-file   " rom:emacs" $boot
+;
 
 fload ${BP}/cpu/x86/pc/rmtools.fth
 fload ${BP}/dev/geode/smi.fth




More information about the openfirmware mailing list