Jump to content

DOS.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 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==
Line 5: Line 5:
!Date||Version||Size||Comments
!Date||Version||Size||Comments
|-
|-
|1992-03-30 12:00|| ||1,142 bytes||[[IBM OS/2 Version 2.0]]
|1991-10-14|| ||1,172 bytes||IBM OS/2 EE V1.3
|-
|-
|2002-03-11 11:00|| ||1,142 bytes||
|1992-03-30|| ||1,142 bytes||[[IBM OS/2 Version 2.0]]
|-
|2002-03-11|| ||1,142 bytes||
|}
|}


==Config.SYS Documentation==
==CONFIG.SYS==
Is needed if you want to run DOS or Windows applications.
Is needed if you want to run DOS or Windows applications.
  DEVICE=C:\OS2\BOOT\DOS.SYS
  DEVICE=\OS2\BOOT\DOS.SYS
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


==DLLs Loaded==
{{ProdS |V13=S|V20=S|V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}}
* DOS.DLL


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


[[Category:Drivers]]
[[Category:Character Device Drivers]][[Category:DEVICE Statements]]
[[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