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.
Recent Commits to patcher9x:main
-
all: update files/documentation to include references to WFW 3.11
-
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
-
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.