Jump to content

George King

Member
  • Posts

    329
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by George King

  1. Does this matter? StorAhci was sample for 8 and now we have XP compatible code. Even If it will work only for Vista - 7 then its fine, we need to solve more Generic GPU issues on 5.1 - 6.1. I just checked how Kai modded his code to make it WDK 7.1 compatible. I have these samples for 8.0 so its same branch as Storahci. I hope its possible to compile it using WDK 7.1 then we can get XP-7 compatible driver
  2. Maybe If someone can compile this with Windows 7 DDK https://github.com/microsoft/Windows-driver-samples/tree/main/video/KMDOD
  3. Changing build for what test exactly? Compatibility of what exactly? If you want to lie for certain app, use Application Verifier. Otherwise build could be changed using hacking kernel32.dll If I remember correctly. Also If you just want to display different build in WinVer dialog, it can be done by registry
  4. @AstroSkipper I can try it, I'm running my XP2ESD images on few machines
  5. Senzo Mall Hurghada Egypt Hurghada AirPort
  6. Be sure to check this topic with latest and probably best repack for XP/2003 https://forums.mydigitallife.net/threads/repack-net-framework-aio-for-windows-xp-server-2003-x86-x64.85522/
  7. Could be done using Application Verifier very easy in same way how we can install Office 2010 on XP x64
  8. You have not lowered it. Just locked it to 5.1. Vista is 6.0..
  9. Check your INF, it's probably system locked (6.1) and needs to be modded too.
  10. Meanwhile I have created few scripts and I can now apply Source Code patch, compile all 6 ACPI versions, collect files and apply post compile hacks (Ax11, Ax03) in less than 30s
  11. @Skulltrail Would be best if you can set up debug environment and share results with @Mov AX, 0xDEAD And hope he can develop fix for these issues.
  12. Hi @Mov AX, 0xDEAD, thanks for status info. I will try to add code you mentioned. Maybe you can upload your currently changed code patches as v8 beta to make it easier as you already mention v8 in fixed issues? BSOD 0xA5(0x03, ..., C0000034, ...) postponed SSDT loading on x64 platform (v8 update) Assertion Fail on loaddsdt.c, line 488 for x64 builds (v8 update)
  13. Well, you are trying to build project that probably exist. Of course, learning experience is fine. Yes, you can create updated installer using mentioned topic. Then you can create simple nLite SVCPACK addon
  14. @legacyfan Why you don’t use search button first before creating new thread?
  15. @Dietmar Thanks! I’m going to add new option into XP2ESD to allow suppressing these know BSODs as patch. Similar to other HEX patches. I would like to avoid manual patching of compiled files
  16. Yeah, I expect many changes. That why I asked if you can add into your source mentioned OSI tweak (I can see then TPM devices, dual GPUs etc). and compile it for me instead sharing current source Of cource I grabbed your 5.1 x86 and 5.2 x64 ACPI files from XP2ESD topic and here. But 5.2 x86 is still missing. So I hope you can do that instead creating SourceSode patches
  17. @Dietmar Does your compiled files contains _OSI tweak in type2op? I have updated code I got from this topic with two new values from decompiled Windows 11 ACPI. // Add future OS strings here. char Win2000[] = "Windows 2000"; char Win2001[] = "Windows 2001"; char Win2001SP1[] = "Windows 2001 SP1"; char Win2001_1[] = "Windows 2001.1"; char Win2001SP2[] = "Windows 2001 SP2"; char Win2001_1SP1[] = "Windows 2001.1 SP1"; char Win2006[] = "Windows 2006"; char Win2006SP1[] = "Windows 2006 SP1"; char Win2006_1[] = "Windows 2006.1"; char Win2009[] = "Windows 2009"; char Win2012[] = "Windows 2012"; char Win2013[] = "Windows 2013"; char Win2015[] = "Windows 2015"; char Win2016[] = "Windows 2016"; char Win2017[] = "Windows 2017"; char Win2017_2[] = "Windows 2017.2"; char Win2018[] = "Windows 2018"; char Win2018_2[] = "Windows 2018.2"; char Win2019[] = "Windows 2019"; char Win2020[] = "Windows 2020"; char Win2021[] = "Windows 2021"; char Win2022[] = "Windows 2022"; char* SupportedOSList[] = { Win2000, Win2001, Win2001SP1, Win2001_1, Win2001SP2, Win2001_1SP1, Win2006, Win2006SP1, Win2006_1, Win2009, Win2012, Win2013, Win2015, Win2016, Win2017, Win2017_2, Win2018, Win2018_2, Win2019, Win2020, Win2021, Win2022 }; Can you please compile your latest source code mod for all three (5.1 x86, 5.2 x86, 5.2 x64) versions with this tweak included?
  18. I would like to include it in new XP2ESD which was brutally delayed due my personal issues. +- in 2 weeks or similar.
  19. @Dietmar Can you prepare “patch” for source code? Or @Mov AX, 0xDEAD? I would like to build latest ones with some other modifications that I do. I need both 2003 and XP source code patches a I need to compile all 3 for all systems.
  20. Yes it can ve installed on Vista. Use search button here on MSFN. I have posted script to do it.
×
×
  • Create New...