-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Well, I took acpi.sys 2600.7777(v8) from Ramsey's Patch Integrator. Manually patched halmacpi.dll and intelppm.sys using Dietmar suggested byte-code changes for Win2003 SP2 (hotfix version). And I got performance decrease in CrystalMark2004 for about 10%. I use Broadwell CPU i7-6850K. The culprit is patched intelppm.sys
-
-
-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Hello folks! Can anyone please upload lastest ACPI/HAL/PMM Driver for XP/2003 x86? @Dietmar
-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Thank you Dietmar but where did you get drivers for: ACPI\DELLABCE\2&DABA3FF&0 ACPI\SMO8810\1
- 5eraph UpdatePacks x64 v2019
-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Can anyone help me installing WinXP on Dell Precision M4800? I have a black screen after "The setup is starting Windows" at text installation mode. Tried different ACPI.SYS, IDE/AHCI modes - nothing helps
-
Newer motherboards that support WinXP
Hello guys! Have anyone managed to install XP/2003 on Dell Precision M4800? I read that some people here did. But how? It freezes on a black screen after "The setup program starting Windows" at text installation mode.
-
-
XomPie
I know this is kinda irrelevant to post it here, but it concerns Windows XP support by NVIDIA. If you know in NVIDIA drivers starting from 361.91 till latest version, we have a high severity BUG when monitor connected via DVI is being detected as as CRT TV thus makes you unable to override custom resolution and refresh rate etc. Many months ago I created an issue in NVIDIA customer support and look what they recently answered me: This means that they confirm this BUG and they confirm that this their fault, but they apparently refuse to fix this issue and doing so they do not serve their customers properly, this is confusing! What do you guys think, what possible scenarios could I/We get from NVIDIA and how should I/We act?
-
Creating a Full-Blown Compatibility Layer.
Are you sure it works? I doubt of it, I tried it many times. Can you run Tropico 5 for example? I also checked your kernel32 it calls for example EnumSystemLocalesEx from msvcr120 to export this function, but msvcr120 has delayed imports from kernel32.dll that calls exactly these functions that you want to wrap from it. You will receive errors when these functions will be called by msvcr120, because it calls them from itself. I think One-Core-API is our everything, we need to polish it, and maybe avoid binary patches of native dlls.
-
XomPie
Okay, here take One-Core-API's vtdll. But you need to keep in mind that BWC's implementaion is kernel32 related and has no "Rtl" at the beginning of the function. Also use BWC's Japanese binaries, there are some reasons. vtdll.dll I tried to fix it in sources but had no luck because of my poor C knowledges. And a bit of necessary information. I found a commit that brokes newer Chrome in XP: https://chromium.googlesource.com/chromium/src/+/f9b843b964801440b50e74b072c70e7ecb0f1921
-
Creating a Full-Blown Compatibility Layer.
Yes, and it requires contributors. We need to fix some functions known as broken: shell32: SHGetKnownFolderPath kernel32: GetLogicalProcessorInformationEx LCIDToLocaleName vtdll (it could be good if someone could replace it with BWC's implementation): RtlTryAcquireSRWLockExclusive RtlInitializeConditionVariable RtlSleepConditionVariableCS RtlWakeAllConditionVariable RtlWakeConditionVariable
- XomPie
- Creating a Full-Blown Compatibility Layer.
-
XomPie
Well, I'll tell you something about One-Core API. Samuka is very busy now, he posted his sources and seems he will share his project to people and he needs everybody's help. I can't give you a link to his sources right now, because I should ask him first. But I surely know, he went rather far on XP/2003 kernel extending. If there are people who can help him in project developement you can feel free to contribute. I don't actually know if he is a girl or a boy, but I often call him "man". Samuka seems to be a male name in Brazil.
- Creating a Full-Blown Compatibility Layer.
-
XomPie
I think we can run Opera 39 dev build which is newer than Chrome 50 and is based on Chrome 51. I've added a bit more exports to my Extended Kernel for 2003 and Opera 39 starts, shows a browser window and crashes right after start. It needs more digging, I will try to do my best working around on it.