Jump to content

IBMINT13.I13: Difference between revisions

From EDM2
Created page with "Generic Adapter Driver for INT 13 BIOS. ==Versions== 10.070 Category:Files"
 
Ak120 (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by 2 users 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.


==Versions==
==Version==
10.070
{| class="wikitable"
!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.


[[Category:Files]]
{{ProdS |V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}}
 
==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]
 
[[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