Dec 282017
A Device Driver Primer. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
27.DOC | 1536 | 806 | deflated |
ASYNC.ASM | 48128 | 15200 | deflated |
DIAGS.DOC | 18992 | 6259 | deflated |
DIAGS.EXE | 66930 | 29588 | deflated |
DOS1.TXT | 26731 | 7583 | deflated |
DRIVER.ASM | 9561 | 3303 | deflated |
DRIVER.SYS | 310 | 245 | deflated |
DRIVER1.ASM | 12042 | 2578 | deflated |
DRIVER1.SYS | 303 | 187 | deflated |
LPTX.ASM | 27392 | 8257 | deflated |
ROLLDOS1.TXT | 31396 | 9878 | deflated |
ROLLDOS2.TXT | 6610 | 2418 | deflated |
SCAV.ASM | 14080 | 5056 | deflated |
SCAV.COM | 1681 | 1052 | deflated |
WHEREIS.ASM | 20224 | 4505 | deflated |
Download File DRIVER.ZIP Here
Contents of the 27.DOC file
Welcome to MS-27 -- SYSTEM PRIMER.
We think this disk will satisfy at least some of your curiosity
about MS-DOS systems programming. We've included lots of
assembler source code, so have at it.
SCAV -- written by T. Jennings and David Gwillim, SCAV marks bad
blocks as allocated in the FAT.
WHEREIS -- finds files anywhere within a directory structure.
Written by John Scotia and modified by Ray Duncan.
DIAGS -- Special Serial, Parallel, Video diagnostics for the PC.
Written by Joan Riff. Use it to explore your system. Excellent
program.
ASYNC -- Loadable asyncronous device driver for MS-DOS. Written
by Mike Higgins.
LPTX -- intercepts BIOS interrupt 17, the line printer
interrupt. Redirects the output of LPT1, LPT2, or LPT3 to a disk
file. All three redirects may be active at the same time.
DOS1, ROLLDOS1 & 2, DRIVER & DRIVER1 -- DOS Device Driver
tutorials. Good examples of character device drivers and
debugging techniques.
STUFIT -- Maximizes disk use. Neat! In order to save space on
our distribution disk we've put STUFIT in an archive. To expand
the STUFIT "library", copy STUFIT.ARC and ARC430.EXE to a new
disk and enter --
ARC430 x STUFIT
Then start the lesson by reading STUFIT.DOC.
Have fun. We think you can learn a lot about your system by
working through the programs on this disk.
We think this disk will satisfy at least some of your curiosity
about MS-DOS systems programming. We've included lots of
assembler source code, so have at it.
SCAV -- written by T. Jennings and David Gwillim, SCAV marks bad
blocks as allocated in the FAT.
WHEREIS -- finds files anywhere within a directory structure.
Written by John Scotia and modified by Ray Duncan.
DIAGS -- Special Serial, Parallel, Video diagnostics for the PC.
Written by Joan Riff. Use it to explore your system. Excellent
program.
ASYNC -- Loadable asyncronous device driver for MS-DOS. Written
by Mike Higgins.
LPTX -- intercepts BIOS interrupt 17, the line printer
interrupt. Redirects the output of LPT1, LPT2, or LPT3 to a disk
file. All three redirects may be active at the same time.
DOS1, ROLLDOS1 & 2, DRIVER & DRIVER1 -- DOS Device Driver
tutorials. Good examples of character device drivers and
debugging techniques.
STUFIT -- Maximizes disk use. Neat! In order to save space on
our distribution disk we've put STUFIT in an archive. To expand
the STUFIT "library", copy STUFIT.ARC and ARC430.EXE to a new
disk and enter --
ARC430 x STUFIT
Then start the lesson by reading STUFIT.DOC.
Have fun. We think you can learn a lot about your system by
working through the programs on this disk.
December 28, 2017
Add comments