PRINT02.SYS: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|2002-05-21 16:11||10.70||12,134 bytes||IBM Printer Micro Channel Device Driver-SMP | |2002-05-21 16:11||10.70||12,134 bytes||IBM Printer Micro Channel Device Driver-SMP | ||
|} | |} | ||
==CONFIG.SYS== | ==CONFIG.SYS== | ||
Line 18: | Line 15: | ||
Parameter: | Parameter: | ||
* /IRQ - This parameter change the transmission method from polling to interrupt. The interrupt method is faster, but won't work on every system. | |||
Note: This driver also supports the DMA method, which is used by default when your PC supports it. | |||
==Source Code== | ==Source Code== | ||
The source code of this file is included on the [[IBM Developer Connection Device Driver | The source code of this file is included on the [[IBM Developer Connection Device Driver Kit for OS/2]]. It can not be open sourced, but the source code is available from IBM DDK and a free/paid binaries can be released. | ||
[[Category:Device Drivers]][[Category:BASEDEV Statements]] | [[Category:Device Drivers]][[Category:BASEDEV Statements]] |
Latest revision as of 01:00, 1 September 2023
This is the Printer device driver for family 2 machines (MCA) for OS/2.
- Note
- This is one of the critical drivers for the OS/2 Kernel.
Versions
Date | Version | Size | Comments |
---|---|---|---|
2002-05-21 16:11 | 10.70 | 12,134 bytes | IBM Printer Micro Channel Device Driver-SMP |
CONFIG.SYS
Provides support for your parallel ports LPT1, LPT2 and LPT3 on PCs with Micro Channel buses.
BASEDEV=PRINT02.SYS parameter
Parameter:
- /IRQ - This parameter change the transmission method from polling to interrupt. The interrupt method is faster, but won't work on every system.
Note: This driver also supports the DMA method, which is used by default when your PC supports it.
Source Code
The source code of this file is included on the IBM Developer Connection Device Driver Kit for OS/2. It can not be open sourced, but the source code is available from IBM DDK and a free/paid binaries can be released.