Jump to content

R1600

Member
  • Posts

    41
  • Joined

  • Donations

    0.00 USD 
  • Country

    Korea, Republic Of

Everything posted by R1600

  1. Hi. I tried your updatepack and Windows Update tab in Control is broken Other than that there's no problem (probably)
  2. UEFI support isn't even complete on XP/2003 32bit. Some drivers(USB3.x, eMMC, etc...) from Win7/8 are successfully backported to XP(thanks to NTOSKRNL_EMU project), but it requires a lot of modification to run in Win2K. It won't be easy.
  3. @George King 02 80 8B C8 C1 E9 08 80 E1 01 88 4D 0C 84 E4 79 0C E8 -> 02 80 8B C8 C1 E9 08 80 E1 01 88 4D 0C 84 E4 EB 0C E8 I think that's all the patch is (probably, and also checksum update required) https://ufile.io/fl78ea0y
  4. Your nt4 drive might be formatted as ntfs v1.2 . Windows XP+ convert ntfs v1.x drive to ntfs v3.1 automatically. Ntfs v3.1 is supported in nt4 sp4+. If your nt4 installation is under sp4, that might be problem.
  5. https://bearwindows.zcm.com.au/winnt4.htm You should read this article. I think there are some hints that will help you.
  6. https://somethingnotserious.wordpress.com/2023/11/01/win98-vcache-protection-error-on-modern-hardware/ The solution came from completely unexpected place wow
  7. Thanks for letting me know. For now, I don't think I'll need it for this project thanks to WU URL DUMP, but it will probably be useful later. I think there are some updated versions of the files included in ExKernel. Maybe I can report them to blackwingcat.
  8. For a complete and correct localization, you will need to replace the image base address and resources of about 100 files with those of your language version. - https://win2k.org/blog/2019/10/07/1989811/ That means localization requires collecting files from various updates such as KB891861, XP SP3, SV2003 SP2, non-public updates, etc. I'm tracking down what I actually need. My final plan is making auto localization python script which download, extract, modify, and re-compress everything automatically. A little spoiler -
  9. You can get full debug log via LAN with this one https://github.com/MovAX0xDEAD/KDNET There were several attempts in this thread, try searching for keywords like debug.
  10. v6666 is outdated. Try the latest one https://depositfiles.com/files/9xn22ief3
  11. Open ntoskrnl.exe with Resource Hacker, grab bootscreen bitmap image from Microsoft's original ntoskrnl.exe, and swap it.
  12. Basically I want to do the same thing. However, BWC said that without ImageBase address and other changes, he could not guarantee normal operation and full localization. You can find that some files (for example, dnsapi.dll) don't have resource (except for version info), but the Japanese and English versions have different ImageBases.
  13. Hi. I'm trying to localize Extended Kernel in a language other than English and Japanese. http://blog.livedoor.jp/blackwingcat/archives/1989811.html - Although @blackwingcat wrote localization guide but honestly, it's definitely better than nothing, but not written in detail. Unless you're familiar with the PE format and the components of Windows, it's probably hard to understand. So I'm tracking the sources of language-dependent files to get correct ImageBase address and Resources) and trying to follow the guide properly. (The first version of guide was written in 2014, but no one seems to have followed it properly so far ) My goal is to make a complete easy-to-follow localization guide within this year. (a little spoiler) More information coming soon!
  14. Almost every drivers in XP2ESD package are based on NTOSKRNL_EMU project. Sadly, it doesn't support Windows 2000. You can find some modded drivers (Intel AHCI, acpi.sys, USB 3.0, etc) in @blackwingcat's blog and his update center. http://win2k.org
  15. Where did you get modded iGPU driver? Also, to be honest, you shoud go to WinRaids forum for the information and driver you're looking for.
  16. https://msfn.org/board/topic/177518-xusbsupp-extended-usb-supplement-for-windows-95-osr2/ Just use XUSBSUPP. AFAIK, there is no USB 2.0 driver working on 95 OSR2.
  17. https://github.com/MovAX0xDEAD/KDNET I know, but that doesn't mean you can't debug via LAN! @Mov AX, 0xDEAD always makes something magical.
  18. Try searching for keywords like "windbg" in this topic. You can debug via LAN and other computer. If you don't have debug version of acpi.sys, ask @Dietmar for it.
  19. Patch Integrator v2.3.4 is very old version from September 2020. Try the latest one (v3.4.6)
  20. I agree. But it would be technically much simpler to extend NDIS 6.x beyond Vista, right?
  21. There's no known way to solve NDIS dependency problem. In theory, it is possible to fix NDIS dependency in a similar way to ntoskrnl_emu, but only a few people, including @Mov AX, 0xDEAD, can do it. Masters in the field tried to do something similar for Windows XP, but without success.
  22. 865GV won't be a problem. You should check out @bearwindows' almighty guide https://bearwindows.zcm.com.au/winnt4.htm Not sure if Geforce 7800 will work. INF modifications are essential, and .sys modifications may be required. I recommend using update-integrated installation image found at Archive.org.
×
×
  • Create New...