VirtualBox

Ignore:
Timestamp:
Dec 9, 2009 5:16:39 AM (15 years ago)
Author:
vboxsync
Message:

SUPDrv/Lib: More hacking

Location:
trunk/src/VBox/HostDrivers/Support
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r25260 r25263  
    14981498    if (    pszModule
    14991499        &&  *pszModule
     1500#if defined(VBOX_WITH_NATIVE_R0_LOADER) && defined(RT_OS_WINDOWS)
     1501        &&  strcmp(pszModule, "VBoxDrv.sys")
     1502#else
    15001503        &&  strcmp(pszModule, "SUPR0.dll")
     1504#endif
    15011505        &&  strcmp(pszModule, "VMMR0.r0"))
    15021506    {
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r23171 r25263  
    3030
    3131LIBRARY SUPR0.dll
     32;LIBRARY VBoxDrv.sys - @todo VBOX_WITH_NATIVE_R0_LOADER
    3233
    3334EXPORTS
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r25262 r25263  
    651651    }
    652652    SUPR0Printf("rc=%#x '%ws'\n", rc, Info.Name.Buffer);
    653     //STATUS_OBJECT_NAME_NOT_FOUND == 0xc0000034 -> SUPR0
     653    //STATUS_OBJECT_NAME_NOT_FOUND       == 0xc0000034 -> SUPR0
     654    //STATUS_DRIVER_ENTRYPOINT_NOT_FOUND == 0xC0000263 -> SUPR0
    654655
    655656    NOREF(pDevExt); NOREF(pszFilename);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette