Jump to content

Damnation

Member
  • Posts

    792
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Damnation

  1. @Dietmar do the Vista RTM versions of ndis/netio/msrpc work with my ntoskrn8.sys?
  2. @Dietmar I would ideally like to target windows7 ndis.sys since the LAN chip of my new B550 motherboard - Realtek RTL8125 - is Windows7 and later only, no vista support. regarding missing ndis.sys dependency - does vista RTM ndis.sys have it?
  3. @Dietmar any idea for which part of ntoskrn8.sys I need to change?
  4. @Dietmar I Implemented some more of the missing functions in assembly and included PDB symbols of everything for you. https://ufile.io/qnm6t9wa can you debug when you get the chance?
  5. @Dietmar win7 ndis.sys depends also on netio.sys and msrpc.sys ntoskrn8.sys depends only on ntoskrnl.exe and hal.dll
  6. @Dietmar @George King Back after trying a new thing. Can you guys try running win7 ndis.sys and debugging this new version? https://ufile.io/ktn5wbbo
  7. @Dave-H make sure you have windbg open on your debugger and waiting for the debugee to connect. then on the debugee select the debug option from your XP boot menu. then switch back to the debugger and wait for it to connect.
  8. @Dave-H The guide I gave you assumes XP is the only OS on the drive. Ideally, to get this debugging setup going, it would be best to make a backup image of your entire HDD (boot sector and all) and then wipe it, leaving XP as the only OS so you can use the boot.ini
  9. @Dave-H It can be the windows 10 version of windbg if you prefer to use that. it just needs to support KDNET.
  10. @Dave-H The HOST (debugger) does not need to be running XP like the TARGET (debugee) PC. It can be running newer OS's like Windows 10, and all windbg needs is a connection to the TARGET PC. Which in this case would be the TARGET PC's IP Address, a port, and encryption key.
  11. @Dave-H Here are those kdnet you need. https://ufile.io/mr0jjupa
  12. @Dave-H Here are some instructions @Mov AX, 0xDEAD sent me. type these commands in windbg for debugging - post full debug log.
  13. @Dave-H You'd have to have windbg running on another machine as you click restart if you want to find what the cause of the problem is.
  14. @windows2 there isn't enough in the leaked 2000 source code to make a complete build of the OS as it is, only some of the components were leaked.
  15. There's a Windows 8.1 build USB 3 driver for XP? I thought there was only a windows 8.0 version?
  16. no, it will not run x86 apps, it's an entirely different architecture from x86. Itanium IA64 was bad at what it was designed to do, it was slow even back then.
  17. @Dietmar Ah, I forgot it doesn't work under XP. I used it on windows 10 to edit my windows 8.0 ISO.
  18. @Dietmar not nlite - that's for XP - NTLite - that's for windows 7 and later, Vista is SOL. I don't remember exactly which one I used, I think it was acpi4.sys, not sure.
  19. @Dietmar I recommend NTLite for editing Win 8.0 ISOs https://www.ntlite.com/download/
  20. I don't think @Mov AX, 0xDEAD has any motivation to fix any USB 3.0 related issues on XP. Unless I'm mistaken?
  21. I use the last free version of Comodo Internet Security that supported XP, it seems Comodo scrubbed the download links, if I can find the installer I'll post it here.
  22. @Dietmar @George King do either of you have a compiled free build of latest source acpi.sys? can you upload please?
  23. @steregushchyy You can use the Optional Patch Integrator Script included with Integral Edition on a standard Ukrainian/Russian XP ISO to integrate the drivers you need. note: Remember to replace the out of date patched acpi.sys in \Integrator Files\Patches\ACPI drivers with a newer one built from source code.
  24. @bizzybody Try an ASMedia card along with the backported windows 8.0 USB 3.0 driver.
×
×
  • Create New...