Changeset 101526 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 20, 2023 3:09:20 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r101525 r101526 1686 1686 #ifdef CONFIG_PAX_KERNEXEC 1687 1687 fFlags |= SUPKERNELFEATURES_GDT_READ_ONLY; 1688 #elif RTLNX_VER_MIN(4,12,0) 1688 #endif 1689 #if RTLNX_VER_MIN(4,12,0) 1689 1690 fFlags |= SUPKERNELFEATURES_GDT_NEED_WRITABLE; 1690 1691 #endif
Note:
See TracChangeset
for help on using the changeset viewer.