Changeset 28210 in vbox for trunk/include/VBox
- Timestamp:
- Apr 12, 2010 2:41:42 PM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/param.h
r28124 r28210 43 43 /** The maximum number of pages that can be allocated and mapped 44 44 * by various MM, PGM and SUP APIs. */ 45 #define VBOX_MAX_ALLOC_PAGE_COUNT ( 128U * _1M / PAGE_SIZE)45 #define VBOX_MAX_ALLOC_PAGE_COUNT (256U * _1M / PAGE_SIZE) 46 46 47 47 -
trunk/include/VBox/param.mac
r21930 r28210 1 1 %ifndef ___VBox_param_h 2 2 %define ___VBox_param_h 3 %define VBOX_MAX_ALLOC_PAGE_COUNT ( 128U * _1M / PAGE_SIZE)3 %define VBOX_MAX_ALLOC_PAGE_COUNT (256U * _1M / PAGE_SIZE) 4 4 %define MM_HYPER_AREA_ADDRESS UINT32_C(0xa0000000) 5 5 %define MM_HYPER_AREA_MAX_SIZE (40U * _1M)
Note:
See TracChangeset
for help on using the changeset viewer.