VirtualBox

source: vbox/trunk/include/VBox/param.mac@ 21217

Last change on this file since 21217 was 20742, checked in by vboxsync, 15 years ago

VMM,++: Increased the stack size on darwin to 16KB since we're switching stack and 16KB is the kernel stack size of xnu. Added support for conditionals to the .h -> .mac conversion sed-script.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
RevLine 
[20742]1%ifndef ___VBox_param_h
2%define ___VBox_param_h
3%define VBOX_MAX_ALLOC_PAGE_COUNT (128U * _1M / PAGE_SIZE)
[20542]4%define MM_HYPER_AREA_ADDRESS UINT32_C(0xa0000000)
[20742]5%define MM_HYPER_AREA_MAX_SIZE (40U * _1M)
6%define MM_HYPER_DYNAMIC_SIZE (16U * PAGE_SIZE)
[20542]7%define MM_RAM_MIN UINT32_C(0x00400000)
[20742]8%if HC_ARCH_BITS == 64
9 %define MM_RAM_MAX UINT64_C(0x400000000)
10%else
11 %define MM_RAM_MAX UINT64_C(0x0E0000000)
12%endif
[20542]13%define MM_RAM_MIN_IN_MB UINT32_C(4)
[20742]14%if HC_ARCH_BITS == 64
15 %define MM_RAM_MAX_IN_MB UINT32_C(16384)
16%else
17 %define MM_RAM_MAX_IN_MB UINT32_C(3584)
18%endif
19%define MM_RAM_HOLE_SIZE_DEFAULT (512U * _1M)
[20542]20%define PGM_HANDY_PAGES 128
21%define PGM_HANDY_PAGES_SET_FF 32
22%define PGM_HANDY_PAGES_R3_ALLOC 8
23%define PGM_HANDY_PAGES_RZ_ALLOC 8
24%define PGM_HANDY_PAGES_RZ_TO_R3 24
25%define PGM_HANDY_PAGES_MIN 32
[20742]26%ifdef RT_OS_DARWIN
27 %define VMM_STACK_SIZE 16384
28%else
29 %define VMM_STACK_SIZE 8192
30%endif
[20542]31%define VMM_MIN_CPU_COUNT 1
32%define VMM_MAX_CPU_COUNT 32
[20742]33%endif
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use