Jump to content

windows2

Member
  • Posts

    410
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    France

windows2 last won the day on December 29 2021

windows2 had the most liked content!

4 Followers

About windows2

Contact Methods

  • MSN
    Windows2000Warrior
  • Website URL
    Win2000_dev_community https://discord.gg/HD4fTkrhQZ

Profile Information

  • OS
    Windows 2000 Professional

Recent Profile Visitors

23,431 profile views

windows2's Achievements

181

Reputation

  1. 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 ,
  2. 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.
  3. 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?
  4. 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
  5. Hello , you can download it from here
  6. ‎‎‎
  7. Returned again through an alternative server
  8. Unfortunately, direct link not works from wlu site , but as jumper said , search with "intel" or "gigabit" https://ibb.co/tMGZdJxY
  9. Search here with keyword intel : http://win2k.org/wlu/wluen.htm
  10. 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 ?
  11. 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
  12. https://winraid.level1techs.com/t/storport-for-windows-2003-with-smart-support/37069/2 , the iso is availaible in win2000_dev_community discord server, In MSFN I didn't publish it because of the rule there.
  13. Hello everyone, We’re excited to share a major milestone from the Win2000_dev_community — we've successfully ported ACPI 2.0/NTOSKRNL Emu_Extender support to Windows 2000! 🎉 This achievement was made possible thanks to the incredible work of @Damnation, along with valuable assistance from Rairii, and valuable contributions from others in the community in testing and debugging issues along the way. ✅ As of now, the following are fully working on Windows 2000: Windows 7's NVMe driver Windows 8's USB3 driver Windows 8’s STORAHCI driver Windows 7's Storport.sys KMDF 1.11 support ⚠️ Known Issues: processr.sys does not function correctly due to differences in CPU throttling mechanisms between Windows 2000 and XP. ▸ This may be caused by the lack of PROCESSOR_STATE_HANDLER2 in Windows 2000 kernel, which only implements PROCESSOR_STATE_HANDLER. InsydeH2O BIOS is not fully tested yet. Currently, it still presents problems at the "Setup is starting Windows 2000" phase.
  14. I'm not sure what instability you got my friend. i think guys in the server not report about ACPI 2.0 a disturbing unstability now , only the CPU throttling should compared between 2k and XP in kernel to make the processr.sys works correctly.
×
×
  • Create New...