- Timestamp:
- Mar 21, 2007 7:40:46 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r1282 r1612 35 35 36 36 /** Enable dynamic allocation of guest physical RAM. */ 37 #if !defined( __AMD64__) /* broken in the 64 bits build */ && !defined(__DARWIN__) /* doesn't work here either, will fix after the 15th. */38 37 #define PGM_DYNAMIC_RAM_ALLOC 39 #endif40 38 41 39 /** Chunk size for dynamically allocated physical memory. */
Note:
See TracChangeset
for help on using the changeset viewer.