Changeset 861 in vbox for trunk/include/VBox
- Timestamp:
- Feb 13, 2007 11:08:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r834 r861 39 39 /** Chunk size for dynamically allocated physical memory. */ 40 40 #define PGM_DYNAMIC_CHUNK_SIZE (1*1024*1024) 41 /** Shift GC physical address by 2 2bits to get the offset into the pvHCChunkHC array. */41 /** Shift GC physical address by 20 bits to get the offset into the pvHCChunkHC array. */ 42 42 #define PGM_DYNAMIC_CHUNK_SHIFT 20 43 43 /** Dynamic chunk offset mask. */
Note:
See TracChangeset
for help on using the changeset viewer.