Jump to content

reboot12

Member
  • Posts

    330
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Posts posted by reboot12

  1. 11 hours ago, Dietmar said:

    My first try is  just to integrate those 3 CSM files from the F11 Bios into the f6c Bios.

    CsmDxe.ffs

    CsmVideo.ffs

    CsmBlockIo.ffs

    I do not think to insert only these 3 modules to get Legacy BIOS. Legacy bios and Legacy OptionROM's e.g. video bios is in csmcore module:
    csmcore-vbios.png

  2. 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:
    caret.png

  3. @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:
    x86.png x64.png build-EBC.png

    Maybe how to compile a loader, e.g. UefiSeven or another as an EBC, could be launched WinXP 32-bit on UEFI64 without CSM?

  4. 16 hours ago, Svyatpro said:

    Can anyone help me installing WinXP on Dell Precision M4800?

    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
  5. On 12/13/2024 at 2:31 PM, casey said:

    windows Xp with acpi patch 7777 works on my desktop pc, it shuts down correctly, but when I reboot it freezes, can you tell me why? it's an asrock q1900 motherboard

     

    On 12/15/2024 at 1:57 AM, casey said:

    I have used the file ACPI.SYS from the ISO Ramsey,

    but the problem of freeze at reboot persist

    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

    On 12/17/2024 at 11:56 PM, Andalu said:

    Are you maybe using a PS/2 keyboard? I had the same problem with another asrock board:

    On 12/19/2024 at 1:00 AM, casey said:

    I confirm, With USB Keyboard and Mouse, everything works, but when I connected a PS2 peripheral (or keyboard or mouse) and I reboot, xp freezes. How can I solve this problem?

    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 :-)

  6. @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

×
×
  • Create New...