Solaris 9 kernel needs more memory during startup.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@875 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-10-02 13:28:49 +00:00
committed by Mark Cave-Ayland
parent 6d590534bb
commit 31fd96f480

View File

@@ -20,7 +20,7 @@
#define OF_MALLOC_BASE ((char*)OFMEM + ALIGN_SIZE(sizeof(ofmem_t), 8)) #define OF_MALLOC_BASE ((char*)OFMEM + ALIGN_SIZE(sizeof(ofmem_t), 8))
#define MEMSIZE ((128 + 512 + 512) * 1024) #define MEMSIZE ((256 + 512 + 512) * 1024)
static union { static union {
char memory[MEMSIZE]; char memory[MEMSIZE];
ofmem_t ofmem; ofmem_t ofmem;