mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Increase virtual memory supply to meet NetBSD and OpenBSD demand
git-svn-id: svn://coreboot.org/openbios/openbios-devel@142 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -13,7 +13,7 @@ BASE_ADDR = 0xffd00000;
|
||||
/* 16KB heap and stack */
|
||||
HEAP_SIZE = 16384;
|
||||
STACK_SIZE = 16384;
|
||||
VMEM_SIZE = 128 * 1024;
|
||||
VMEM_SIZE = 256 * 1024;
|
||||
IOMEM_SIZE = 256 * 1024 + 768 * 1024;
|
||||
|
||||
SECTIONS
|
||||
|
||||
Reference in New Issue
Block a user