Changeset 34741 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 6, 2010 12:12:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r33676 r34741 155 155 { 156 156 /* In the nested paging case we require 2 + 513 * (cbRam/1GB) pages to 157 * store the entirepage table descriptors.157 * store all page table descriptors. 158 158 */ 159 159 uint64_t u64MaxPages = cbRam / (_1G / UINT64_C(512));
Note:
See TracChangeset
for help on using the changeset viewer.