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:
Blue Swirl
2007-05-05 18:35:34 +00:00
parent 1a7a2e3c15
commit 674ab21bdc

View File

@@ -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