Changeset 18254 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 25, 2009 1:09:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r18250 r18254 229 229 endif 230 230 231 # By default we use remap_pfn_range() kernel API to make kernel pages232 # visible for userland. Unfortuately, it leads to situation that233 # during debug session all structures on that page (such as PVM pointer)234 # are not accessible to the debugger (see #3214).235 # This code enables experimental support236 # for vm_insert_page() kernel API, allowing to export kernel pages237 # to the userland in more debugger-friendly way. Due to stability238 # concerns, not enabled by default yet.239 ifdef VBOX_USE_INSERT_PAGE240 KFLAGS += -DVBOX_USE_INSERT_PAGE241 endif242 243 231 # 2.6 and later 244 232 MODULE_EXT := ko
Note:
See TracChangeset
for help on using the changeset viewer.