Jump to content

Damnation

Member
  • Posts

    775
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Damnation

  1. @SEDANEH No, the lack of an IDE connector doesn't matter. You'll need to learn to use the methods we showed you, or you can use the ISO that dietmar made for you. We're willing to help you, just ask.
  2. @Dietmar I've made a my own custom HAL adding in ACPI table finding code into HalAcpiDispatchTable inside the HAL - I'm wondering if this might get us any closer to being able to boot XP with Vista RTM acpi.sys https://easyupload.io/ijwohe Still get a 7E BSOD with this but I'm wondering if it happens because of PmHalDispatchTable in acpi.sys or not, try it out when you have time.
  3. @Dietmar Looking at the logs, is it shutting down because it thinks the CPU is too hot? I'm probably misreading that though.
  4. @Dietmar I think you made a mistake? Both DSDT tables are identical.
  5. @Mov AX, 0xDEAD Is there a reason length was set at 0x1A? wouldn't 0x20 (max 32) make more sense?
  6. @Dietmar In the meantime you can use upload site like https://easyupload.io/
  7. @Dietmar Now I get a D1 BSOD from ntoskrn8.sys itself. https://ibb.co/gM52pG2 most recent build. https://easyupload.io/pklgtx I'll stop for now.
  8. @Dietmar I thought I'd try and take another shot at porting NDIS 6 to XP. I got a D1 BSOD in netio.sys this time. https://ibb.co/q5VjMMh My most recent build if you want to try and debug, no rush. https://fastupload.io/pOM4uar97jSEMZn/file edit: looking at your last debug log from when you got a D1 BSOD i netio.sys I looked at the point of failure in a disassembler and from what I can tell I think it has to do with the hashtable functions that I stubbed, might try to implement.
  9. @SEDANEH we don't use nlite. nlite doesn't integrate these drivers properly, you should use the script to make a patched ISO or use the ISO dietmar sent you earlier.
  10. @SEDANEH You need to run Options Menu.cmd to apply the patches to your XP install media first. They're not included by default. I would recommend options 1,2,3,5 and 6.
  11. @SEDANEH No, the CPU doesn't cause this. Andalu posted that pic showing that it's possible to install XP on your motherboard, so your making a mistake somewhere in the process of making your XP installation media. Can you go through, step by step, how you're making your XP install media?
  12. @Andalu Can't see the image you posted. @SEDANEH If you're running setup from USB then use WinsetupfromUSB to make your installation media. works much better for XP.
  13. @George King PoFx functions were first implemented in Beta 8128, which is why I went for 8118 initially since it doesn't have those functions. @Dietmar has solved a 7E BSOD with a driver in the past with acpi.sys beta 5048, so it shouldn't be entirely out of the realm of possibility that he could do so again. Assuming dietmar's up for the challenge, I think he wants to solve the HP 255 G6 resetting in ACPI mode first though.
  14. @Dietmar Sorry for the delay, here are the QC6000M ACPI tables. qc6000m_acpi_tables.7z
  15. @George King What Incompatible Code did they push after 8056?
  16. @SEDANEH You can use the Optional Patch Integrator script to do that. If you want to learn how to properly integrate ACPI manually you can open the script in a text editor to see what it's doing.
  17. @Dietmar 8064 also 7E BSOD. It looks like storport 8064 and 8102 are identical.
  18. @Dietmar Here is the E2-6110 GPU driver for XP https://easyupload.io/g6r2hj
  19. @Dietmar I can confirm that storport.sys of windows 8.0 beta 8056 is working in textmode setup without BSOD, beta 8102 gives 7E BSOD, I still need to test 8064. storport_6_2_8056_test_works_dietmar.7z
  20. @Dietmar I have a desktop motherboard with an AMD E2-6110 CPU on it. An ASRock QC6000M. It's ACPI spec is 1.0a - so even acpi.sys of windows 98 will work on it. cheap on amazon. https://www.amazon.de/-/en/ASRock-QC6000M-Socket-FT3-Micro/dp/B087X2PCVH/ref=sr_1_1?crid=2DMOLEWZEL2UO&keywords=qc6000m&qid=1706854281&sprefix=qc6000m%2Caps%2C333&sr=8-1 Should I dump ACPI tables? also, did you try windows 7 on that laptop?
  21. @Dietmar Processor declaration will likely be in its own SSDT table, not in DSDT.
  22. @Dietmar What I meant is, If ACPI is disabling the SATA and USB ports, but it might not be disabling PCIe, so if there is a mini PCIe slot on the board it might work booting from a PCIe card. How does Windows 7 go with this machine? does it boot?
  23. @Dietmar Try a PCIe SATA card with it, that might work. You can use one of those chinese mini pcie to PCIe adapters for this.
×
×
  • Create New...