INT 13 - EZ-Drive - INSTALLATION CHECK AH = FFh DL = drive number (80h) Return: CF clear AX = AA55h ES:BX -> string "AERMH13Vxx", where xx is the version number of the EZ-Drive driver CF set on error Program: EZ-Drive is a driver by Micro House that is loaded from the hard disk MBR, replacing the ROM(Read-Only Memory) A memory for program storage which may not be changed by the program as it runs. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. disk support, eg adding LBA mode support, and read/write multiple. Note: this function is called by the Windows95 Master BootTo start up the computer or operating system. The term "boot" is a contraction of "bootstrap", which in turn comes from the expression "to lift oneself by one's boot straps." The ROM BIOS on IBMInternational Busiuness Machines PCs and compatibles reads in the first sector of the disk, which contains a short (less than 500 bytes) program that reads in a portion of the operating system, which in turn reads in the remainder of the operating system. See also IPL. Record SeeAlso: AX=E000h"XBIOS",AH=F9h"SWBIOS"