[openfirmware] [commit] r2844 - cpu/x86 forth/kernel

repository service svn at openfirmware.info
Mon Jan 23 18:56:12 CET 2012


Author: wmb
Date: Mon Jan 23 18:56:12 2012
New Revision: 2844
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2844

Log:
x86 - increased max-kernel size to 128K so builds won't fail if the kernel size creeps over 64K.

Modified:
   cpu/x86/target.fth
   forth/kernel/swapmap.fth

Modified: cpu/x86/target.fth
==============================================================================
--- cpu/x86/target.fth	Mon Jan 23 18:56:08 2012	(r2843)
+++ cpu/x86/target.fth	Mon Jan 23 18:56:12 2012	(r2844)
@@ -43,7 +43,7 @@
 \t16-t /w-t constant /user#-t
 \t32-t /l-t constant /user#-t
 
-user-size-t th 10000 + constant max-kernel-t
+user-size-t h# 20000 + constant max-kernel-t
 
 \ 32 bit host Forth compiling 32-bit target Forth
 : l->n-t ; immediate

Modified: forth/kernel/swapmap.fth
==============================================================================
--- forth/kernel/swapmap.fth	Mon Jan 23 18:56:08 2012	(r2843)
+++ forth/kernel/swapmap.fth	Mon Jan 23 18:56:12 2012	(r2844)
@@ -4,7 +4,7 @@
 decimal
 
 only forth also meta also definitions
-h# 10000 constant max-kernel-t
+h# 20000 constant max-kernel-t
 
 \ The swap map has one bit for every 32-bit word, since we assume
 \ that relocated longwords must start on a 32-bit boundary



More information about the openfirmware mailing list