Paterson Listings
Tim Paterson's DOS listings, containing source code of 86-DOS 1.00 kernel, various PC-DOS 1.00 pre-release kernels and utilities, and the Microsoft BASIC-86 Compiler runtime library.
The DOS-related portions have been transcribed and turned into compilable source code.
Downloads and Layout
1_transcription (download) - transcription of the listings, essentially the raw printer output
(download) - transcription of the listings, essentially the raw printer output 2_printed_files (download) - the original files that were printed, extracted from the raw printer output above
(download) - the original files that were printed, extracted from the raw printer output above 3_source_code (download) - compilable source code extracted from the printed files above
If you just want to browse the source code or compile/assemble it, choose 3_source_code . The original scans, in PDF and PNG formats, are available at https://archive.org/details/paterson_listings.
Further details about these listings, including technical writeups, can be found at:
Listing Content
Paterson's stack of DOS listings contains 10 bundles of continuous-feed paper, from top to bottom:
Bundles 9 and 10 have not yet been transcribed. If you wish to help transcribe them, please submit a pull request. Only contributions that provide direct transcriptions of the listings or correct typos in existing transcriptions will be merged.
Most of the sources here target Seattle Computer Products' ASM assembler, so you will need a copy. It can be obtained from any release of 86-DOS or MS-DOS by Seattle Computer Products. You will also need the HEX2BIN utility from Seattle Computer Products to convert Intel HEX objects produced by the assembler into binaries.
The simplest way to assemble a source file is to run ASM <FILENAME-NO-EXTENSION> , followed by HEX2BIN <FILENAME-NO-EXTENSION> . For example, to assemble 86DOS.ASM into the binary 86DOS.COM , run: