Jump to content

rloew

Patron
  • Posts

    1,964
  • Joined

  • Last visited

  • Days Won

    13
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by rloew

  1. AHCI Controllers can be Switchable or AHCI only. There is a flag in the HBA Memory Registers that reflects this. If it is switchable, then you can set bits that put the Controller into AHCI Mode or IDE Mode. Otherwise the Controller does not support IDE Mode, or in at least one case not properly. No software can override this. If the Controller is switchable, but the associated BIOS is not, you may be able to reflash with a new BIOS if one can be found, made or hacked. Alternatively, Drives can be accessed by switching the Mode to IDE with Software.
  2. Not all SATA Controillers support IDE mode. AHCI only Controllers cannot be switched to IDE. This is why I wrote my AHCI Driver.
  3. 768MB is roughly the limit without modifications. My Patch allows unlimited System RAM. Graphics RAM can be an issue if it is 512MB or more.
  4. The closest I have come to that is running a XP browser using Virtual PC in 98.
  5. Time to go back to Windows 98. An incompatible OS is the best vaccine of all.
  6. Add a few more years. The latest 7-zip with run with my unicows wrappers in Windows 98.
  7. The EHCI Driver INF assumes that USB 1 is installed and does not copy USBD.SYS to the System. Manually copy USBD.SYS to the Windows\System32\Drivers Folder.
  8. I have been seeing this intermittently with the regular 52.9.0 for months now. One Core appears to be maxed out. Sometimes killing the browser works, other times I may have to reboot.
  9. What drivers, if any, are in your SYSTEM.INI? The SYSTEM.INI File is processed in the area that froze.
  10. Does that work for Windows 98SE?
  11. I have similar problems with the Startech PEXUSB4DP PCI-E USB 2 Card. It typically disables the Video Driver and/or the Ethernet Driver. Once I saw it slow down DOS. Unfortunately, I could not reproduce the problem to debug it. The Card works in Windows 9x if I disable the other Drivers. I think it may be a PCI-E Interrupt sharing problem but I am not sure at this point. It works fine in Windows XP.
  12. Going from 3.5GiB to 3GiB suggests a change of hardware. Did you add or change your Video card?
  13. That is correct. This is not a reason to prefer SP1.
  14. You mean the drivers weren't designed to handle physical addresses above 4GiB. The drivers obviously can handle PAE as the system is using PAE.
  15. RFDISK can create Partitions with any geometry settings. Changing an existing Partition's geometry can be done but would be problematical. It would be easier to switch existing Partitions to LBA access.
  16. I wouldn't count on it. I have seen Short Filename issues with files that are part of a fresh Install. It may depend upon what features you Install. I would have to do a fresh Install to find out which files are involved. Problems occur when the Short Filename is used in the Registry.
  17. Copying the files would not work safely with Windows 9x unless you have a tool such as my XFILE that can preserve Short File Names. Standard copying can cause the Short File name for a given file to be changed on the destination.
  18. To be sure, he would have to post the MBR of the original Hard Drive. A new Drive as well as a GPT MBR is blank. Simply partitioning a Drive without making it bootable might not initialize the MBR Code. Mine won't unless you tell it specifically to do so.
  19. It doesn't matter how you run Windows 9x. When it enumerates the Hard Drives, it checks each MBR and puts a signature in any MBR that does not appear to have one.
  20. The four bytes at 0xDC in the MBR is a signature that Windows 9x writes when there are only zeroes between 0xDA and 0xE0. Windows has big problems when the checksum of two MBRs are identical so it adds a signature to new MBRs or if blank. It corrupted one of my Amiga Hard Drives by doing that.
  21. You will need either my SATA Patch or AHCI Driver to support 32-Bit File Access.
  22. Disconnect the Hard Drive and try to boot. I have seen BIOSes that hang with certain MBRs.
  23. From Safe Mode or a Recovery CD: Go to C:\WINDOWS\SYSTEM32 Backup NTOSKRNL.EXE and NTKRNLPA.EXE. Copy DLLCACHE\NTKRNLMP.EXE to NTOSKRNL.EXE Copy DLLCACHE\NTKRPAMP.EXE to NTKRNLPA.EXE Reboot
×
×
  • Create New...