Jump to content

DOS.SYS: Difference between revisions

From EDM2
Created page with "This driver provides support for virtual DOS sessions. ==Related Articles== * Rebooting OS/2 Category:Files"
 
Ak120 (talk | contribs)
mNo edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This driver provides support for virtual DOS sessions.
This driver provides support for virtual DOS sessions. There is also some other use for this driver, some applications use this driver to reboot the OS/2 system.
 
==Versions==
{|class="wikitable"
!Date||Version||Size||Comments
|-
|1991-10-14|| ||1,172 bytes||IBM OS/2 EE V1.3
|-
|1992-03-30|| ||1,142 bytes||[[IBM OS/2 Version 2.0]]
|-
|2002-03-11|| ||1,142 bytes||
|}
 
==CONFIG.SYS==
Is needed if you want to run DOS or Windows applications.
DEVICE=\OS2\BOOT\DOS.SYS
 
{{ProdS |V13=S|V20=S|V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}}


==Related Articles==
==Related Articles==
* [[Rebooting OS/2]]
* [[Rebooting OS/2]]


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

Latest revision as of 16:05, 13 July 2023

This driver provides support for virtual DOS sessions. There is also some other use for this driver, some applications use this driver to reboot the OS/2 system.

Versions

Date Version Size Comments
1991-10-14 1,172 bytes IBM OS/2 EE V1.3
1992-03-30 1,142 bytes IBM OS/2 Version 2.0
2002-03-11 1,142 bytes

CONFIG.SYS

Is needed if you want to run DOS or Windows applications.

DEVICE=\OS2\BOOT\DOS.SYS
Product Support
OS/2 1.3 S
OS/2 2.0 S
OS/2 2.1 S
OS/2 2.11 SMP S
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S


Related Articles