Skip to content

Commit

Permalink
Updated README, CHANGELOG and VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
JHRobotics committed Jun 21, 2022
1 parent ff6b3ee commit e034149
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.6.27
- Windows Millennium Edition tested and works (use with -millennium argument)
- Better handling readonly files/media
(https://github.com/JHRobotics/patcher9x/issues/3#issuecomment-1159448172)
- Working with multi volume archives correctly
(attempt to fix: https://github.com/JHRobotics/patcher9x/issues/3#issue-1275388352)

0.6.23
- (untested) Windows Millennium Edition support (with -millennium argument)
- some minor fixes for copy/backup/patch files operations
Expand Down
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,32 @@ or Intel Core 11th generation and newer (code names Rocket Lake, Tiger Lake) you

## Requirements

This patch only works for Windows 98 / Windows 98 SE. Windows 95 probably hasn't this bug, but has another named
Currently supported operations system:

- Windows 98
- Windows 98 SE
- Windows ME

This patch primary targets on **Windows 98** / **Windows 98 SE**. Windows 95 probably hasn't this bug, but has another named
"CPU speed limit", there is patch for it: [Windows 95 patch](http://www.tmeeco.eu/9X4EVER/GOODIES/FIX95CPU_V3_FINAL.ZIP).
Windows 98 FE (First Edition) and Windows 98 Beta releases has same bug as Windows 95 too.

Windows Me has this bug in code, but from my observation, the system call this code very rarely.
But testing code for Windows Me is present, if you want test it, call program with `-millennium` argument.
Pathed code for **Windows Me** is present too, if you want install it on Me, call program with `-millennium` argument.
```
patcher9x -millennium
```

Fixed code for Windows Me isn't still very well tested. Because from my observation, the system calls this code very rarely
(for example with driver install/system update).

Some Millennium updates installs new VMM.VXD file - KB 296773 (ME296773.exe). Patch is compatible with this update, but
after updating you need to install the patch again.

## Updating

If you already applied this patch, you don't need install update - currently all changes are for patcher program,
the patched code is same.

## Download

Binary files and bootable floppy image are in [Releases](https://github.com/JHRobotics/patcher9x/releases/)
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define PATCHER9X_MINOR 6

#ifndef PATCHER9X_PATCH
#define PATCHER9X_PATCH 13
#define PATCHER9X_PATCH 27
#endif

#define PATCHER9X_TAG "BETA2"
Expand Down

0 comments on commit e034149

Please sign in to comment.