More README fill-ins
This commit is contained in:
parent
231ca3961e
commit
b537861042
11 changed files with 144 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
14
disks/pc/apps/README.md
Normal file
14
disks/pc/apps/README.md
Normal file
|
|
@ -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/)
|
||||
12
disks/pc/apps/lotus/123/README.md
Normal file
12
disks/pc/apps/lotus/123/README.md
Normal file
|
|
@ -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/)
|
||||
12
disks/pc/apps/lotus/README.md
Normal file
12
disks/pc/apps/lotus/README.md
Normal file
|
|
@ -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/)
|
||||
12
disks/pc/apps/micropro/README.md
Normal file
12
disks/pc/apps/micropro/README.md
Normal file
|
|
@ -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/)
|
||||
13
disks/pc/apps/micropro/wordstar/README.md
Normal file
13
disks/pc/apps/micropro/wordstar/README.md
Normal file
|
|
@ -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/)
|
||||
14
disks/pc/apps/microsoft/README.md
Normal file
14
disks/pc/apps/microsoft/README.md
Normal file
|
|
@ -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/)
|
||||
32
disks/pc/apps/microsoft/chart/README.md
Normal file
32
disks/pc/apps/microsoft/chart/README.md
Normal file
|
|
@ -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.
|
||||
12
disks/pc/apps/microsoft/winword/README.md
Normal file
12
disks/pc/apps/microsoft/winword/README.md
Normal file
|
|
@ -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/)
|
||||
14
disks/pc/apps/microsoft/word/README.md
Normal file
14
disks/pc/apps/microsoft/word/README.md
Normal file
|
|
@ -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/)
|
||||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: "x86 Instructions: AAA"
|
||||
permalink: /docs/x86/ops/AAA/
|
||||
redirect_from:
|
||||
- /docs/x86/ops/aaa/
|
||||
---
|
||||
|
||||
AAA (0x37)
|
||||
|
|
|
|||
Loading…
Reference in a new issue