Jump to content

IBMINT13.I13: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Generic Adapter Driver for INT 13 BIOS.
Generic disk device driver using INT 13H BIOS (IBMINT13.I13) can be used to support fixed disks. But it cannot be used to support CD-ROM drives or removables.
 
The generic INT 13 driver, IBMINT13.I13, which can be used to support a fixed disk, cannot be used to support a CD-ROM drive.


==Version==
==Version==
{| class="wikitable"
{| class="wikitable"
!Date||Version||Size||Comments
!Date||Version||Revision||Size||Comments
|-
|-
|2002-05-21 17:46||10.070||11,522 bytes||
|1994-09-17||1.1||9.23||9,982 bytes||Warp 4
|-
|2002-05-21|| ||10.070||11,522 bytes||
|}
|}


==CONFIG.SYS==
==CONFIG.SYS==
Generic driver for INT13 Bios. Supports generic disk adapters supported by the BIOS.
Generic driver for INT13 Bios. Supports generic disk adapters supported by the BIOS.
Using this driver is very slow, but it works with every harddisk supported by your BIOS, even SCSI adapters or RAID controllers.
Using this driver is very slow, but it works with every hard drive supported by your BIOS, even SCSI adapters or RAID controllers.
  BASEDEV=IBMINT13.I13
  BASEDEV=IBMINT13.I13
Note: This driver has no parameters.


Note: This driver has no parameters.
{{ProdS |V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}}
 
{| class="wikitable"
|+Platform Support:
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


==Links==
==Links==
* [http://service5.boulder.ibm.com/pspsdocs.nsf/c7a34b35e55986f9862563cc00604815/eee0f6ceef33fbaa852561ac00790238?OpenDocument IBM Technical Document # - 1170144 - IBM1S506.ADD and IBMINT13.I13 Drivers Cannot be Used in OS/2 Warp]
* [http://service5.boulder.ibm.com/pspsdocs.nsf/c7a34b35e55986f9862563cc00604815/eee0f6ceef33fbaa852561ac00790238?OpenDocument IBM Technical Document # - 1170144 - IBM1S506.ADD and IBMINT13.I13 Drivers Cannot be Used in OS/2 Warp]


[[Category:BASEDEV Statements]][[Category:Drivers]]
[[Category:BASEDEV Statements]][[Category:Adapter Device Drivers]]

Latest revision as of 00:12, 15 May 2019

Generic disk device driver using INT 13H BIOS (IBMINT13.I13) can be used to support fixed disks. But it cannot be used to support CD-ROM drives or removables.

Version

Date Version Revision Size Comments
1994-09-17 1.1 9.23 9,982 bytes Warp 4
2002-05-21 10.070 11,522 bytes

CONFIG.SYS

Generic driver for INT13 Bios. Supports generic disk adapters supported by the BIOS. Using this driver is very slow, but it works with every hard drive supported by your BIOS, even SCSI adapters or RAID controllers.

BASEDEV=IBMINT13.I13

Note: This driver has no parameters.

Product Support
OS/2 1.3
OS/2 2.0
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


Links