Finally fix the very obscure problem which prevented normal and especially

FCode boot: too small heap (used for Forth memory)!
Remove forced arch_init and boot hacks



git-svn-id: svn://coreboot.org/openbios/openbios-devel@218 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-08-02 10:59:05 +00:00
parent f7c4309c3b
commit f3bac24932
3 changed files with 6 additions and 10 deletions

View File

@@ -10,8 +10,8 @@ ENTRY(trap_table)
*/
BASE_ADDR = 0x00000000ffd00000;
/* 16KB heap and stack */
HEAP_SIZE = 16384;
/* 512KB heap and 16KB stack */
HEAP_SIZE = 512 * 1024;
STACK_SIZE = 16384;
VMEM_SIZE = 128 * 1024;
IOMEM_SIZE = 256 * 1024 + 768 * 1024;