Jump to content

DOS.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
This driver provides support for virtual DOS sessions. There is also some other use for this driver, some applications like XWorkplace use this driver to reboot the OS/2 system.  
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==
==Versions==
 
{|class="wikitable"
{| class="wikitable"
!Date||Version||Size||Comments
! 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 11:00|| || 1,142 bytes ||  
|2002-03-11|| ||1,142 bytes||
|}
|}


==Config.SYS Documentation==
==CONFIG.SYS==
* [[The_Config.sys_Documentation_Project/DEVICE_Statements#DEVICE.3DDOS.SYS|DOS.SYS]]
Is needed if you want to run DOS or Windows applications.
DEVICE=\OS2\BOOT\DOS.SYS


==DLLs Loaded==
{{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