Initial commit (a clone of the jsmachines project as of v1.15.3)

This commit is contained in:
jeffpar 2014-09-27 14:52:57 -07:00
commit a5e3e6a59d
714 changed files with 130602 additions and 0 deletions

View file

@ -0,0 +1,6 @@
PC Programming Guides
---
![IBM PC Disk Operating System v1.00](static/thumbs/PCDOS100.jpg "link:http://bitsavers.trailing-edge.com/pdf/ibm/pc/dos/6172220_DOS_1.0_Jan82.pdf:200:260")
![IBM PC Disk Operating System v1.10](static/thumbs/PCDOS110.jpg "link:http://bitsavers.trailing-edge.com/pdf/ibm/pc/dos/IBM_DOS_1.1_May82.pdf:200:260")
![The 8086 Book](static/thumbs/The_8086_Book.jpg "link::200:260")

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.3/manifest.xsl"?>
<manifest type="document">
<title>PC Programming Guides</title>
<document href="http://bitsavers.trailing-edge.com/pdf/ibm/pc/dos/6172220_DOS_1.0_Jan82.pdf">
<name>PC-DOS 1.00 Disk Operating System</name>
<cover href="static/PCDOS110.jpg"/>
</document>
<document href="http://bitsavers.trailing-edge.com/pdf/ibm/pc/dos/IBM_DOS_1.1_May82.pdf">
<name>PC-DOS 1.10 Disk Operating System</name>
<cover href="static/PCDOS110.jpg"/>
</document>
<document>
<name>The 8086 Book</name>
<cover href="static/The_8086_Book.jpg"/>
</document>
</manifest>