Changes between Version 5 and Version 6 of Porting_VirtualBox
- Timestamp:
- Sep 10, 2007 3:35:48 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Porting_VirtualBox
v5 v6 31 31 * Since there isn't yet any kernel driver, you have to set an environment variable to tell src/VBox/HostDrivers/Support/SUPLib.cpp to fake the kernel driver: 32 32 {{{ 33 export VBOX_SUP DRV_FAKE=fake33 export VBOX_SUPLIB_FAKE=fake 34 34 }}} 35 35 * If the platform has an unknown object/image format (COFF, AOUT and OMF are the only big ones we don't yet support) you'll have to edit src/VBox/PDMLdr.cpp to make sure {{{PDMLDR_FAKE_MODE}}} is {{{#defined}}}.