Last change
on this file since 20713 was 20542, checked in by vboxsync, 16 years ago |
root/Makefile.kmk,includes: regenerated .mac files adding VBox/param.h to the fun.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
721 bytes
|
Line | |
---|
1 | %define VBOX_MAX_ALLOC_PAGE_COUNT (128 * _1M / PAGE_SIZE)
|
---|
2 | %define MM_HYPER_AREA_ADDRESS UINT32_C(0xa0000000)
|
---|
3 | %define MM_HYPER_AREA_MAX_SIZE (40 * _1M)
|
---|
4 | %define MM_HYPER_DYNAMIC_SIZE (16 * PAGE_SIZE)
|
---|
5 | %define MM_RAM_MIN UINT32_C(0x00400000)
|
---|
6 | %define MM_RAM_MIN_IN_MB UINT32_C(4)
|
---|
7 | %define MM_RAM_HOLE_SIZE_DEFAULT (512 * _1M)
|
---|
8 | %define PGM_HANDY_PAGES 128
|
---|
9 | %define PGM_HANDY_PAGES_SET_FF 32
|
---|
10 | %define PGM_HANDY_PAGES_R3_ALLOC 8
|
---|
11 | %define PGM_HANDY_PAGES_RZ_ALLOC 8
|
---|
12 | %define PGM_HANDY_PAGES_RZ_TO_R3 24
|
---|
13 | %define PGM_HANDY_PAGES_MIN 32
|
---|
14 | %define VMM_STACK_SIZE 8192
|
---|
15 | %define VMM_MIN_CPU_COUNT 1
|
---|
16 | %define VMM_MAX_CPU_COUNT 32
|
---|
Note:
See
TracBrowser
for help on using the repository browser.