Changeset 107171 in vbox for trunk/include
- Timestamp:
- Nov 28, 2024 10:38:10 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/param.h
r106061 r107171 76 76 77 77 /** @def VBOX_WITH_PAGE_SHARING 78 * Enables the page sharing code .79 * @remarks This must match GMMR0Init; currently we only support page fusion on80 * all 64-bit hosts except Mac OS X*/78 * Enables the page sharing code on the host side (do not use in guest code). 79 * @remarks Currently we only support page fusion on mainline AMD64 hosts, 80 * except Mac OS X (no ring-0). */ 81 81 #if ( HC_ARCH_BITS == 64 /* ASM-NOINC */ \ 82 && defined(RT_ARCH_AMD64) /* ASM-NOINC */ \ 82 83 && (defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) || defined(RT_OS_WINDOWS)) ) /* ASM-NOINC */ \ 83 84 || defined(DOXYGEN_RUNNING) /* ASM-NOINC */
Note:
See TracChangeset
for help on using the changeset viewer.