|
iPXE
|
Macros | |
| #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 INT13_DISK_TYPE_FDD 0x01 |
Floppy without change-line support.
Definition at line 139 of file int13.h.
Referenced by int13_get_disk_type().
| #define INT13_DISK_TYPE_FDD_CL 0x02 |
| #define INT13_DISK_TYPE_HDD 0x03 |