PRINT02.SYS: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This is the Printer device driver for family 2 machines (MCA) for OS/2. | 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== | ==Versions== | ||
Line 9: | Line 10: | ||
|} | |} | ||
== | ==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== | ==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:Drivers]] | [[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.