Jump to content

George King

Member
  • Posts

    319
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Czech Republic

Posts posted by George King

  1. 1 hour ago, wyf180 said:

    Could update the ported drivers to v45?POWISn-10.pngI think the v24 drivers were

    too old after 2 years.

    When I decide to publish, then Yes. Now they are private only.

     

    BTW, nice spoiler from my MDL topic from currently work-in-progress on POWIS in XP2ESD :)

  2. 2 hours ago, D.Draker said:

    Then something's wrong on your end, according to @George King, and I quote.

    "When I installed Windows XP SP3+ (All updates until 04-2019 and .NET and Visual C++)"

    "it (Supermium) works like a charm." @George Kingwouldn't tell crap, trust me.

    https://github.com/win32ss/supermium/issues/493#issuecomment-2067100117

    Fully updated Windows is always key, specially in XP days. I can't uderstand why a lot of people ignoring UpdatePacks and they crying and complaining. It's still same after another 10 years.

    Yes, and of course there could be bugs. But I quess I must face these issues, when testing images on real machines.

     

    Another point is, many "Windows XP Enthusiast" never have real XP machine and never used them, they are just too young..

  3. ListDisk

    This tool provides detailed information about connected physical disks, including their partitions and volumes.

    Download

    https://github.com/GeorgeK1ng/ListDisk/releases

    Features

    • Mounting/unmounting partitions
    • Setting partition labels
    • Modifying MBR partition attributes

    Available Commands

    • /mount - Mounts a partition to a specified drive letter.
    • /unmount - Unmounts a specified partition or drive letter.
    • /setlabel - Sets a new label for a specified partition.
    • /setactive - Sets or clears the bootable flag of a partition.
    • /settype - Changes the MBR type of a partition.

    Usage Examples

    • /mount 0 1 U - Mounts Partition 1 on Disk 0 as U: drive.
    • /unmount 0 1 - Unmounts Partition 1 on Disk 0.
    • /unmount U - Unmounts U: drive.
    • /setLabel 0 1 Lbl - Sets 'Lbl' as the label for Partition 1 on Disk 0.
    • /setactive 0 1 - Marks Partition 1 on Disk 0 as bootable.
    • /setactive 0 1 80 - Sets the boot flag for Partition 1 on Disk 0.
    • /setactive 0 1 00 - Clears the boot flag for Partition 1 on Disk 0.
    • /settype 0 1 0x17 - Sets Partition 1 on Disk 0 to type NTFS Hidden (0x17).
    • /settype 0 1 0x07 - Sets Partition 1 on Disk 0 to type NTFS (0x07).

    Requirements

    • Operating System: Windows XP and newer.
        Note for Windows XP Users: This tool requires the installation of the Microsoft Visual C++ Redistributable. Please install it from this link.
    • Compatible with Windows Preinstallation Environment (WinPE).
    • Place ListDisk in %WinDir%\system32 to make it easy accessible from commandline!

    Note: Use this utility with caution. Incorrect usage may affect data integrity.

    bcdf04ba-070b-4ec3-846f-9b1a5fcbc8ed
    af4299e5-412d-42e5-9cee-b111e785cc1b
    b850d681-b6da-4bb3-88a8-29ad4c1fd104
    038d9428-523d-4bb7-8e9d-c025e055a25e

  4. 8 minutes ago, Dixel said:

    Probably a reference edition will fit in that case, I'd also recommend to look at Titan X, 980Ti. Both will work with XP by adding an inf string, both are not huge (reference, slim design).

    980 Ti is 2x - 3x bigger than 710. 
     

    This is my 980 Ti.

    IMG-0673.jpg

     

    Im awaiting brand new SZMZ GTX 960 and CCTING R9 280X… I think R9 vs 980Ti on x64 XP will be interesting to compare, both should be 384 bit.

     

    Btw, this setup runs now on unknown brand 2TB NVMe from AliExpress which cost 20$.. Dual Boot 11 and XP in CSM. 

  5. 3 hours ago, Andalu said:

    It can be disabled via regedit. Under the key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching

    set on 1

    DontPromptForWindowsUpdate

    and

    DontSearchWindowsUpdate

    These are just for drivers searching speedup :)

    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DontSearchWindowsUpdate" /t REG_DWORD /d "1" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DontPromptForWindowsUpdate" /t REG_DWORD /d "1" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DontSearchFloppies" /t REG_DWORD /d "1" /f >nul

  6. 4 hours ago, Dietmar said:

    Hi,

    does anybody know, how to disable the assistant of the Device Manager?

    This photo is from the HP 255 g6 in full Acpi-Multiprocessor mode.

    But the search for new hardware stops with this and I cant move the mouse or use keyboard

    Dietmar

    20240218-155300.jpg

     

    Disable New HW UI

    XP

        reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Settings" /v "SuppressNewHWUI" /t REG_DWORD /d "1" /f >nul
    	

     

    2003

        reg add "HKLM\SYSTEM\ControlSet001\Services\PlugPlay\Parameters" /v "SuppressUI" /t REG_DWORD /d "1" /f >nul
    	

     

  7. On 2/12/2024 at 10:31 PM, Zorba the Geek said:

    I reorganized the contents of cmalex's distribution of Python 3.8.13 and made a simple batch file to install it along with shortcuts, file associations and environment variables.  You can download it here:

    File: Python 3.8.1350.7z (OneDrive)
    MD5: b7c47b9d98f8998aae7ff6759fcc0684
    SHA-1: e5adb30b8631a7a8790554bbcd14e8bdab84831a
    Build Date: 14/07/2022
    Size: 42.8 MB

    I intend to make a proper installer one day, but at least in this form you can see what is included and make modifications to suit your needs.

    Hi, great package!

    Just check line 56 in Install.bat. It should be %SystemDrive% instead of %ProgramFilest%. Also using %%SystemDrive%% to keep them as variables in registry could be fine too.

    And line 68 have unneeded colon (:) in InstallDir %SystemDrive%:. SystemDrive returns drive with colon like C:

  8. Everything was changed - see used structures in storport 7 vs 8. After 8056 was changed build environment - see other drivers for PoFx.. functions. 
     

    It will probably never work. And If then only for specific driver, like Daniels NVMe 8.1 for 7. which have working TRIM in 7.

    Maybe you can start there instead. I tried patch his already patched files for 7 to XP in past. But without success.

  9. @Damnation Because after 8056 was changed build environment and they pushed more incompatible code there. Trying to port whole 8 storport probably can't bring much benefits at all as structures were changed a lot. When I was porting 8.1 StorAhci code to XP with Kai 8 port I saw these changes. Instead of patching 8 storport would be better to start adding needed functions into Kai storport source based on 2003 sp1 storport. Same as Mov does with ACPI.

  10. @Ratte Your mentioned drivers cannot be ported with Extender, as I already told you in PM, there are too much missing imports in newer drivers than 8056. I have already tried adding all PoFx.. functions as blank stubs. This wont work. Until you decompile and rewrite these functions. They have a lot of callbacks and probably not possible to rebuild them without some code leak. 

  11. On 1/3/2024 at 9:34 AM, Dietmar said:

    @George King

    Please send me the hal.dll from x86 Win Server, that you want to be patched.

    The intelppm.sys, that I send to ramsey works always, independend if you use PAE or not.

    I found therin a second place, where it has to be patched for to put all the power saving states to D1

    Dietmar

    Hi @Dietmar

    here is halmacpi.dll from 2003 x86.

     

    https://file.io/UwwY04hoZIj2

  12. Hi @Dietmar I have tested on my machines PPM and HAL patches for XP 5.1 and 5.2 x64, my testing machine works very well with them. When I'm not use them I receive random freezes on applications. For example Snappy Driver Installer. I think your PPM patch works as expected for 5.2 x86. But I don't have HAL patch. Thats currectly missing piece in my puzzles. Cna you please try to install on your machine Server 2003 and find correct HAL patch? Your timer patches for x64 HAL and PPM works well.

     

    For example when I use your PPM patch for 5.1 I need to use PAE patch otherwise nothing changes. (Doesn't matter if use 4GB or 128GB it must contain some HAL timer patch too)

     

     

     

  13. @Mark-XP It would be interesting to perform same test with Windows Server 2003 SP2 x86 as Windows XP x64 SP2 boots "fine" in UEFI from GPT disk partitioned by Windows 7 x64 setup.

    These builds should come from same source tree, so there is a chance 2003 x86 can do it instead of XP. And probably can be done by disk.sys + partmgr.sys from 2003

  14. @reboot12 Have you tested it with FlashBoot 3.3p too?

    	Changelog
    	Jun, 24 of 2023 Minor update 3.3p released.
    	Hardware compatibility improvements for "Windows 7 installation to the modern computers" feature.
    	Starting from this version, VGA emulation patch for UEFI loader skips GOP video modes which are advertised by UEFI firmware but do not fit into the firmware-allocated framebuffer. This fixes black screen problem for recent nVidia GPUs whose UEFI Option ROM truncates UEFI GOP framebuffer to 1024x768 but leaves higher-resolution video modes in the UEFI GOP mode table.
    	

  15. On 11/24/2023 at 5:50 AM, GD 2W10 said:

    Would NTOSKRNL Emu Extender be able to backport the generic audio drivers in Vista x64 to XP x64? I installed XP x64 on my Surface Pro 1, and I can't install any audio drivers, so would backporting the generic audio drivers from Vista/7/8 x64 to XP work with NTOSKRNL Emu Extender?

    Nope, porting newer HDA seems impossible. You can try one of ported beta HDAs.

    https://www.mediafire.com/folder/gpl7nk2osi3vl/Generic_HDA

  16. Yes, It's new for me too. I have downloaded it and installed on offline Windows XP x64 machine. I have not found silent install switch. Installation was fast and in English. UI doesn't looks bad. I will post some screenshots later.

    Good is it run on XP, hopefully they not spying a lot.. :D Someone needs to check if there are any hidden connections.

  17. @Dietmar Please let me know how your Win7 32bit test goes. I have Asus B360 and I can install my modded XP without issues with all drivers and everything seems fine. But when I try Windows 7 32bit with same generic driver set, no USB works. Same process I do for Win7 x64 and here works everything. Any idea why this can happend? Windows 8.0 32bit and USB doesn't work. But when using XP with same ported Windows 8 driver all works..

     

    EDIT: Windows 10 32 bit have same issue as Windows 7 32 bit on my board. No USB at all. On 64bit it works fine..

×
×
  • Create New...