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

svn at openfirmware.info svn at openfirmware.info
Wed Jul 23 10:48:57 CEST 2008


Author: wmb
Date: 2008-07-23 10:48:56 +0200 (Wed, 23 Jul 2008)
New Revision: 856

Modified:
   cpu/x86/pc/olpc/devices.fth
Log:
OLPC - added "tofile.fth" to the build.  The to-file and append-to-file
commands let you redirect the console output of a command to a file.


Modified: cpu/x86/pc/olpc/devices.fth
===================================================================
--- cpu/x86/pc/olpc/devices.fth	2008-07-23 08:47:22 UTC (rev 855)
+++ cpu/x86/pc/olpc/devices.fth	2008-07-23 08:48:56 UTC (rev 856)
@@ -163,6 +163,7 @@
 [then]
 
 fload ${BP}/forth/lib/pattern.fth	\ Text string pattern matching
+fload ${BP}/forth/lib/tofile.fth	\ to-file and append-to-file
 \ XXX remove the OS file commands from tools.dic
 fload ${BP}/ofw/core/filecmds.fth	\ File commands: dir, del, ren, etc.
 




More information about the openfirmware mailing list