Merge branch 'master' into gh-pages
This commit is contained in:
commit
0c835d0e8d
16 changed files with 35 additions and 7 deletions
|
|
@ -61,7 +61,7 @@ $25 (via PayPal) to the first person to find a copy and contact me, just to make
|
|||
So, given that **FantasyLand** is currently unattainable, I turned my attention to Cockerham's own **EGATEST**.
|
||||
|
||||
The [October 1986](http://www.pcjs.org/pubs/pc/magazines/pctj/PCTJ-1986-10/) issue contains the **EGATEST** program listing,
|
||||
starting on [Page 64](http://www.pcjs.org/modules/shared/templates/pdf.html?url=/pubs/pc/magazines/pctj/PCTJ-1986-10/pages/PCTJ-1986-10%2052.pdf&page=52&total=228),
|
||||
starting on [Page 64](http://www.pcjs.org/modules/shared/templates/pdf.html?url=/pubs/pc/magazines/pctj/PCTJ-1986-10/pages/PCTJ-1986-10%2068.pdf&page=68&total=228),
|
||||
but who wants to type in all that code? And while the issue -- like all our archived publications -- has been OCR'ed,
|
||||
there's always a significant number of errors in the Optical Character Recognition process.
|
||||
|
||||
|
|
@ -102,12 +102,12 @@ I've not diagnosed yet. Also, the only version of the Logitech Modula-2/86 Comp
|
|||
far is version 1.10. Cockerham doesn't mention what version of the compiler he used, but it may well have been a
|
||||
newer version, since that article was published almost two years after version 1.10 was released.
|
||||
|
||||
Also, I'm at a bit of a disadvantage with Modula-2 itself: I've never written anything in Modula-2, I've never used
|
||||
I'm also at a bit of a disadvantage with Modula-2 itself: I've never written anything in Modula-2, I've never used
|
||||
any Logitech compilers before now, and the closest documentation I've been able to locate is the
|
||||
[Logitech Modula-2/86 v1.0 Manual](http://bitsavers.informatik.uni-stuttgart.de/pdf/logitech/modula-2/Logitech_Modula-2_86_1.0_Feb84.pdf)
|
||||
(ie, the previous version).
|
||||
|
||||
On the other hand, maybe I'm trying too hard, because Cockerham also provided the final binary as well: **EGATEST.EXE**.
|
||||
On the other hand, maybe I'm trying too hard, because Cockerham provided the final binary as well: **EGATEST.EXE**.
|
||||
|
||||
How well does it work? I must confess, I don't know, because I'm too chicken to try it right now. I know my EGA
|
||||
simulation, while good, is far from perfect, so before I dive into these tests, I want to make sure I have enough time
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ machines:
|
|||
type: pcx86
|
||||
resume: 1
|
||||
state: /apps/pcx86/1984/modula2/state.json
|
||||
config: /devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml
|
||||
config: /devices/pcx86/machine/5160/ega/640kb/machine.xml
|
||||
drives: '[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/MSDOS320-C400.json"}]'
|
||||
automount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ title: IBM PC Device Configurations
|
|||
permalink: /devices/pcx86/
|
||||
redirect_from:
|
||||
- /configs/pc/
|
||||
- /devices/pc/
|
||||
---
|
||||
|
||||
IBM PC Device Configurations
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ title: IBM PC Machine Configurations
|
|||
permalink: /devices/pcx86/machine/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/
|
||||
- /devices/pc/machine/
|
||||
---
|
||||
|
||||
IBM PC Machine Configurations
|
||||
|
|
@ -31,6 +32,7 @@ Machines from our [IBM PC Application Archive](/apps/pcx86/):
|
|||
* [Rogue (1985)](/apps/pcx86/1985/rogue/)
|
||||
* [ThinkTank (1987)](/apps/pcx86/1987/thinktank/)
|
||||
* [The Dungeons of Moria (1992)](/apps/pcx86/1992/moria/)
|
||||
* [More...](/apps/pcx86/)
|
||||
|
||||
### Ready-To-Boot Disk Demos
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: IBM PC Disk Library
|
||||
permalink: /disks/pcx86/
|
||||
redirect_from:
|
||||
- /disks/pc/
|
||||
---
|
||||
|
||||
IBM PC Disk Library
|
||||
|
|
@ -24,12 +26,12 @@ more detail, along with a live demonstration of the software, but that's not yet
|
|||
|
||||
### Operating Systems
|
||||
|
||||
* [DOS](dos/)
|
||||
* [OS/2](os2/)
|
||||
* [Windows](windows/)
|
||||
* [CP/M-86](cpm/)
|
||||
* [DOS](dos/)
|
||||
* [MINIX](minix/)
|
||||
* [OS/2](os2/)
|
||||
* [Unix](unix/)
|
||||
* [Windows](windows/)
|
||||
|
||||
### Applications
|
||||
|
||||
|
|
@ -57,6 +59,7 @@ more detail, along with a live demonstration of the software, but that's not yet
|
|||
### Shareware
|
||||
|
||||
* [PC-SIG Library 8th Edition CD-ROM (April 1990)](shareware/pcsig08/)
|
||||
* [PC Tech Journal](shareware/pctj/)
|
||||
* [More...](shareware/)
|
||||
|
||||
### Tools
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: PC-DOS 1.00
|
||||
permalink: /disks/pcx86/dos/ibm/1.00/
|
||||
redirect_from:
|
||||
- /disks/pc/dos/ibm/1.00/
|
||||
machines:
|
||||
- id: ibm5150-pcdos100
|
||||
type: pcx86
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft MS-DOS 3.20
|
||||
permalink: /disks/pcx86/dos/microsoft/3.20/
|
||||
redirect_from:
|
||||
- /disks/pc/dos/microsoft/3.20/
|
||||
machines:
|
||||
- id: ibm5170-msdos320
|
||||
type: pcx86
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: "Microsoft Adventure (1981)"
|
||||
permalink: /disks/pcx86/games/microsoft/adventure/
|
||||
redirect_from:
|
||||
- /disks/pc/games/microsoft/adventure/
|
||||
machines:
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Languages and Tools
|
||||
permalink: /disks/pcx86/tools/microsoft/
|
||||
redirect_from:
|
||||
- /disks/pc/tools/microsoft/
|
||||
---
|
||||
|
||||
Microsoft Languages
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Macro Assembler 3.00
|
||||
permalink: /disks/pcx86/tools/microsoft/masm/3.00/
|
||||
redirect_from:
|
||||
- /disks/pc/tools/microsoft/masm/3.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 3.00
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Macro Assembler 3.01
|
||||
permalink: /disks/pcx86/tools/microsoft/masm/3.01/
|
||||
redirect_from:
|
||||
- /disks/pc/tools/microsoft/masm/3.01/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 3.01
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Macro Assembler 4.00
|
||||
permalink: /disks/pcx86/tools/microsoft/masm/4.00/
|
||||
redirect_from:
|
||||
- /disks/pc/tools/microsoft/masm/4.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 4.00
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Macro Assembler 5.10
|
||||
permalink: /disks/pcx86/tools/microsoft/masm/5.10/
|
||||
redirect_from:
|
||||
- /disks/pc/tools/microsoft/masm/5.10/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 5.10
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Macro Assembler 6.00
|
||||
permalink: /disks/pcx86/tools/microsoft/masm/6.00/
|
||||
redirect_from:
|
||||
- /disks/pc/tools/microsoft/masm/6.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 6.00
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Microsoft Macro Assembler 6.11
|
||||
permalink: /disks/pcx86/tools/microsoft/masm/6.11/
|
||||
redirect_from:
|
||||
- /disks/pc/tools/microsoft/masm/6.11/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 6.11
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: PCx86 Documentation
|
||||
permalink: /docs/pcx86/
|
||||
redirect_from:
|
||||
- /docs/pcjs/
|
||||
machines:
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
|
|
|
|||
Loading…
Reference in a new issue