diff --git a/0.1/86-DOS Manual.pdf b/0.1/86-DOS Manual.pdf new file mode 100644 index 0000000..6a79a4c Binary files /dev/null and b/0.1/86-DOS Manual.pdf differ diff --git a/0.1/Command Interpreter Manual.pdf b/0.1/Command Interpreter Manual.pdf new file mode 100644 index 0000000..99c0aee Binary files /dev/null and b/0.1/Command Interpreter Manual.pdf differ diff --git a/0.1/Configuration Information (Cromemco 4FDC).pdf b/0.1/Configuration Information (Cromemco 4FDC).pdf new file mode 100644 index 0000000..c1a4596 Binary files /dev/null and b/0.1/Configuration Information (Cromemco 4FDC).pdf differ diff --git a/0.1/Configuration Information (Tarbell DD).pdf b/0.1/Configuration Information (Tarbell DD).pdf new file mode 100644 index 0000000..d85db88 Binary files /dev/null and b/0.1/Configuration Information (Tarbell DD).pdf differ diff --git a/0.1/EDLIN Manual.pdf b/0.1/EDLIN Manual.pdf new file mode 100644 index 0000000..783c147 Binary files /dev/null and b/0.1/EDLIN Manual.pdf differ diff --git a/0.2/Instruction Manual.pdf b/0.2/Instruction Manual.pdf new file mode 100644 index 0000000..8a520bd Binary files /dev/null and b/0.2/Instruction Manual.pdf differ diff --git a/0.3/Programmer's Manual.pdf b/0.3/Programmer's Manual.pdf new file mode 100644 index 0000000..5320e82 Binary files /dev/null and b/0.3/Programmer's Manual.pdf differ diff --git a/0.3/User's Manual.pdf b/0.3/User's Manual.pdf new file mode 100644 index 0000000..491daca Binary files /dev/null and b/0.3/User's Manual.pdf differ diff --git a/1.0/Version 1.0 Addendum.pdf b/1.0/Version 1.0 Addendum.pdf new file mode 100644 index 0000000..28b2319 Binary files /dev/null and b/1.0/Version 1.0 Addendum.pdf differ diff --git a/1.0/Version 1.0 Enhancement Summary.pdf b/1.0/Version 1.0 Enhancement Summary.pdf new file mode 100644 index 0000000..b86a5b3 Binary files /dev/null and b/1.0/Version 1.0 Enhancement Summary.pdf differ diff --git a/1.0/Version 1.0 FCB.pdf b/1.0/Version 1.0 FCB.pdf new file mode 100644 index 0000000..7b69e7e Binary files /dev/null and b/1.0/Version 1.0 FCB.pdf differ diff --git a/README.md b/README.md index ca86fa6..5f2faeb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # 86-DOS Manuals -86-DOS Manuals +Full collection of all 86-DOS manuals known to exist. + +## 86-DOS 0.1 +86-DOS 0.1 was released with 4 stapled booklets: +- [86-DOS Manual](./0.1/86-DOS%20Manual.pdf) +- [Command Interpreter Manual](./0.1/Command%20Interpreter%20Manual.pdf) +- [EDLIN Manual](./0.1/EDLIN%20Manual.pdf) +- Configuration Information + - [Cromemco 4FDC](./0.1/Configuration%20Information%20(Cromemco%204FDC).pdf) + - [Tarbell DD](./0.1/Configuration%20Information%20(Tarbell%20DD).pdf) + +## 86-DOS 0.2 +This version of 86-DOS was never released, and this manual was an exibit used in a lawsuit, provided by [@TimPaterson](https://github.com/TimPaterson). The 4 booklets have been merged into a single spiral bound booklet, documenting both the user interface and programming interface: +- [Instruction Manual](./0.2/Instruction%20Manual.pdf) + +## 86-DOS 0.3 +86-DOS 0.3 was released with 2 spiral bound bookets, one for the user interface and the other for the programming interface: +- [User's Manual](./0.3/User's%20Manual.pdf) +- [Programmer's Manual](./0.3/Programmer's%20Manual.pdf) + +## 86-DOS 1.x +86-DOS 1.0 and 1.1 were released with the 0.3 manuals, as well as a few loose sheets documenting the changes between 0.3 and 1.0: +- [User's Manual](./0.3/User's%20Manual.pdf) (0.3) +- [Programmer's Manual](./0.3/Programmer's%20Manual.pdf) (0.3) +- [Version 1.0 Addendum](./1.0/Version%201.0%20Addendum.pdf) +- [Version 1.0 Enhancement Summary](./1.0/Version%201.0%20Enhancement%20Summary.pdf) +- [Version 1.0 FCB](./1.0/Version%201.0%20FCB.pdf)