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