-
Posts
464 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Events
Posts posted by George King
-
-
@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
Here are latest sources for extender
https://msfn.org/board/topic/181615-ntoskrnl-emu_extender-for-windows-xp2003/?do=findComment&comment=1222267
-
5 hours ago, SKOL said:
Yeah I'll try that.
If there will be any issue please post it in that topic
I hope it will work
-
1 hour ago, SKOL said:
Hey guys!
Do any of you have a way to get the usb ports to work on the z170mocf? I can install xp easily, everything works except usb which wouldn't be a big problem, but I'd need at least one usb port to work so I can transfer screenshots for hwbot.
Image builded by XP2ESD v1.6 should work without issues
-
-
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
-
Anybody have archived these projects?
-
@skulltrailSee here, I think we need only small piece of code for extender to get Generic SD/MMC driver from Windows 8.0 build 8056 work under XP - 7.
https://msfn.org/board/topic/183528-ndis6-support-for-xp/?do=findComment&comment=1218248
-
Compiling ACPI v2.0 driver for Windows XP SP3 and Windows 2003 SP2 (x32/x64)
Here are compiled ACPI2.0 v4 from latest sources1) x86 Windows XP x86 SP3 (5.1.2600.7777.4) + Windows Server 2003 SP2 (5.2.3790.7777.4) debug and free2) x64 Windows Server 2003 / XP SP2 (5.2.3790.7777.4) debug and freehttps://www.mediafire.com/file/wsqgptapdrxhidf/ACPI2.0_v4_x86+x64_5.1+5.2.7z/file
Extras included:
a) _OSI extra OS list to unlock hidden devices
b) modded acpiosnt.rc to overwrite PruductVersion attribute in file info, replaced "," with "." so it's now in same logic as other standard files, added .4 to easily detect which patch was used as build base
-
@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
PoFxIdleComponent IoSynchronousCallDriver PoFxSetDeviceIdleTimeout PoFxUnregisterDevice PoFxStartDevicePowerManagement PoUnregisterPowerSettingCallback PoFxActivateComponent KeLeaveGuardedRegion KeEnterGuardedRegion PoFxCompleteIdleCondition PoFxCompleteIdleState PoFxReportDevicePoweredOn PoFxCompleteDevicePowerNotRequired PoFxRegisterDevice IoGetActivityIdIrp RtlQueryRegistryValuesEx
-
@skulltrailWhere are compiled One-Core-Api now? I don't see them on your GitHub.
-
23 minutes ago, pappyN4 said:
If you want to test I can send it to you. I have not tested myself.
Yes, please PM me those new patched files. I will try them on my machines.
-
Hi,
is there an chance to compile current version 1.7.0.16 to support XP host with .NET 4.0?
Or where I can get older version 1.7.0.13 as new .NET requirement was from 1.7.0.14 according to changelog. I would like to have latest working one under XP Hosts
https://www.win-unattended.de/viewtopic.php?f=17&t=73
Many thanks
EDIT: I found 14 and 15 online on various places. But nothing for 13. Anybody downloaded it and have archived 13?
EDIT2: 13 doesn't work under XP, no error, icon appear near clock, then disappear
-
@Milk-ChanThanks, I have already updated x64 Update Pack to 2019-08 version. It's not released standalone, but link can be found in XP x64 Modern HW topic.
-
2 hours ago, Mov AX, 0xDEAD said:
This way you'l get another v6666 from 2018....
Thanks, good to know. I'm interested in fully compiled one. I just added it for sure as another option
-
I have updated ACPI 2.0 post with new ACPI
07.04.2022 - Solution for A5 BSOD (0x03, ..., 0xC014008, ...) - Applied @skulltrailhack for compiled acpi.sys at _ValidateArgTypes mov edi, 0xC0140008 -> mov edi, 0x00000000
-
@pappyN4Do you have prepatched ACPI.sys based on your latest findings?
-
How I prepared environment and how I compiled it on Windows 10 21H2 x64. Note I added some aditional steps to be able compile XPSP1 files as x64 target
1) Extracted NT5 SRC and followed compile guide for 2003 to set up latest environment (Yes for 2003 see below why)
2) Download TXT ACPI v2.0 XPSP1toXPSP2 patch + patch.exe
https://nav.dl.sourceforge.net/project/gnuwin32/patch/2.5.9-7/patch-2.5.9-7-bin.zip
3) Open CMD in Base\busdrv\acpi\ and update source tree with patch.exe -Np1 -u -l -i sp1_to_sp3(ACP2).patch
4) Grab tools folder from 2003 source tree, backup XP one and copy it here
5) Copy build.exe and mofcomp.exe from x86 to amd64 in tools folder
6) Run razzle.cmd as CMD /k tools\razzle.cmd Win32 offline No_urt no_binaries no_certcheck No_prefast (you can add Free parameter if you would like compile smaller non debug file). If someone add needed ASM code converted to C in devpower.c , internal.c , type2op.c , osnotify.c., then we can compile x64 acpi.sys too, just replace Win32 with Win64 amd64
7) Go to Base\busdrv\acpi\driver\ and then build /Degbw
Compiled ACPI.sys is in Base\busdrv\acpi\driver\nt\obj\i386\
-
3 hours ago, skulltrail said:
Unfortunately, the link of pastbin not open on any browser. If do you have, please post here or send me PM
Here you go
-
11 hours ago, Andalu said:
I tried your last acpi.sys from the "i386_free" folder on the following boards:
- Gigabyte H470 HD3 -> A5 BSOD (0x011, 0x08, 0xB998B000, 0x20160527);
- Asus Prime Q370M -> A5 BSOD (0x03, 0xA755B9BC, 0xC014008, 0x494E495F);
- Asrock H310M-HDV -> A5 BSOD (0x03, 0x97EE06D0, 0xC0140008, 0x494E495F);
- Asrock B250M Pro4 -> A5 BSOD (0x03, 0x8A8A64C4, 0xC0140008, 0x494E495F);
- Asus Prime B250M -> it works as well as the previous version.
@Mov AX, 0xDEAD Can you have a look into code for possible solution please? Seems like similar BSOD as encountered
@Dietmar on Z690 Asrock extreme board -> A5 BSOD (0x03, 0x98E1DBA4, 0xC0140008, 0x494E495F)
-
@skulltrail Source code patch for untouched XPSP1 tree can be found on MSFN link
-
Compiling ACPI v2.0 driver for Windows XP SP3 and Windows 2003 SP2 (x32/x64)
Here are compiled ACPI2.0 v4 from latest sources1) x86 Windows XP x86 SP3 (5.1.2600.7777.4) + Windows Server 2003 SP2 (5.2.3790.7777.4) debug and free2) x64 Windows Server 2003 / XP SP2 (5.2.3790.7777.4) debug and freehttps://www.mediafire.com/file/wsqgptapdrxhidf/ACPI2.0_v4_x86+x64_5.1+5.2.7z/file
Extras included:
a) _OSI extra OS list to unlock hidden devices
b) modded acpiosnt.rc to overwrite PruductVersion attribute in file info, replaced "," with "." so it's now in same logic as other standard files, added .4 to easily detect which patch was used as build base
-
@AndaluWrite @username and wait until forum load matched one and click on it, then is user fully tagged
-
Posting works again!
-
@DietmarNice tests. Of course vendors are lying about performance. Machines about 2010+ have only differences in GPUs which I need only for 4K video. CPUs are mostly same but another nm technology was used to assemble it. Yes, more changes can be found, like removing IDE, PCI etc..
First big boom will be with quantum computers (powered by small fuse reactors)
XP/W2k3 x64 on Modern Hardware
in Microsoft Windows XP
Posted
Here is my latest ported drivers collection for XP2ESD. These drivers are signed with my custom certificate. To get them signed import certificate into system before installation. All drivers are compatatible with XP and 2003 in both architectures. No other touch neede, every driver is standalone
Whats included?
x64
x86
Download
Certificate, just run it from CMD