[openfirmware] r985 - cpu/x86/pc

svn at openfirmware.info svn at openfirmware.info
Sat Oct 11 09:40:05 CEST 2008


Author: wmb
Date: 2008-10-11 09:40:05 +0200 (Sat, 11 Oct 2008)
New Revision: 985

Modified:
   cpu/x86/pc/linux.fth
Log:
OLPC trac 8811 - fix booting Linux with no ramdisk.

Modified: cpu/x86/pc/linux.fth
===================================================================
--- cpu/x86/pc/linux.fth	2008-10-07 18:57:03 UTC (rev 984)
+++ cpu/x86/pc/linux.fth	2008-10-11 07:40:05 UTC (rev 985)
@@ -258,6 +258,7 @@
    init-program
    linux-loaded?  if
       claim-params
+      memory-limit to linux-memtop  \ load-ramdisk may change this
       ['] load-ramdisk guarded
       linux-fixup
    then




More information about the openfirmware mailing list