bugfix: cregfix; cmd: -reverse, -select, -unselect
Recent Commits to patcher9x:main
-
bugfix: cregfix; cmd: -reverse, -select, -unselect
-
fixed boot info
fixed boot info
-
updated readme, crosscompile w32/w64
updated readme, crosscompile w32/w64
-
dockerfile: typo
dockerfile: typo
-
bootdisk: SPLIT8MB.EXE
bootdisk: SPLIT8MB.EXE
-
memory: heap corruption + leak, VXD (LE) size calculation
memory: heap corruption + leak, VXD (LE) size calculation
-
github actions: fix backslash escape
github actions: fix backslash escape
-
github actions: add drivers
github actions: add drivers
-
patchmem - W95 support + docs, uninitialized variables + align fixes
patchmem - W95 support + docs, uninitialized variables + align fixes
-
updated version info + changelog
updated version info + changelog
-
github actions: script fix
github actions: script fix
-
github actions: floppy mount II
github actions: floppy mount II
-
github actions: drafts only + floppy mount
github actions: drafts only + floppy mount
-
faster CAB scanning
faster CAB scanning
-
added crfix
added crfix
-
more work on patchmem
more work on patchmem
-
added patchmem, no CRLF in generated files, nocrt update
added patchmem, no CRLF in generated files, nocrt update
-
Merge pull request #31 from changanmoon/main
Merge pull request #31 from changanmoon/main refactor: Fix typos
-
Merge pull request #33 from mcayland/feature/wfw311
Merge pull request #33 from mcayland/feature/wfw311 Add support for WFW 3.11
-
Merge pull request #32 from mcayland/fix/vmm-patch-me1
Merge pull request #32 from mcayland/fix/vmm-patch-me1 vmm_patch_me1.h: update header to match output when built from source
-
cpuspeed: add NDIS v4 speed patch suitable for WFW 3.11
cpuspeed: add NDIS v4 speed patch suitable for WFW 3.11 WFW 3.11 uses a similar timing loop as Win9x in NDIS.386 and so will hang during startup on a blank screen on a machine with a fast CPU. Fortunately due to its shared history it is possible to take the existing NDIS v1/v3 source and adapt it for WFW 3.11. Add the updated source as a new NDIS v4 source, include it PATCH_CPU_SPEED_NDIS_ALL, and update files.c to patch NDIS.386 if detected. Resolves: https://github.com/JHRobotics/patcher9x/issues/23
-
all: update files/documentation to include references to WFW 3.11
all: update files/documentation to include references to WFW 3.11 Now that patcher9x can also patch NDIS.386 in WFW 3.11, update any corresponding files/documentation accordingly.
-
vmm_patch_me1.h: update header to match output when built from source
vmm_patch_me1.h: update header to match output when built from source The header committed to the repository has a single byte difference compared to when built from source, so provide the updated header from a clean source build.
-
refactor: Fix typos
refactor: Fix typos