儲存庫 vbox 的更動 18254
- 時間撮記:
- 2009-3-25 下午01:09:32 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器