Initial commit (a clone of the jsmachines project as of v1.15.3)
This commit is contained in:
commit
a5e3e6a59d
714 changed files with 130602 additions and 0 deletions
6
pubs/pc/programming/README.md
Normal file
6
pubs/pc/programming/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PC Programming Guides
|
||||
---
|
||||
|
||||

|
||||

|
||||

|
||||
17
pubs/pc/programming/manifest.xml
Normal file
17
pubs/pc/programming/manifest.xml
Normal 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>
|
||||
Loading…
Reference in a new issue