Jump to content

reboot12

Member
  • Posts

    324
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by reboot12

  1. I use Serpent v52.9.0 (2025-01-23) (64-bit) After opening the webpage, you can normally scroll up and down page using the up/down cursor keys but after select any text scrolling stop working - instead of scrolling, the text cursor is moved after the text content of the page. This is very bulky Please fix this. Thx. EDITED ===== OK, I found this: Scrolling using keyboard arrow keys I need press F7 to enable\disable caret browsing:
  2. @jaclaz How use vfd_folders ? C:\vfd\VFDSETUP>vfile -fdisk01.img PowerQuest Virtual File System Console Utility. Build vfile50.056 on Jul 06, 2001 01:51:50 Copyright 2001, all rights reserved. disk01.img Mounted as Volume \\.\Vf0 VFile>
  3. @FRnk776 See me signature :-)
  4. @Svyatpro WinXP 32-bit on a modern PC (ISO boot.wim + install.wim) For 64-bit see my signature.
  5. @Comos What is MPT? Fix the title and all occurrence of the word in posts to MTP (Media Transfer Protocol)
  6. @Damnation This is still in To-do list: Booting 32-bit Windows on 64-bit machine There is something like EFI Byte Code. The compiled EBC application is universal and can be launched both in UEFI32 and UEFI64. Exactly the same uefiinfo.efi application works in both UEFI32 and UEFI64: Maybe how to compile a loader, e.g. UefiSeven or another as an EBC, could be launched WinXP 32-bit on UEFI64 without CSM?
  7. @Dietmar No, WinXP 32-bit only on: old Legacy bios UEFI64 bios in CSM mode on UEFI32 bios without or with CSM On bios UEFI64 without CSM only WinXP 64-bit
  8. Does this laptop have two graphics cards? If possible, change the order of cards in the bios or disable one and test with the other. Build WinXP 32-bit using my tutorial then install from USB: WinXP 32-bit on a modern PC (ISO boot.wim + install.wim) To make USB: connect USB stick (max 32GB because FAT32 only supports that) run CMD and: diskpart list disk sel disk x (x is USB drive) clean create par pri format fs=fat32 quick label="xp32_pe31" active exit mount ISO in virtual CD-ROM drive or open in 7z then copy (extract) all files and folders from ISO to USB drive
  9. @Dietmar You right - USB3 works with original acpi.sys in old machine - I test WinXP 64-bit in ESXi:
  10. @Dietmar Thanks for the explanation - but all in all you need a modified acpi.sys to make USB3 drivers work.
  11. @Dietmar But I use USB3 drivers from George King and with original acpi.sys have error Code 10 in Device Manager - https://forums.mydigitallife.net/threads/winxp-64-bit-on-a-modern-pc-iso-boot-wim-install-wim.88435/page-7#post-1865200
  12. @Dietmar But modded acpi.sys is also required by modded USB3 drivers - right?
  13. Thanks for checking, but if it is not related to ACPI, do not write further in this topic - create a new thread.
  14. acpi.sys from Ramsey integral edition is not patched - I checked this with my new tutorial about WinXP 32-bit on modern PC - I use acpi.sys 5.2.3790.7777.8 Yea, it is exactly the same in WinXP 64-bit on Intel Gen 8 desktop, but I don't know if it's acpi.sys fault: restart does not work in a mini-setup and WinXP installed. When the mini-setup finishes, the computer gets stuck on the black screen with the mouse cursor - then you need to turn off the computer by holding the POWER button longer on the case. On WinXP installed you need to use the Turn Off option and then turn on the computer again If PS/2 keyboard connected - WinXP 64-bit no reboot - stuck on Windows is shutting down... but only in UEFI mode - in Legacy (CSM only) no problem. There is no problems with the USB keyboard and USB mouse and WinXP 64-bit is restarting correctly in UEFI and Legacy mode :-)
  15. @pappyN4v2 I test your patched hal.dll - this is OK?
  16. @pappyN4v2 @Dietmar test my WinXP 64-bit on Intel Gen 12 mobo and make patch acpi.sys Here 3 versions from Dietmar: acpi_Dietmar.zip acpiSkull2.sys - 21 Jul 2024 acpiSkull2A511.sys - 21 Jul 2024 (same date but other fix) - compare in Hex Editor Search for differences 1. acpiSkull2.sys: 328 192 bytes 2. acpiSkull2A511.sys: 328 192 bytes Offsets: hexadec. 128: A3 19 129: 4B 4C 48246: 75 EB 3 difference(s) found. acpiSkull3new.sys - 11 Nov 2024
  17. Which register entry should be used in WinXP 64-bit - XP or 2003?
  18. @Dietmar Thx, I send for guy SK91NO that has problem. He reported that your patched acpi works :-) https://forums.mydigitallife.net/threads/winxp-64-bit-on-a-modern-pc-iso-boot-wim-install-wim.88435/page-5#post-1860005
  19. @Dietmar Someone on ThinkPad P53 test my WinXP 64-bit tutorial and have BSOD ACPI A5 with this acpi.sys > link: *** STOP: 0x000000A5 (0x0000000000000003, 0xFFFFFADE849EDC59, 0xFFFFFFFFC0140010,0 0x000000004 94E495F)
  20. I agree exactly. I have 4GB RAM on WinXP 64-bit, pagefile disabled. I've reached the limit only on a few occasions: virtual machine 1GB RAM, Internet Browser with 10-12 tabs, other Internet Browser with some tabs Once, when I had 1GB of RAM, I set pagefile to 320MB. If we have 4GB of RAM and more, you can easily turn off the pagefile. It also depends on what we do on the computer - when we play only in a solitaire, pagefile it is not needed at 512 MB or less. It's best to install twice as much memory than we need e.g. we need 3-4GB so install 8GB
  21. OK, I fixed me 3_USB3x & daniel drivers : USB_3x_fixed.zip Me: added lines in usbxhci.inf: LayoutFile=layout.inf [Generic.CopyFiles] ... usbd.sys,,,0x104 daniel: delete Intel Vendor 8086 from amdxhc.inf: %INTELXHC.DeviceDesc% = AMDXHC, PCI\CC_0C0330
  22. For me daniel drivers not work with VMware USB 3.1 controller PCI\VEN_15AD&DEV_0779: Me drivers works but need usbd.sys extract this file from WinXP 64-bit ISO\AMD64\USBD.SY_ and copy to C:\WINDOWS\system32\drivers now uninstall USB device with Code 39 click Scan for hardware changes in Device Manager and reinstall driver or copy usbd.sys to my driver folder 3_USB3x add this line to usbxhci.inf in [Generic.CopyFiles] section: usbd.sys,,,0x104 update USB xHCI driver from this folder: P.S. In my project I use a OS in which there is a USB 2.0 controller and usbd.sys file is present on the disk and therefore the mini-setup has no problem with my USB3.x controller driver P.S. daniel driver work but need delete Intel Vendor 8086 from amdxhc.inf: fixed: %INTELXHC.DeviceDesc% = AMDXHC, PCI\CC_0C0330 old: %INTELXHC.DeviceDesc% = AMDXHC, PCI\VEN_8086&CC_0C0330 daniel driver also copy usbd.sys but using C:\WINDOWS\layout.inf and section in amdxhc.inf: [AMDXHC.CopyFiles] amdxhc.sys usbd.sys
×
×
  • Create New...