INT 13 disk types


Defines

#define INT13_DISK_TYPE_NONE   0x00
 No such drive.
#define INT13_DISK_TYPE_FDD   0x01
 Floppy without change-line support.
#define INT13_DISK_TYPE_FDD_CL   0x02
 Floppy with change-line support.
#define INT13_DISK_TYPE_HDD   0x03
 Hard disk.

Define Documentation

#define INT13_DISK_TYPE_NONE   0x00

No such drive.

Definition at line 159 of file int13.h.

#define INT13_DISK_TYPE_FDD   0x01

Floppy without change-line support.

Definition at line 161 of file int13.h.

#define INT13_DISK_TYPE_FDD_CL   0x02

Floppy with change-line support.

Definition at line 163 of file int13.h.

#define INT13_DISK_TYPE_HDD   0x03

Hard disk.

Definition at line 165 of file int13.h.

Referenced by int13_get_disk_type().


Generated on Tue Apr 6 20:01:59 2010 for gPXE by  doxygen 1.5.7.1