-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Not that it matters much right now, but many applications no longer support 32-bit. Windows XP with One-Core-API can still run a lot of modern software, but in the long run, only the x64 version will have the minimum capabilities needed for everyday use.
-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
If you still want to do this for XP 64-bit, I might be able to help you find testers. You can create a new post in the win2000_dev_community support section, and I will try to find people to test it with you. all I can say is that the future is now with the 64-bit system.
-
looking for up to date solution for Windows 2000 install on modern hardware + acpi support
It's actually been a long time since the last update to this project, we need more time and will. the BSOD issues on devices without a serial COM port make things hard , and I've discussed with Rairii the possibility of creating a solution that would allow us to debug via Ethernet cable as exemple. so an interface in the HAL intended for serial debugging send/receive one byte at a time should implimented ,
-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Obtaining the MTP driver for Windows 2000 is possible through Windows Media Player 10. However, this is limited. Therefore, Windows Media Player 11 has a newer driver that uses UMDF. Unfortunately, this driver doesn't work on Windows 2000 due to a few factors compared to XP. I decided to create a solution using Kernel Mode and a companion user application to compensate for this.
-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Do what makes you comfortable. I think you'll change your mind once you try it. It can also read the file code in folders like the DDK... and extract a solution, create the project files for you, and write the code in them. I used to think, like you, that GPT was the best, but I've changed my mind. I think you'll have to write a script. What you'll face is extracting the differences between Linux and XP code by parsing the DDK and other aspects of both systems. In the next stage, the code will be successfully compiled, and then debugging will likely be necessary. I think that's what you're aiming for?
-
Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware
Why not use Copilot with Visual Studio Code? It's extremely useful and much smarter. can even read a very large number of lines. I used it to write this : https://github.com/Win2000DevCommunity/Win2000-MTP-KMDF-DRIVER
-
Office 2010 in Windows 2000 ?
Hello , you can download it from here
- Internet Games no longer work
-
-
Internet Games no longer work
Returned again through an alternative server
- released: bug fix for win32k.sys/CreateXlateObject (buffer overflow)
-
KernelEx for Win2000
Unfortunately, direct link not works from wlu site , but as jumper said , search with "intel" or "gigabit" https://ibb.co/tMGZdJxY
-
KernelEx for Win2000
Search here with keyword intel : http://win2k.org/wlu/wluen.htm
-
Debugging Vista disk.sys for XP/2000
You are right my friend, I have a lot to learn, I wanted to highlight this because it will fix the problem with the 2 To limit with GPT . @Dietmar@dotexe1337@Damnationare you interested ?
-
Debugging Vista disk.sys for XP/2000
Hey everyone, I’m trying to debug the disk.sys from Windows Vista on XP/2000. I’m not good in driver debugging, and even in XP though all the functions seem to exist, the driver doesn’t work. Maybe someone can understand what’s going wrong or point me in the right direction. windbg log : https://pastebin.com/zaKXc3ZM
- [ACPI 2.0 / NTOSKRNL Emu_Extender] Now Working on Windows 2000!