|
iPXE
|
Macros | |
| #define | INT13_EXTENSION_LINEAR 0x01 |
| Extended disk access functions supported. | |
| #define | INT13_EXTENSION_REMOVABLE 0x02 |
| Removable drive functions supported. | |
| #define | INT13_EXTENSION_EDD 0x04 |
| EDD functions supported. | |
| #define | INT13_EXTENSION_64BIT 0x08 |
| 64-bit extensions are present | |
| #define INT13_EXTENSION_LINEAR 0x01 |
Extended disk access functions supported.
Definition at line 175 of file int13.h.
Referenced by int13_extension_check().
| #define INT13_EXTENSION_REMOVABLE 0x02 |
| #define INT13_EXTENSION_EDD 0x04 |
EDD functions supported.
Definition at line 179 of file int13.h.
Referenced by int13_extension_check().
| #define INT13_EXTENSION_64BIT 0x08 |
64-bit extensions are present
Definition at line 181 of file int13.h.
Referenced by int13_extension_check().