Jump to content

SCREEN02.SYS: Difference between revisions

From EDM2
Created page with "This file is referred on OS/2 as the "Screen Device Driver". Also known as the "Base Video Subsystem Screen Device Driver". This driver has on it's functions to processes the..."
 
Ak120 (talk | contribs)
m wrong TZ
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This file is referred on OS/2 as the "Screen Device Driver". Also known as the "Base Video Subsystem Screen Device Driver".
The "Video Physical Driver". Also known as the "Base Video Subsystem Screen Device Driver".


This driver has on it's functions to processes the Init, DeInstall, and Screen IOCtl functions.
This driver has on it's functions to processes the Init, DeInstall, and Screen IOCtl functions.
;Note: This is one of the critical drivers for the [[OS/2 Kernel]].


==Versions==
==Versions==
{|class="wikitable"
!Date||Version||Size||Comments
|-
|2006-03-22|| ||12,326 bytes||
|-
|2006-01-27|| ||12,250 bytes||
|}


==Source Code==
==Source Code==
The source code of this file is included on the IBM Device Driver Kit. It can not be open sourced, but the source code is available for IBM DDK customers and a free or paid binary can be released.  
The source code of this file is included on the IBM Device Driver Kit. It can not be open sourced, but the source code is available from IBM DDK and a free or paid binary can be released.


[[Category:Files]]
[[Category:Character Device Drivers]]

Latest revision as of 19:42, 17 November 2019

The "Video Physical Driver". Also known as the "Base Video Subsystem Screen Device Driver".

This driver has on it's 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 12,326 bytes
2006-01-27 12,250 bytes

Source Code

The source code of this file is included on the IBM Device Driver Kit. It can not be open sourced, but the source code is available from IBM DDK and a free or paid binary can be released.