diff --git a/disks/pc/README.md b/disks/pc/README.md index ca269a036..54c244842 100644 --- a/disks/pc/README.md +++ b/disks/pc/README.md @@ -110,16 +110,13 @@ diagnostics, and more. * [Microport's AT&T UNIX System V-AT 2.3](/disks/pc/unix/microport/system-v/2.3/) * [SCO Xenix 8086 Operating System v2.1.3](/disks/pc/xenix/sco/8086/2.1.3/) -### Applications +### [Applications](apps/) -* Lotus 1-2-3 1.0A -* [MicroPro WordStar 3.30](/disks/pc/apps/micropro/wordstar/3.30/) -* [MicroPro WordStar 4.00](/disks/pc/apps/micropro/wordstar/4.00/) -* Microsoft Chart 2.02 -* Microsoft Word 3.0 -* Microsoft Word 3.1 -* Microsoft Word 5.0 -* Microsoft Word for Windows 2.0C +* [Lotus 1-2-3](apps/lotus/123/) +* [MicroPro WordStar](apps/micropro/wordstar/) +* [Microsoft Chart](apps/microsoft/chart/) +* [Microsoft Word](apps/microsoft/word/) +* [Microsoft Word for Windows](apps/microsoft/winword/) ### Borland Tools diff --git a/disks/pc/apps/README.md b/disks/pc/apps/README.md new file mode 100644 index 000000000..695f03f2b --- /dev/null +++ b/disks/pc/apps/README.md @@ -0,0 +1,14 @@ +--- +layout: page +title: PC Applications +permalink: /disks/pc/apps/ +--- + +PC Applications +--- + +Demos are available for applications from these vendors: + +* [Lotus](lotus/) +* [MicroPro](micropro/) +* [Microsoft](microsoft/) diff --git a/disks/pc/apps/lotus/123/README.md b/disks/pc/apps/lotus/123/README.md new file mode 100644 index 000000000..be1a4991e --- /dev/null +++ b/disks/pc/apps/lotus/123/README.md @@ -0,0 +1,12 @@ +--- +layout: page +title: Lotus Applications +permalink: /disks/pc/apps/lotus/ +--- + +Lotus Applications +--- + +Demos are available for these versions of [Lotus 1-2-3](https://en.wikipedia.org/wiki/Lotus_1-2-3): + +* [Lotus 1-2-3 1.0a](1.0a/) diff --git a/disks/pc/apps/lotus/README.md b/disks/pc/apps/lotus/README.md new file mode 100644 index 000000000..07160a73d --- /dev/null +++ b/disks/pc/apps/lotus/README.md @@ -0,0 +1,12 @@ +--- +layout: page +title: Lotus Applications +permalink: /disks/pc/apps/lotus/ +--- + +Lotus Applications +--- + +Demos are available for these Lotus applications: + +* [Lotus 1-2-3](123/) diff --git a/disks/pc/apps/micropro/README.md b/disks/pc/apps/micropro/README.md new file mode 100644 index 000000000..7eebaf852 --- /dev/null +++ b/disks/pc/apps/micropro/README.md @@ -0,0 +1,12 @@ +--- +layout: page +title: MicroPro Applications +permalink: /disks/pc/apps/micropro/ +--- + +MicroPro Applications +--- + +Demos are available for these MicroPro applications: + +* [WordStar](wordstar/) diff --git a/disks/pc/apps/micropro/wordstar/README.md b/disks/pc/apps/micropro/wordstar/README.md new file mode 100644 index 000000000..b9fc2b8fb --- /dev/null +++ b/disks/pc/apps/micropro/wordstar/README.md @@ -0,0 +1,13 @@ +--- +layout: page +title: MicroPro WordStar +permalink: /disks/pc/apps/micropro/wordstar/ +--- + +MicroPro WordStar +--- + +Demos are available for these versions of [WordStar](https://en.wikipedia.org/wiki/WordStar): + +* [WordStar 3.30](3.30/) +* [WordStar 4.00](4.00/) diff --git a/disks/pc/apps/microsoft/README.md b/disks/pc/apps/microsoft/README.md new file mode 100644 index 000000000..2584bf29a --- /dev/null +++ b/disks/pc/apps/microsoft/README.md @@ -0,0 +1,14 @@ +--- +layout: page +title: Microsoft Applications +permalink: /disks/pc/apps/microsoft/ +--- + +Microsoft Applications +--- + +Demos are available for these Microsoft applications: + +* [Microsoft Chart](chart/) +* [Microsoft Word](word/) +* [Microsoft Word for Windows](winword/) diff --git a/disks/pc/apps/microsoft/chart/README.md b/disks/pc/apps/microsoft/chart/README.md new file mode 100644 index 000000000..bc2aa7617 --- /dev/null +++ b/disks/pc/apps/microsoft/chart/README.md @@ -0,0 +1,32 @@ +--- +layout: page +title: Microsoft Chart +permalink: /disks/pc/apps/microsoft/chart/ +--- + +Microsoft Chart +--- + +Demos are available for these versions of [Microsoft Chart](https://en.wikipedia.org/wiki/Microsoft_Office_shared_tools#Graph): + +* [Microsoft Chart](2.02/) + +Notes +--- + +The Microsoft Chart 2.02 disk is clearly not an original distribution disk. + +The disk image contains "SPERRY Personal Computer MS-DOS 2.11 version 1.11 Copyright 1981,82,83 Microsoft Corp." +with a COMMAND.COM dated "3-16-87". It boots but then crashes when COMMAND.COM attempts to display the current date. + +COMMAND.COM appears to be loaded too high in conventional memory, because it builds the current date string above +segment 0xA000, so when it attempts to print that string, DOS finds only garbage (0xFF bytes, and no terminating $). +This suggests that either there is a mismatch between the IBMBIO.COM, IBMDOS.COM and COMMAND.COM files on this disk, +or that there is something special about the BIOS found on a SPERRY computer that is critical to booting these files. + +I'm sure with further debugging we could find out one way or the other, but let's leave that for another day. It's not +clear it's really worth the effort. To start, the IBMBIO.COM, IBMDOS.COM and COMMAND.COM files should be placed onto +their own MS-DOS disk image and archived appropriately. A search for the rest of the SPERRY OEM distribution files +should also be conducted. + +I would much rather post copies of original distribution disks here, but this is all we've currently got. diff --git a/disks/pc/apps/microsoft/winword/README.md b/disks/pc/apps/microsoft/winword/README.md new file mode 100644 index 000000000..c9919484a --- /dev/null +++ b/disks/pc/apps/microsoft/winword/README.md @@ -0,0 +1,12 @@ +--- +layout: page +title: Microsoft Word for Windows +permalink: /disks/pc/apps/microsoft/winword/ +--- + +Microsoft Word for Windows +--- + +Demos are available for these versions of [Microsoft Word for Windows](https://en.wikipedia.org/wiki/Microsoft_Word#Word_for_Windows): + +* [Microsoft Word for Windows 2.0c](2.0c/) diff --git a/disks/pc/apps/microsoft/word/README.md b/disks/pc/apps/microsoft/word/README.md new file mode 100644 index 000000000..544c1929f --- /dev/null +++ b/disks/pc/apps/microsoft/word/README.md @@ -0,0 +1,14 @@ +--- +layout: page +title: Microsoft Word (for DOS) +permalink: /disks/pc/apps/microsoft/word/ +--- + +Microsoft Word (for DOS) +--- + +Demos are available for these versions of [Microsoft Word](https://en.wikipedia.org/wiki/Microsoft_Word) (for DOS): + +* [Microsoft Word 3.0](3.0/) +* [Microsoft Word 3.1](3.1/) +* [Microsoft Word 5.0](5.0/) diff --git a/docs/x86/ops/AAA/README.md b/docs/x86/ops/AAA/README.md index 204a8e637..0eaf5fd35 100644 --- a/docs/x86/ops/AAA/README.md +++ b/docs/x86/ops/AAA/README.md @@ -2,6 +2,8 @@ layout: page title: "x86 Instructions: AAA" permalink: /docs/x86/ops/AAA/ +redirect_from: + - /docs/x86/ops/aaa/ --- AAA (0x37)