|
iPXE
|
Macros | |
| #define | INT13_FL_DMA_TRANSPARENT 0x01 |
| DMA boundary errors handled transparently. | |
| #define | INT13_FL_CHS_VALID 0x02 |
| CHS information is valid. | |
| #define | INT13_FL_REMOVABLE 0x04 |
| Removable drive. | |
| #define | INT13_FL_VERIFIABLE 0x08 |
| Write with verify supported. | |
| #define | INT13_FL_CHANGE_LINE 0x10 |
| Has change-line supported (valid only for removable drives) | |
| #define | INT13_FL_LOCKABLE 0x20 |
| Drive can be locked (valid only for removable drives) | |
| #define | INT13_FL_CHS_MAX 0x40 |
| CHS is max possible, not current media (valid only for removable drives) | |
| #define INT13_FL_DMA_TRANSPARENT 0x01 |
DMA boundary errors handled transparently.
Definition at line 153 of file int13.h.
Referenced by int13_get_extended_parameters().
| #define INT13_FL_CHS_VALID 0x02 |
CHS information is valid.
Definition at line 155 of file int13.h.
Referenced by int13_get_extended_parameters().
| #define INT13_FL_VERIFIABLE 0x08 |
| #define INT13_FL_CHANGE_LINE 0x10 |
| #define INT13_FL_LOCKABLE 0x20 |