patcher9x icon indicating copy to clipboard operation
patcher9x copied to clipboard

Add PATCHMEM?

Open TheMiningTeamYT opened this issue 2 years ago • 9 comments

A feature I’d like to see is the inclusion of the late Rloew’s PATCHMEM in this program.

TheMiningTeamYT avatar Oct 09 '22 00:10 TheMiningTeamYT

https://archive.org/details/PATCHMEM

It's closed source. The author passed away. License unknown.

Not sure it it's legally OK to include it.

birdie-github avatar Oct 21 '22 13:10 birdie-github

On their website they said they are “…[making] it available to anyone who is interested in pursuing further endeavors” and also released the source code. https://rloewelectronics.com/

TheMiningTeamYT avatar Oct 22 '22 16:10 TheMiningTeamYT

Yes I agree this should be added but as an optional feature that is triggered with an argument (such as patcher9x -moreram

kristibektashi avatar Jan 23 '23 21:01 kristibektashi

It's closed source.

The source code is available here:
https://rloewelectronics.com/distribute/PATCHMEM/PRO7.2/ (broken SSL cert, but the site works)

Manawyrm avatar Mar 24 '23 12:03 Manawyrm

OK, looks like there is a demand for this patch :-) I'll try to add it to some future release.

JHRobotics avatar Apr 10 '23 15:04 JHRobotics

I don't want to add to scope creep, but PATCH137 and the SATA patch from rloew are also interesting. Both make changes to esdi_506.pdr

pappyN4 avatar Jul 15 '23 12:07 pappyN4

Related patches from http://lonecrusader.x10host.com/rloew/rloew.html

  • PATCH1TB: Patches Windows 9x to correctly handle Partitions larger than 1TiB.
  • TBPLUS: Allows Windows 98SE to use hard drives larger than 1TB.
  • FILE 64: Large File Emulator API Hook for Windows 98
  • SYSDMCPL: Allows Windows 98SE to correctly report the friendly name of newer processors. (actually, friendly name seems less informative, so this should be user-selectable option)

GPT (needed above 2TB?) read/write support for Win9x from https://github.com/LordOfMice/Tools

  • gpttsd - GPT (GUID Partition Table) TSD (Type-Specific Driver) for Win9x

Torinde avatar Aug 14 '23 11:08 Torinde

Will PATCHMEM function be optional? E.g. the rest of patcher9x to still work if there is no PSE support.

Torinde avatar Sep 11 '23 14:09 Torinde

Related patches from http://lonecrusader.x10host.com/rloew/rloew.html

  • PATCH1TB: Patches Windows 9x to correctly handle Partitions larger than 1TiB.
  • TBPLUS: Allows Windows 98SE to use hard drives larger than 1TB.
  • FILE 64: Large File Emulator API Hook for Windows 98
  • SYSDMCPL: Allows Windows 98SE to correctly report the friendly name of newer processors. (actually, friendly name seems less informative, so this should be user-selectable option)

GPT (needed above 2TB?) read/write support for Win9x from https://github.com/LordOfMice/Tools

  • gpttsd - GPT (GUID Partition Table) TSD (Type-Specific Driver) for Win9x

I’d be worried about feature creep. Also, FILE64 has many incompatibilities in my experience.

TheMiningTeamYT avatar Oct 11 '23 03:10 TheMiningTeamYT