More VT100 groundwork
This commit is contained in:
parent
5b376917e3
commit
c8f5357689
11 changed files with 162 additions and 14 deletions
|
|
@ -7,7 +7,7 @@ permalink: /pubs/
|
|||
Publication Archive
|
||||
---
|
||||
|
||||
[PC Publications](pc/):
|
||||
[PC Publications](/pubs/pc/):
|
||||
|
||||
* [CPU Documents](/pubs/pc/reference/intel/)
|
||||
* [Datasheets](/pubs/pc/datasheets/)
|
||||
|
|
@ -16,12 +16,16 @@ Publication Archive
|
|||
* [Reference Manuals](/pubs/pc/reference/)
|
||||
* [Software User and Development Guides](/pubs/pc/software/) (eg, [DOS](/pubs/pc/software/dos/), [OS/2](/pubs/pc/software/os2/), [Windows](/pubs/pc/software/windows/))
|
||||
|
||||
Ohio Scientific's 6502-based [Challenger 1P Publications](c1p/):
|
||||
Ohio Scientific's 6502-based [Challenger 1P Publications](/pubs/c1p/):
|
||||
|
||||
* [Datasheets](/pubs/c1p/datasheets/)
|
||||
* [Programming Guides/Samples](/pubs/c1p/programming/)
|
||||
* [Reference Manuals](/pubs/c1p/techref/)
|
||||
|
||||
[Digital Equipment Corporation (DEC) Publications](/pubs/dec/):
|
||||
|
||||
* [VT100](/pubs/dec/vt100/)
|
||||
|
||||
[<img src="http://archive.pcjs.org/pubs/pc/datasheets/thumbs/8088-CPU.jpg" width="200" height="260" alt= "8088 CPU"/>](pc/datasheets/)
|
||||
[<img src="http://archive.pcjs.org/pubs/pc/magazines/byte/BYTE-1975-11/thumbs/BYTE-1975-11 1.jpeg" width="200" height="260" alt= "Byte Magazine"/>](pc/magazines/byte/)
|
||||
[<img src="http://archive.pcjs.org/pubs/pc/magazines/msj/MSJ-1986-10/thumbs/MSJ-1986-10 1.jpeg" width="200" height="260" alt= "Microsoft Systems Journal"/>](pc/magazines/msj/)
|
||||
|
|
|
|||
11
pubs/c1p/README.md
Normal file
11
pubs/c1p/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: Challenger 1P Publications
|
||||
permalink: /pubs/c1p/
|
||||
---
|
||||
|
||||
Challenger 1P Publications
|
||||
--------------------------
|
||||
|
||||
* [Data Sheets](datasheets/)
|
||||
* [Technical Reference Manuals](techref/)
|
||||
10
pubs/dec/README.md
Normal file
10
pubs/dec/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: Digital Equipment Corporation (DEC) Publications
|
||||
permalink: /pubs/dec/
|
||||
---
|
||||
|
||||
Digital Equipment Corporation (DEC) Publications
|
||||
------------------------------------------------
|
||||
|
||||
* [VT100](vt100/)
|
||||
19
pubs/dec/vt100/README.md
Normal file
19
pubs/dec/vt100/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: page
|
||||
title: VT100 Publications
|
||||
permalink: /pubs/dec/vt100/
|
||||
---
|
||||
|
||||
VT100 Publications
|
||||
------------------
|
||||
|
||||
* Technical Manuals ([September 1980](http://www.vt100.net/docs/vt100-tm/ek-vt100-tm-002.pdf), [July 1982](http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/terminal/vt100/EK-VT100-TM-003_VT100_Technical_Manual_Jul82.pdf))
|
||||
* User Guides ([August 1978](http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/terminal/vt100/EK-VT100-UG-001_VT100_User_Guide_Aug78.pdf), [January 1979](http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/terminal/vt100/EK-VT100-UG-002_VT100_User_Guide_Jan79.pdf))
|
||||
* Field Maintenance Guides ([March 1980](http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/terminal/vt100/MP00633_VT100_Mar80.pdf), [February 1982](http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/terminal/vt100/MP00633_VT100_Schematic_Feb82.pdf))
|
||||
|
||||
Additional Resources
|
||||
--------------------
|
||||
|
||||
* [Wikipedia](https://en.wikipedia.org/wiki/VT100)
|
||||
* [vt100.net](http://www.vt100.net/docs/)
|
||||
* [Retrochallenge 2014](http://vt100romhax.tumblr.com/) by [Adam Mayer](https://github.com/phooky)
|
||||
Loading…
Reference in a new issue