SCREEN01.SYS: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''Video Physical Driver''', also known as the "Base Video Subsystem Screen Device Driver". | |||
This driver has functions to processes the Init, DeInstall, and Screen IOCtl functions. | This driver has functions to processes the Init, DeInstall, and Screen IOCtl functions. | ||
Line 9: | Line 9: | ||
!Date||Version||Size||Comments | !Date||Version||Size||Comments | ||
|- | |- | ||
|2006-03-22 | |2006-03-22||14.105||12,364 bytes||\OS2\BOOT | ||
|14.105 | |||
|12,364 bytes | |||
|\OS2\BOOT | |||
|} | |} | ||
Line 18: | Line 15: | ||
The source code of this file is included on the [[IBM Developer Connection Device Driver Kits 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. | The source code of this file is included on the [[IBM Developer Connection Device Driver Kits 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:Character Device Drivers]] |
Revision as of 19:44, 17 November 2019
Video Physical Driver, also known as the "Base Video Subsystem Screen Device Driver".
This driver has functions to processes the Init, DeInstall, and Screen IOCtl functions.
- Note
- This is one of the critical drivers for the OS/2 Kernel.
Versions
Date | Version | Size | Comments |
---|---|---|---|
2006-03-22 | 14.105 | 12,364 bytes | \OS2\BOOT |
Source Code
The source code of this file is included on the IBM Developer Connection Device Driver Kits 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.