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

svn at openfirmware.info svn at openfirmware.info
Fri Aug 29 01:27:37 CEST 2008


Author: wmb
Date: 2008-08-29 01:27:35 +0200 (Fri, 29 Aug 2008)
New Revision: 902

Modified:
   cpu/x86/pc/olpc/fw.bth
Log:
emacs - passed command line arguments to the loaded program so you
can say either  "emacs <filename>"  if you want to.


Modified: cpu/x86/pc/olpc/fw.bth
===================================================================
--- cpu/x86/pc/olpc/fw.bth	2008-08-28 23:17:10 UTC (rev 901)
+++ cpu/x86/pc/olpc/fw.bth	2008-08-28 23:27:35 UTC (rev 902)
@@ -326,8 +326,9 @@
 fload ${BP}/cpu/x86/pc/olpc/lzip.fth         \ Access zip images from memory
 fload ${BP}/cpu/x86/pc/olpc/gamekeys.fth
 fload ${BP}/cpu/x86/pc/olpc/memtest.fth
-: emacs  " rom:emacs" $boot  ;
 
+: emacs  ( -- )  boot-getline to boot-file   " rom:emacs" $boot  ;
+
 fload ${BP}/cpu/x86/pc/rmtools.fth
 fload ${BP}/dev/geode/smi.fth
 fload ${BP}/cpu/x86/pc/olpc/acpi.fth




More information about the openfirmware mailing list