Changeset 17535 in vbox for trunk/include/VBox
- Timestamp:
- Mar 8, 2009 3:39:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/param.h
r17048 r17535 53 53 54 54 /** The max size of the hypervisor memory area. */ 55 #define MM_HYPER_AREA_MAX_SIZE ( 20 * _1M)55 #define MM_HYPER_AREA_MAX_SIZE (40 * _1M) /**< @todo Readjust when floating RAMRANGEs have been implemented. Used to be 20 * _1MB */ 56 56 57 57 /** Maximum number of bytes we can dynamically map into the hypervisor region.
Note:
See TracChangeset
for help on using the changeset viewer.