Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
More AWS link replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Jul 14, 2019
1 parent a62a166 commit 7d38e67
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion _posts/2014-08-01-pc-tech-journal-1987.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permalink: /blog/2014/08/01/
As part of an ongoing effort to make classic PC technical literature more accessible, I just finished
scanning and posting the 12 issues of [PC Tech Journal](/pubs/pc/magazines/pctj/) from 1987.

![PC Tech Journal, Jan 1987](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/magazines/pctj/PCTJ-1987-01/thumbs/PCTJ-1987-01 1.jpeg "link:/pubs/pc/magazines/pctj/PCTJ-1987-01/:200:260")
![PC Tech Journal, Jan 1987](/pubs/pc/magazines/pctj/PCTJ-1987-01/cover.jpg "link:/pubs/pc/magazines/pctj/PCTJ-1987-01/:200:260")

Future PC Tech Journal postings will include:

Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-05-20-pc-tech-journal-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ however, even though it identifies itself as a 1987 issue, the editorial index o
October 1986, so "technically" it should be considered a late 1986 issue. It is officially Vol. 4, No. 13, which,
numerically, puts it squarely between the December 1986 and January 1987 issues.

[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/magazines/pctj/PCTJ-1983-07/thumbs/PCTJ-1983-07 1.jpeg" width="200" height="260" alt="PC Tech Journal, July-August 1983"/>](/pubs/pc/magazines/pctj/)
[<img src="/pubs/pc/magazines/pctj/PCTJ-1983-07/cover.jpg" width="200" height="260" alt="PC Tech Journal, July-August 1983"/>](/pubs/pc/magazines/pctj/)

Happy reading!

Expand Down
2 changes: 1 addition & 1 deletion apps/pdp10/diags/ka10/dakak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ As noted in [cpuops.js](/modules/pdp10/lib/cpuops.js), in the *doMUL()* function
05=000000000001 06=000000000000

> The answer can be found in the [DECSYSTEM-10 and DECSYSTEM-20 Processor Reference Manual (June 1982)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp10/kl10/AA-H391A-TK_DECsystem-10_DECSYSTEM-20_Processor_Reference_Jun1982.pdf),
> The answer can be found in the [DECSYSTEM-10 and DECSYSTEM-20 Processor Reference Manual (June 1982)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp1jncpU_jALLLkWbQ?e=bdqCTy),
in the description of the MUL instruction:

CAUTION: In the KA10, an AC operand of 2^35 is treated as though it were +2^35, producing the
Expand Down
4 changes: 2 additions & 2 deletions apps/pdp11/tapes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We have archived an assortment of [DEC Paper Tape Diagnostics](diags/).
Paper Tape Software (circa 1970)
--------------------------------

As documented in the [PDP-11/20 Handbook (1971)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/1120/PDP1120_Handbook_1971.pdf),
As documented in the [PDP-11/20 Handbook (1971)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5O19e4cBRGbdaWgw?e=t2UEC1),
p. 155, "PAPER TAPE SOFTWARE", the following software was available on paper tape:

- [PAL-11A ASSEMBLER](pal11a/)
Expand All @@ -42,7 +42,7 @@ p. 155, "PAPER TAPE SOFTWARE", the following software was available on paper tap
- [IOX](iox/) (PDP-11 Input/Output eXecutive)
- [PDP-11 BASIC](basic/) (Beginners All-purpose Symbolic Instruction Code)

There was a separate DEC publication, [PDP-11 Paper Tape Software Handbook](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/other/PDP11_Paper_Tape_Software_Handbook_1976.pdf),
There was a separate DEC publication, [PDP-11 Paper Tape Software Handbook](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5Hh6eSPTZPCDIbVQ?e=P4BMRN),
that described all of the above software in greater detail, and it included some programs that the 1971 Handbook listed under
"Disk Operating System" instead of "Paper Tape System", such as:

Expand Down
6 changes: 3 additions & 3 deletions apps/pdp11/tapes/absloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ we know about the "Absolute Format":
[Other sites](http://www.retrocmp.com/stories/dec-pc05-papertape/242-dec-pc05-working-with-paper-tapes)
have referred to this tape format as the "Standard Absolute" format, but I've not found that terminology
used in any DEC publication. In fact, I think that term may have arisen from a misreading of instructions
found in DEC manuals like the ["MEM EXER 16K" Diagnostics Manual](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/diags/AC-9045F-MC_CZQMCFO_MEM_EXER_16K_Feb78.pdf):
found in DEC manuals like the ["MEM EXER 16K" Diagnostics Manual](https://1drv.ms/b/s!ArcO_mFRe1Z9gp49VqkiYkHIFs_VGA?e=3E9FRN):

Load the program using any standard absolute loader.

Expand All @@ -54,5 +54,5 @@ for which a specific address has been selected, based on the amount of RAM prese
PCjs has archived the following Absolute Loader resources:

- [Absolute Loader](DEC-11-L2PC-PO.json)
- [LISTING OF PDP-11 ABSOLUTE LOADER (June 1975)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/other/DEC-11-UABLA_ABSOLUTE_LOADER_LISTING_Jun75.pdf)
- "APPENDIX D: THE BOOTSTRAP AND ABSOLUTE LOADERS" from the [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/basic/BASIC_Programming_Manual_Dec70.pdf)
- [LISTING OF PDP-11 ABSOLUTE LOADER (June 1975)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5GZuQhJdSZrND9_g?e=c4gZI6)
- "APPENDIX D: THE BOOTSTRAP AND ABSOLUTE LOADERS" from the [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp4hZ_ESc_wYWccLhg?e=UAT48R)
6 changes: 3 additions & 3 deletions apps/pdp11/tapes/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DEC PDP-11 BASIC

[![DEC-11-AJPB-PB](DEC-11-AJPB-PB.jpg)](DEC-11-AJPB-PB.json)

According to the [PDP-11/20 Handbook (1971)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/1120/PDP1120_Handbook_1971.pdf),
According to the [PDP-11/20 Handbook (1971)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5O19e4cBRGbdaWgw?e=yh41hu),
p. 160, notable features of PDP-11 BASIC included:

- Use of BASIC statements in immediate mode (no line number)
Expand All @@ -33,8 +33,8 @@ PDP-11 BASIC has been loaded into the [PDP-11/20](/devices/pdp11/machine/1120/ba
We have archived the following DEC PDP-11 BASIC resources:

- [BASIC (Single User) Tape Image](DEC-11-AJPB-PB.json)
- [LISTING OF BASIC/PTS (March 1974)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/basic/BASIC_PTS_Listing_Mar77.pdf)
- [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/basic/BASIC_Programming_Manual_Dec70.pdf)
- [LISTING OF BASIC/PTS (March 1974)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5MAsiyvxS9IriR_w?e=RJiknG)
- [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp4hZ_ESc_wYWccLhg?e=G6YRsh)

Third-party resources include:

Expand Down
6 changes: 3 additions & 3 deletions apps/pdp11/tapes/diags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Running Paper Tape Diagnostics
### Tests 1-12

Instructions for running "TEST 1 - BRANCH" through "TEST 12 - JUMP" come from the
[MAINDEC-11-DZQAB MAINDEC USER REFERENCE MANUAL (Oct 1973)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/diags/MAINDEC-11-DZQAB-B-D_User_Reference_Manual_Oct73.pdf),
[MAINDEC-11-DZQAB MAINDEC USER REFERENCE MANUAL (Oct 1973)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp4RIs4XFo4GvOtA6Q?e=kw0CwE),
page 19:

MAINDEC-11-D0AA to D0LA (NEW NUMBER - DZKAA to DZKAL)
Expand Down Expand Up @@ -335,7 +335,7 @@ I disassembled the code responsible for that failure:

I wasn't able to locate a source code listing for this particular (1978) version of the 11/70 CPU Instruction Exerciser,
but I did find another useful document,
[MAINDEC-11-DCQKC 11/40 and 11/45 INSTRUCTION EXERCISER (Sep 1974)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/diags/MAINDEC-11-DCQKC-D-D_1140_1145_INSTRUCTION_EXERCISER_Sep74.pdf),
[MAINDEC-11-DCQKC 11/40 and 11/45 INSTRUCTION EXERCISER (Sep 1974)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp4ebuUvYWlXBLnWCw?e=1LDnUC),
where I discovered a matching test sequence on page 86.

Here's an excerpt:
Expand Down Expand Up @@ -376,7 +376,7 @@ checkStackLimit() handlers based on the CPU model.
UPDATE: Another (1980) version of the source code for this diagnostic has been located and archived
with the rest of our [DEC PDP-11 Diagnostic Publications](/pubs/dec/pdp11/diags/):

- [CEQKCE0 11/70 INSTRUCTION EXERCISER (May 1980)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/diags/AC-7994E-MC_CEQKCE0_1170_INSTRUCTION_EXERCISER_May80.pdf) [[Original PDF](http://bitsavers.org/pdf/dec/pdp11/microfiche/ftp.j-hoppe.de/bw/gh/AH-7996E-MC__PDP11-70-74__11-70_INST_EXR__CEQKCE0__%28C%2975,80.pdf)]
- [CEQKCE0 11/70 INSTRUCTION EXERCISER (May 1980)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp47nXKy7moL1Rj5mA?e=QDDzO4) [[Original PDF](http://bitsavers.org/pdf/dec/pdp11/microfiche/ftp.j-hoppe.de/bw/gh/AH-7996E-MC__PDP11-70-74__11-70_INST_EXR__CEQKCE0__%28C%2975,80.pdf)]

You'll find the above excerpt on page 114, at address 024624.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions devices/pcx86/rom/compaq/portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMPAQ Portable Computer ROMs
The oldest COMPAQ Portable Computer ROM BIOS we originally had was an 8Kb [Rev C ROM](100666-001-REVC.json) from a
000006-001 REV D system board purchased on eBay.

[<img src="COMPAQ_Portable_System_Board.jpg" alt="COMPAQ Portable System Board REV D"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/compaq/portable/COMPAQ_Portable_System_Board-FULL.jpg)
[<img src="COMPAQ_Portable_System_Board.jpg" alt="COMPAQ Portable System Board REV D"/>](COMPAQ_Portable_System_Board-FULL.jpg)

Printed on the back of the system board:

Expand All @@ -28,7 +28,7 @@ and again the contents of the chips were identical (to ours and to each other).
I've seen pictures of other COMPAQ Portable system boards with only one mask ROM installed, so I was puzzled why my board
contained two. Did the contents of the second ROM show up in a different part of the address space, or was it merely a decoding
convenience (e.g., one ROM for even addresses, and a second ROM for odd addresses)? This
[COMPAQ Portable/Plus Maintenance Guide (Excerpt)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/reference/compaq/portable/Compaq_Portable_Plus_Support_Discontinued.pdf)
[COMPAQ Portable/Plus Maintenance Guide (Excerpt)](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4Suatb4VvNGCHEZQ?e=OSWyfN)
confirms that an older (000004 REV B) system board *did* require 2 ROMs, at locations U40 and U47, while later system boards required
only 1 (Rev C or later) ROM at location U40, but there is no explanation for the requirement.

Expand Down
2 changes: 1 addition & 1 deletion devices/pdp11/machine/1170/panel/debugger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For more full-featured PDP-11/70 machines that also include a Debugger, see:
Toggle-Ins
----------

As DEC notes in the [PDP-11/70 Maintenance Service Guide](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/1170/PDP1170_Maintenance_Service_Guide_Apr88.pdf),
As DEC notes in the [PDP-11/70 Maintenance Service Guide](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5EUrgOBIlXswxuQg?e=fmoskM),
Chapter 4: "There are several useful toggle-ins that are probably not very well known." Excerpts are provided below. If you're
not sure how to "toggle in" code using a Front Panel, check out [Front Panel Basics](/devices/pdp11/panel/1170/#front-panel-basics).

Expand Down
2 changes: 1 addition & 1 deletion devices/pdp11/panel/1145/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Use this [PDP-11/45](/devices/pdp11/machine/1145/panel/debugger/) to see the
Front Panel Basics
------------------

From the [PDP-11/45 Handbook (1973)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/1145/PDP1145_Handbook_1973.pdf),
From the [PDP-11/45 Handbook (1973)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp4s5icyHXp3hgMqrg?e=I4ycSw),
Chapter 8, p. 195:

> ### THE SYSTEM OPERATOR'S CONSOLE
Expand Down
3 changes: 1 addition & 2 deletions devices/pdp11/panel/1170/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Use this [PDP-11/70](/devices/pdp11/machine/1170/panel/debugger/) to see the [PD
Front Panel Basics
------------------

From the [PDP-11/70 Handbook (1979)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/1170/PDP1170_Handbook_1979.pdf), Chapter 10,
p. 325:
From the [PDP-11/70 Handbook (1979)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5Qp06CeNiHG8RfCQ?e=PgxRXF), Chapter 10, p. 325:

> ### CONSOLE OPERATION
Expand Down
2 changes: 1 addition & 1 deletion devices/pdp11/pc11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ used to control the device, such as choosing which tape should be "loaded" into
</device>
```

For details about the PC11 hardware, we relied upon the [PDP-11 Peripherals Handbook (1976)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/dec/pdp11/other/PDP11_Peripherals_Handbook_1976.pdf),
For details about the PC11 hardware, we relied upon the [PDP-11 Peripherals Handbook (1976)](https://1drv.ms/b/s!ArcO_mFRe1Z9gp5KhoASjxuqs-WIMg?e=yb7rXz),
p. 4-376 (p. 408 of the PDF).
4 changes: 2 additions & 2 deletions disks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ Alternatively, if you're running the PCjs Node [web server](/server.js), then yo

For example, if you wanted to convert **PCDOS100.img**:

https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/pcx86/dos/ibm/1.00/PCDOS100.img
https://archive.pcjs.org/disks/pcx86/dos/ibm/1.00/PCDOS100.img

you could issue the following request, save the resulting JSON file to a folder on your server, and then update your
machine XML file(s) to use **PCDOS100.json**:

{{ site.url }}/api/v1/dump?disk=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/pcx86/dos/ibm/1.00/PCDOS100.img&format=json
{{ site.url }}/api/v1/dump?disk=https://archive.pcjs.org/disks/pcx86/dos/ibm/1.00/PCDOS100.img&format=json

Although PCx86 will accept IMG disk image files, it must call the [DiskDump API](/api/v1/dump) to convert the
image every time it's loaded, which is slower than using pre-converted JSON-encoded disk images and will only work
Expand Down
6 changes: 3 additions & 3 deletions pubs/c1p/datasheets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ permalink: /pubs/c1p/datasheets/
Challenger 1P Datasheets
------------------------

[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/datasheets/thumbs/MC6820-thumb.jpg" width="200" height="260" alt="MC6820"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/datasheets/pdfs/MC6820.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/datasheets/thumbs/MC6821-thumb.jpg" width="200" height="260" alt="MC6821"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/datasheets/pdfs/MC6821.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/datasheets/thumbs/MC6850-thumb.jpg" width="200" height="260" alt="MC6850"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/datasheets/pdfs/MC6850.pdf)
[<img src="covers/MC6820.jpg" width="200" height="260" alt="MC6820"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4Pnzs-1jVc__AQyQ?e=X0oB6p)
[<img src="covers/MC6821.jpg" width="200" height="260" alt="MC6821"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4OYdAJ3R260rZzEQ?e=TrYba4)
[<img src="covers/MC6850.jpg" width="200" height="260" alt="MC6850"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4Qomu856PJZ8gvyA?e=U1kue1)
Binary file added pubs/c1p/datasheets/covers/MC6820.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pubs/c1p/datasheets/covers/MC6821.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pubs/c1p/datasheets/covers/MC6850.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions pubs/c1p/techref/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ permalink: /pubs/c1p/techref/
Challenger 1P Technical Reference Manuals
-----------------------------------------

[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/thumbs/OSI_BASIC-IN-ROM_Reference_Manual-thumb.jpg" width="200" height="260" alt="OSI BASIC-IN-ROM Manual"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/pdfs/OSI_BASIC-IN-ROM_Reference_Manual.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/thumbs/OSI_C1P_Character_Graphics_Reference_Manual-thumb.jpg" width="200" height="260" alt="OSI C1P Graphics Manual"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/pdfs/OSI_C1P_Character_Graphics_Reference_Manual.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/thumbs/OSI_C1P_Users_Manual-thumb.jpg" width="200" height="260" alt="OSI C1P Users Manual"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/pdfs/OSI_C1P_Users_Manual.pdf)
[<img src="covers/OSI_BASIC-IN-ROM_Reference_Manual.jpg" width="200" height="260" alt="OSI BASIC-IN-ROM Manual"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4LfVeqHp1eNX_xsA?e=ochWkV)
[<img src="covers/OSI_C1P_Character_Graphics_Reference_Manual.jpg" width="200" height="260" alt="OSI C1P Graphics Manual"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4M_mo_3EnvSCoo_Q?e=Ft2NMa)
[<img src="covers/OSI_C1P_Users_Manual.jpg" width="200" height="260" alt="OSI C1P Users Manual"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4N9BbxGdyef1BQWQ?e=6bbg4c)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pubs/c1p/techref/covers/OSI_C1P_Users_Manual.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions pubs/docs/c1pjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ the &lt;canvas&gt; tag until IE9.

---

### Challenger 1P Reference Manuals
### Challenger 1P Technical Reference Manuals

[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/thumbs/OSI_BASIC-IN-ROM_Reference_Manual-thumb.jpg" width="200" height="260" alt="OSI BASIC-IN-ROM Manual"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/pdfs/OSI_BASIC-IN-ROM_Reference_Manual.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/thumbs/OSI_C1P_Character_Graphics_Reference_Manual-thumb.jpg" width="200" height="260" alt="OSI C1P Graphics Manual"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/pdfs/OSI_C1P_Character_Graphics_Reference_Manual.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/thumbs/OSI_C1P_Users_Manual-thumb.jpg" width="200" height="260" alt="OSI C1P Users Manual"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/c1p/techref/pdfs/OSI_C1P_Users_Manual.pdf)
An assortment of [Challenger 1P Technical Reference Manuals](/pubs/c1p/techref/) are available below.

[<img src="/pubs/c1p/techref/covers/OSI_BASIC-IN-ROM_Reference_Manual.jpg" width="200" height="260" alt="OSI BASIC-IN-ROM Manual"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4LfVeqHp1eNX_xsA?e=ochWkV)
[<img src="/pubs/c1p/techref/covers/OSI_C1P_Character_Graphics_Reference_Manual.jpg" width="200" height="260" alt="OSI C1P Graphics Manual"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4M_mo_3EnvSCoo_Q?e=Ft2NMa)
[<img src="/pubs/c1p/techref/covers/OSI_C1P_Users_Manual.jpg" width="200" height="260" alt="OSI C1P Users Manual"/>](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4N9BbxGdyef1BQWQ?e=6bbg4c)
2 changes: 1 addition & 1 deletion pubs/pc/reference/compaq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ locate both Volume I for the 80286 *and* Volume II for the 80386, and we'll fina

I also want to thank the [OS/2 Museum](http://www.os2museum.com/wp/) for the following:

* [COMPAQ Technical Reference Guide (1995)](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/reference/compaq/various/COMPAQ+Technical+Reference+Guide+(1995).pdf)
* [COMPAQ Technical Reference Guide (1995)](https://1drv.ms/b/s!ArcO_mFRe1Z9gt4UVUaaBnhX_UhPjg?e=UJJpRB)
8 changes: 4 additions & 4 deletions pubs/pc/reference/intel/80286/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Intel 80286 CPU Information
Assorted Publications
---------------------

[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/reference/intel/iAPX_286_Hardware_Reference--1983/thumbs/iAPX_286_Hardware_Reference--1983.jpg" width="200" height="260" alt="iAPX 286 Hardware Reference (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Hardware_Reference.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/reference/intel/iAPX_286_Operating_System_Writers_Guide--1983/thumbs/iAPX_286_Operating_System_Writers_Guide--1983.jpg" width="200" height="260" alt="iAPX 286 OS Writer's Guide (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Operating_System_Writers_Guide.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/reference/intel/iAPX_286_Programmers_Reference_Manual--1985/thumbs/iAPX_286_Programmers_Reference_Manual--1985.jpg" width="200" height="260" alt="iAPX 286 Programmer Reference (1985)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1985_iAPX_286_Programmers_Reference_Manual.pdf)
[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/reference/intel/80286/progref/thumbs/80286_and_80287_Programmers_Reference_Manual_1987 1.jpeg" width="200" height="260" alt="80286/80287 Programmer Reference (1987)"/>](progref/)
[<img src="../covers/iAPX_286_Hardware_Reference--1983.jpg" width="200" height="260" alt="iAPX 286 Hardware Reference (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Hardware_Reference.pdf)
[<img src="../covers/iAPX_286_Operating_System_Writers_Guide--1983.jpg" width="200" height="260" alt="iAPX 286 OS Writer's Guide (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Operating_System_Writers_Guide.pdf)
[<img src="../covers/iAPX_286_Programmers_Reference_Manual--1985.jpg" width="200" height="260" alt="iAPX 286 Programmer Reference (1985)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1985_iAPX_286_Programmers_Reference_Manual.pdf)
[<img src="../covers/80286_and_80287_Programmers_Reference_Manual_1987.jpg" width="200" height="260" alt="80286/80287 Programmer Reference (1987)"/>](progref/)
Loading

0 comments on commit 7d38e67

Please sign in to comment.