Documentation updates

This commit is contained in:
Jeff Parsons 2016-02-18 15:21:35 -08:00
commit 12439f8cd0
11 changed files with 46 additions and 25 deletions

View file

@ -5,8 +5,12 @@ Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your
It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and it is now part of the It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and it is now part of the
[PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](http://github.com/). The project includes: [PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](http://github.com/). The project includes:
* [PCjs](/docs/pcjs/), a simulation of the original IBM PC (circa 1981) * [PCjs](/docs/pcjs/), a simulation of the IBM PC and PC compatibles
* [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978) * [C1Pjs](/docs/c1pjs/), a simulation of the 6502-based OSI Challenger 1P
PCjs first simulated the 4.77Mhz 8088-based IBM PC, and has steadily evolved to support more classic machines,
including the IBM PC XT, the 80286-based IBM PC AT, and the 80386-based COMPAQ DeskPro 386. PCjs fully supports
the machines' original ROMs, video cards, etc, and all machines run at their original speeds.
All the simulations are written entirely in JavaScript. No Flash, Java or other plugins are required. All the simulations are written entirely in JavaScript. No Flash, Java or other plugins are required.
Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge, Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge,

View file

@ -28,9 +28,9 @@ Our [Publication Archive](/pubs/) includes these PC-related resources:
* [CPU Documents](/pubs/pc/reference/intel/) * [CPU Documents](/pubs/pc/reference/intel/)
* [Datasheets](/pubs/pc/datasheets/) * [Datasheets](/pubs/pc/datasheets/)
* [Magazines](/pubs/pc/magazines/) * [Magazines](/pubs/pc/magazines/)
* [Programming Guides](/pubs/pc/programming/) (eg, [OS/2](/pubs/pc/programming/os2/)) * [Programming Guides](/pubs/pc/programming/)
* [Reference Manuals](/pubs/pc/reference/) * [Reference Manuals](/pubs/pc/reference/)
* [Software User Guides](/pubs/pc/software/) * [Software User and Development Guides](/pubs/pc/software/) (eg, DOS, [OS/2](/pubs/pc/software/os2/), Windows)
And publications related to Ohio Scientific's 6502-based Challenger 1P: And publications related to Ohio Scientific's 6502-based Challenger 1P:

View file

@ -15,8 +15,12 @@ Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your
It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and it is now part of the It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and it is now part of the
[PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](http://github.com/). The project includes: [PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](http://github.com/). The project includes:
* [PCjs](/docs/pcjs/), a simulation of the original IBM PC (circa 1981) * [PCjs](/docs/pcjs/), a simulation of the IBM PC and PC compatibles
* [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978) * [C1Pjs](/docs/c1pjs/), a simulation of the 6502-based OSI Challenger 1P
PCjs first simulated the 4.77Mhz 8088-based IBM PC, and has steadily evolved to support more classic machines,
including the IBM PC XT, the 80286-based IBM PC AT, and the 80386-based COMPAQ DeskPro 386. PCjs fully supports
the machines' original ROMs, video cards, etc, and all machines run at their original speeds.
All the simulations are written entirely in JavaScript. No Flash, Java or other plugins are required. All the simulations are written entirely in JavaScript. No Flash, Java or other plugins are required.
Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge, Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge,

View file

@ -9,11 +9,12 @@ Publication Archive
We have an assortment of PC-related resources: We have an assortment of PC-related resources:
* [CPU Documents](/pubs/pc/reference/intel/)
* [Datasheets](/pubs/pc/datasheets/) * [Datasheets](/pubs/pc/datasheets/)
* [Magazines](/pubs/pc/magazines/) * [Magazines](/pubs/pc/magazines/)
* [Programming Guides](/pubs/pc/programming/) (eg, [OS/2](/pubs/pc/programming/os2/)) * [Programming Guides](/pubs/pc/programming/)
* [Reference Manuals](/pubs/pc/reference/) * [Reference Manuals](/pubs/pc/reference/)
* [Software User Guides](/pubs/pc/software/) * [Software User and Development Guides](/pubs/pc/software/) (eg, DOS, [OS/2](/pubs/pc/software/os2/), Windows)
Publications related to Ohio Scientific's 6502-based Challenger 1P: Publications related to Ohio Scientific's 6502-based Challenger 1P:

View file

@ -9,7 +9,6 @@ PC Programming Guides
* [The 8086 Book](http://archive.pcjs.org/pubs/pc/programming/The_8086_Book/The_8086_Book.pdf) * [The 8086 Book](http://archive.pcjs.org/pubs/pc/programming/The_8086_Book/The_8086_Book.pdf)
* [Graphics for the IBM PC](Graphics_for_the_IBM_PC/) * [Graphics for the IBM PC](Graphics_for_the_IBM_PC/)
* [OS/2 Programming Guides](/pubs/pc/programming/os2/)
[<img src="http://archive.pcjs.org/pubs/pc/programming/thumbs/The_8086_Book.jpg" width="200" height="260" alt="The 8086 Book"/>](http://archive.pcjs.org/pubs/pc/programming/The_8086_Book/The_8086_Book.pdf) [<img src="http://archive.pcjs.org/pubs/pc/programming/thumbs/The_8086_Book.jpg" width="200" height="260" alt="The 8086 Book"/>](http://archive.pcjs.org/pubs/pc/programming/The_8086_Book/The_8086_Book.pdf)
[<img src="http://archive.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 1.jpeg" width="200" height="260" alt="Graphics for the IBM PC"/>](Graphics_for_the_IBM_PC/) [<img src="http://archive.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 1.jpeg" width="200" height="260" alt="Graphics for the IBM PC"/>](Graphics_for_the_IBM_PC/)

View file

@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: PC Software User Guides title: PC Software Guides
permalink: /pubs/pc/software/ permalink: /pubs/pc/software/
--- ---
@ -10,5 +10,10 @@ PC Software User Guides
* [IBM PC Disk Operating System v1.00](dos/PCDOS100/) * [IBM PC Disk Operating System v1.00](dos/PCDOS100/)
* [IBM PC Disk Operating System v1.10](dos/PCDOS110/) * [IBM PC Disk Operating System v1.10](dos/PCDOS110/)
PC Software Development Guides
---
* [OS/2 Software Development Guides](os2/)
[<img src="http://archive.pcjs.org/pubs/pc/software/dos/PCDOS100/thumbs/PCDOS100.jpg" width="200" height="260" alt="IBM PC Disk Operating System v1.00"/>](dos/PCDOS100/) [<img src="http://archive.pcjs.org/pubs/pc/software/dos/PCDOS100/thumbs/PCDOS100.jpg" width="200" height="260" alt="IBM PC Disk Operating System v1.00"/>](dos/PCDOS100/)
[<img src="http://archive.pcjs.org/pubs/pc/software/dos/PCDOS110/thumbs/PCDOS110.jpg" width="200" height="260" alt="IBM PC Disk Operating System v1.10"/>](dos/PCDOS110/) [<img src="http://archive.pcjs.org/pubs/pc/software/dos/PCDOS110/thumbs/PCDOS110.jpg" width="200" height="260" alt="IBM PC Disk Operating System v1.10"/>](dos/PCDOS110/)

View file

@ -1,19 +1,21 @@
--- ---
layout: page layout: page
title: "OS/2 Programming Guides" title: "OS/2 Programming Guides"
permalink: /pubs/pc/programming/os2/ permalink: /pubs/pc/software/os2/
redirect_from:
- /pubs/pc/programming/os2/
--- ---
OS/2 Programming Guides OS/2 Software Development Guides
--- ---
For OS/2 1.0: For OS/2 1.0:
* [Microsoft® Operating System/2 Programmer’s Toolkit](/pubs/pc/programming/os2/microsoft/ptk/1.0/), March 1988 * [Microsoft® Operating System/2 Programmer’s Toolkit](/pubs/pc/software/os2/microsoft/ptk10/), March 1988
Note: the above guides are a work-in-progress (we're converting the PDFs to Markdown). Note: the above guides are a work-in-progress (we're converting the PDFs to Markdown).
OS/2 SDKs OS/2 Software Development Kit (SDK) Disks
--- ---
* [Microsoft OS/2 SDK 1.02](/disks/pc/tools/microsoft/os2/sdk/1.02/) * [Microsoft OS/2 SDK 1.02](/disks/pc/tools/microsoft/os2/sdk/1.02/)

View file

@ -1,7 +1,9 @@
--- ---
layout: page layout: page
title: "Microsoft OS/2 Programmer's Toolkit: Welcome" title: "Microsoft OS/2 Programmer's Toolkit: Welcome"
permalink: /pubs/pc/programming/os2/microsoft/ptk/1.0/ permalink: /pubs/pc/software/os2/microsoft/ptk10/
redirect_from:
- /pubs/pc/programming/os2/microsoft/ptk/1.0/
--- ---
Welcome Welcome
@ -19,7 +21,7 @@ MS OS/2 Programmer's Toolkit:
+ *Microsoft Operating System/2 Programming Tools* describes the programming tools found in the MS OS/2 Programmer's + *Microsoft Operating System/2 Programming Tools* describes the programming tools found in the MS OS/2 Programmer's
Toolkit. You can use these tools to develop OS/2 programs. Toolkit. You can use these tools to develop OS/2 programs.
+ *[Microsoft Operating System/2 Programmer's Learning Guide](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/)* teaches you the + *[Microsoft Operating System/2 Programmer's Learning Guide](/pubs/pc/software/os2/microsoft/ptk10/plguide/)* teaches you the
fundamentals of programming for MS OS/2. You will be led through the steps necessary to create your first MS OS/2 fundamentals of programming for MS OS/2. You will be led through the steps necessary to create your first MS OS/2
program and dynamic-link library. program and dynamic-link library.

View file

@ -1,7 +1,9 @@
--- ---
layout: page layout: page
title: "Microsoft OS/2 Programmer's Learning Guide" title: "Microsoft OS/2 Programmer's Learning Guide"
permalink: /pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/ permalink: /pubs/pc/software/os2/microsoft/ptk10/plguide/
redirect_from:
- /pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/
--- ---
Programmer's Toolkit Programmer's Toolkit
@ -15,13 +17,13 @@ Version 1.0
### Contents ### Contents
* 1.0 [Introduction](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/) * 1.0 [Introduction](/pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/)
* 1.1 [Overview](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/#overview) * 1.1 [Overview](/pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/#overview)
* 1.2 [What You Need to Start](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/#what-you-need-to-start) * 1.2 [What You Need to Start](/pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/#what-you-need-to-start)
* 1.3 [What This Guide Covers](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/#what-this-guide-covers) * 1.3 [What This Guide Covers](/pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/#what-this-guide-covers)
* 1.4 [The Lqh Sample Program](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/#the-lqh-sample-program) * 1.4 [The Lqh Sample Program](/pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/#the-lqh-sample-program)
* 1.5 [MS OS/2 Sample Programs](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/#ms-os2-sample-programs) * 1.5 [MS OS/2 Sample Programs](/pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/#ms-os2-sample-programs)
* 1.6 [MS OS/2 and the C Run-time Library](/pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/#ms-os2-and-the-c-run-time-library) * 1.6 [MS OS/2 and the C Run-time Library](/pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/#ms-os2-and-the-c-run-time-library)
* 2.0 Overview * 2.0 Overview
* 2.1 Introduction * 2.1 Introduction
* 2.2 Creating an MS OS/2 Program * 2.2 Creating an MS OS/2 Program

View file

@ -1,7 +1,9 @@
--- ---
layout: page layout: page
title: "Microsoft OS/2 Programmer's Learning Guide: Introduction" title: "Microsoft OS/2 Programmer's Learning Guide: Introduction"
permalink: /pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/ permalink: /pubs/pc/software/os2/microsoft/ptk10/plguide/chapter1/
redirect_from:
- /pubs/pc/programming/os2/microsoft/ptk/1.0/plguide/chapter1/
--- ---
Microsoft OS/2 Programmer's Learning Guide Microsoft OS/2 Programmer's Learning Guide