From b4bd7996f08e9f4d3e9d46b710b0f187141f33c4 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 28 Dec 2015 14:31:20 -0800 Subject: [PATCH] Remove reference to nonexistent disk image --- _posts/2014-04-14-node-express-safari.md | 2 +- _posts/2015-10-27-windows-95-and-early-80386-cpus.md | 8 ++++---- .../pc/machine/compaq/deskpro386/vga/2048kb/machine.xml | 2 +- disks/pc/tools/microsoft/os2/sdk/1.02/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_posts/2014-04-14-node-express-safari.md b/_posts/2014-04-14-node-express-safari.md index 8c5f04e85..6a901db3d 100644 --- a/_posts/2014-04-14-node-express-safari.md +++ b/_posts/2014-04-14-node-express-safari.md @@ -74,7 +74,7 @@ with a response of 304 ("Not Modified") and the following response headers: X-Powered-By: Express And here's where the "blank page" problem occurs: pressing Safari's Reload button. Again, the request looks the same as before, -and the response is still be 304 ("Not Modified"), but the page is blank, and the response now looks like: +and the response is still 304 ("Not Modified"), but the page is blank, and the response now looks like: Date: Mon, 14 Apr 2014 22:21:15 GMT Cache-Control: public, max-age=0 diff --git a/_posts/2015-10-27-windows-95-and-early-80386-cpus.md b/_posts/2015-10-27-windows-95-and-early-80386-cpus.md index 25d5f4296..993caef5f 100644 --- a/_posts/2015-10-27-windows-95-and-early-80386-cpus.md +++ b/_posts/2015-10-27-windows-95-and-early-80386-cpus.md @@ -158,9 +158,9 @@ a 16-bit Windows component that manages the Windows 95 installation process: #05C7:6A05 665F POP EDI #05C7:6A07 C3 RET -Ths above code checks for B1 stepping [Errata #7](/blog/2015/02/23/): "Wrong Register Size for String Instructions -in Mixed 16/32-bit Addressing Systems." It returns AX == 0 if the STOSB instruction updated EDI correctly (0xFFFFFFFF) -or AX == 1 if EDI is incorrect (0x0000FFFF). +Ths above code checks for B1 stepping [Errata #7](/pubs/pc/reference/intel/80386/#b1-errata): "Wrong Register Size for +String Instructions in Mixed 16/32-bit Addressing Systems." It returns AX == 0 if the STOSB instruction updated EDI +correctly (0xFFFFFFFF) or AX == 1 if EDI is incorrect (0x0000FFFF). If Errata #7 is detected, then Windows 95 SETUP displays the following message and aborts: @@ -200,7 +200,7 @@ installed, it *will* start up on a B1 stepping. PCjs stepping support is extremely limited at this point. Here's a summary: 1. 80386 steppings A0-B0 provide *limited* support for the short-lived XBTS and IBTS instructions -2. 80386 steppings A0-B1 enable [Errata #7](/blog/2015/02/23/) for STOSB (as tested by Windows 95; see above) +2. 80386 steppings A0-B1 enable [Errata #7](/pubs/pc/reference/intel/80386/#b1-errata) for STOSB (as tested by Windows 95; see above) 3. 80386 stepping B1 enables 32-bit multiplication errors (as tested by Windows 95; see above) 4. 80386 stepping B2 includes all supported B1 errata, but without 32-bit multiplication errors diff --git a/devices/pc/machine/compaq/deskpro386/vga/2048kb/machine.xml b/devices/pc/machine/compaq/deskpro386/vga/2048kb/machine.xml index 0730063bc..1b82f530f 100644 --- a/devices/pc/machine/compaq/deskpro386/vga/2048kb/machine.xml +++ b/devices/pc/machine/compaq/deskpro386/vga/2048kb/machine.xml @@ -13,7 +13,7 @@ - + diff --git a/disks/pc/tools/microsoft/os2/sdk/1.02/README.md b/disks/pc/tools/microsoft/os2/sdk/1.02/README.md index d79c33386..c87e4f967 100644 --- a/disks/pc/tools/microsoft/os2/sdk/1.02/README.md +++ b/disks/pc/tools/microsoft/os2/sdk/1.02/README.md @@ -79,7 +79,7 @@ include it in the SDK at a later date. ### Using SDKED As previously noted, we don't have a copy of this SDK's documentation. But we *have* unearthed a copy of the -"[User's Guide to the Z Editor](/disks/pc/tools/microsoft/misc/root/Z.TXT)", by Mark Zbikowski, August 4, 1986, +"[User's Guide to the Z Editor](/disks/pc/tools/microsoft/misc/root/Z.TXT)" by Mark Zbikowski, August 4, 1986, included below. **SDKED** was an OS/2 port of the Z Editor.