Jump to content

skulltrail

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by skulltrail

  1. 15 hours ago, George King said:

    @skulltrail XP2ESD v1.6 contains already working Generic SD/MMC driver ported from Windows 8.0 build 8056! I have added few blanks stubs into Extender and Mov AX, 0xDEAD added correct implemententaion for IoSynchronousCallDriver

     

    Image-1.png

     

    Here are latest sources for extender

    https://msfn.org/board/topic/181615-ntoskrnl-emu_extender-for-windows-xp2003/?do=findComment&comment=1222267

    Hello friend! Well, i need take a time to make a custom ntoskrnl_emu for One-Core-API, because the main not working. It's occours because ntoskrnl_emu use a method to get address from some internal functions on kernel and as one-core-api use a custom kernel, the address are different. And, i tried transplant ntoskrnl_emu functions to one-core-api kernel and drivers (like USB 3.0) not working. I need time to investigate.

  2. On 6/19/2022 at 9:22 AM, George King said:

    @skulltrail

    Any news for mising functions for SD / MMCE in One-Core-API v2.5?

     

    I have also prepared https://github.com/MovAX0xDEAD/NTOSKRNL_Emu code with new blank functions, that "only" needs C code to be added into blank functions.

    So these functions needs C code to get extender work with Generic MMC / SD v8056

    PoFxIdleComponent
    IoSynchronousCallDriver (probably done)
    PoFxSetDeviceIdleTimeout
    PoFxUnregisterDevice
    PoFxStartDevicePowerManagement
    PoUnregisterPowerSettingCallback
    PoFxActivateComponent
    KeLeaveGuardedRegion
    KeEnterGuardedRegion
    PoFxCompleteIdleCondition
    PoFxCompleteIdleState
    PoFxReportDevicePoweredOn
    PoFxCompleteDevicePowerNotRequired
    PoFxRegisterDevice
    IoGetActivityIdIrp
    RtlQueryRegistryValuesEx

    Hello man, i'm not focusing in add new functions or features for now, only fix and stability. However, i promise add on Release on july

  3. On 4/21/2022 at 7:20 AM, George King said:

    @skulltrailAny chance to get these kernel functions? I would like to see working sdbus.sys and sdstor.sys from Windows 8.0 to get Generic SD / MMC driver

    Hey friend, i can try implement or integrate these functions on kernel

    PoFxIdleComponent
    IoSynchronousCallDriver
    PoFxSetDeviceIdleTimeout
    PoFxUnregisterDevice
    PoFxStartDevicePowerManagement
    PoUnregisterPowerSettingCallback
    PoFxActivateComponent
    KeLeaveGuardedRegion
    KeEnterGuardedRegion
    PoFxCompleteIdleCondition
    PoFxCompleteIdleState
    PoFxReportDevicePoweredOn
    PoFxCompleteDevicePowerNotRequired
    PoFxRegisterDevice
    IoGetActivityIdIrp
    RtlQueryRegistryValuesEx
    

     

     

  4. On 4/1/2022 at 1:11 PM, George King said:

    Compiling ACPI v2.0 driver for Windows XP SP3 (x32 only)

    I have compiled it for XP using provided informations in free and debug versions.

    And I have modded acpiosnt.rc to include new file description for aspi.sys "ACPI 2.0 Driver for NT"

     

    https://www.mediafire.com/file/dz3puu13afdps0o/ACPI_2.0_02.04.2022_SP1toSP3.7z/file
    |
    https://www.mediafire.com/file/ucxhsa5agnpfzqt/ACPI_2.0_01.04.2022_SP1toSP3.7z/file

    ACPI-1106.png

     

    Hey man, can you provide source code to us?

     

×
×
  • Create New...