Jump to content

Damnation

Member
  • Posts

    770
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Damnation

  1. @Dietmar I was unable to find any PDB symbols for the 8118 beta build of storport, but I did find them for the earlier 8102 beta build. Can you debug this when you have the time? The F7 BSOD I'm sure is because of security_check_cookie function, but the subsequent 7E BSOD isn't so easy. I'm hopeful you will find a way to get passed it like you did with the ACPICrackPRT function before we had the source. storport_6_2_8102_test.7z
  2. @Dietmar I got an F7 BSOD - I think I forgot to patch the security cookie.
  3. @Dietmar@George King Hi Guys, I was wondering if either of you would be interested in testing out storport.sys of windows 8.0 beta 8118 in XP? I think this is the last version before PoFx functions got implemented. I added stub KseRegisterShim (just returns invalid parameter) and stub KeQueryUnbiasedInterruptTime (just returns KeQueryInterruptTime) to ntoskrnl extender for this. I was curious to see if we could get TRIM working over NVME with this or some other additional functionality. Assuming it doesn't BSOD. Any interest in testing this out? storport_6_2_8118_test.7z
  4. @Dibya So this would be like an NDIS extender? Similar to the existing ntoskrnl extender?
  5. @Dietmar Hi, Can we test if glendronach NVME driver can run on XP? https://github.com/smokingpc/glendronach
  6. Out of curiosity, how is exkernel.dll supposed to work?
  7. @GD 2W10 It depends on which functions the audio driver depends on.
  8. @gordo999 Check what error code the USB 3.0 controller is giving you in device manager.
  9. @gordo999 When you loaded the XHCI controller driver did it at least prompt you to install the USB 3.0 hub driver? If not, then we'll need to debug but, If it did then it should just be a matter of loading the hub driver and then USB 3.0 should work.
  10. @gordo999 Regarding your Windows 7 not working with USB, are you using x86 or x64 Windows 7?
  11. @kocoman ACPIRangeValidatePciResources is in my windows 7 acpi.sys - maybe you didn't load the PDB symbols?
  12. @Slim Shady We don't have 2003 R2 x86/x64 source code, we have 2003 RTM.
  13. @UsefulAGKHelper I don't think that'll work, that's just changing the names of things isn't it? In bootdata.c I think the USHORT VGA_640x480[] code will need to be modified, but I don't know how it works.
  14. I did get the amd64 version of bootvid.dll to build in the XPSP1 tree. I'm not sure how to change the resolution from 640x480 to something else though.
  15. @bob_smith "Unknown Device" - It could be that this device is not your graphics card, is there anything listed under Display Adapters?
  16. @Mov AX, 0xDEAD @Dietmar I was doing an experiment merging ntoskrn8.sys with the main kernel, since I wanted to add in extra Zw* functions that make use of internal KiSystemService function. I don't think this approach worked though.
  17. @bob_smith Yeah, that would have something to do with the issue. Not sure about this one though, try disabling IRQ steering?
  18. @d0minat0r 7B BSOD is a storage driver issue. So you're missing either an AHCI or NVME driver (IDE is included in XP so that should be fine) I noticed you're using x64 XP so you'll need the x64 versions of the drivers, x86 wont work in this case.
  19. @bob_smith It is admittedly not as easy to get a DeviceID in 98SE as it is in XP. It's easiest just get the DeviceID when booted into XP, it won't have changed between the 2 OS's.
  20. @d0minat0r Newer hardware doesn't use IDE for storage anymore, you'll need to use an XP AHCI or NVMe driver.
  21. @SweetLow Do you think you might be able to figure out why Windows 98's ESDI_506.PDR driver fails to load when booting off of the SD card interface on rasteri's WeeCee and Eivind's Tinyllama 1 and 2. They both use this "RDC SD-IDE Host Controller" device that works fine in 2000 and XP, but 98 doesn't like it for some as yet undiscovered reason. Do you think you might be interested in solving this?
×
×
  • Create New...