mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
committed by
Mark Cave-Ayland
parent
6d590534bb
commit
31fd96f480
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user