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

svn at openfirmware.info svn at openfirmware.info
Fri Oct 16 01:40:38 CEST 2009


Author: wmb
Date: 2009-10-16 01:40:38 +0200 (Fri, 16 Oct 2009)
New Revision: 1422

Modified:
   cpu/x86/pc/olpc/probemem.fth
Log:
OLPC XO-1 - fixed an incorrect stack comment - no substantive change.


Modified: cpu/x86/pc/olpc/probemem.fth
===================================================================
--- cpu/x86/pc/olpc/probemem.fth	2009-10-15 23:07:26 UTC (rev 1421)
+++ cpu/x86/pc/olpc/probemem.fth	2009-10-15 23:40:38 UTC (rev 1422)
@@ -25,7 +25,7 @@
 ;
 
 \ This may require adjustment if we steal additional SMI memory
-: fbsize  ( -- )  total-ram system-ram -  ;
+: fbsize  ( -- n )  total-ram system-ram -  ;
 
 dev /memory
 




More information about the openfirmware mailing list