iPXE
Macros
INT 13 extension flags

Macros

#define INT13_EXTENSION_LINEAR   0x01
 Extended disk access functions supported. More...
 
#define INT13_EXTENSION_REMOVABLE   0x02
 Removable drive functions supported. More...
 
#define INT13_EXTENSION_EDD   0x04
 EDD functions supported. More...
 
#define INT13_EXTENSION_64BIT   0x08
 64-bit extensions are present More...
 

Detailed Description

Macro Definition Documentation

◆ INT13_EXTENSION_LINEAR

#define INT13_EXTENSION_LINEAR   0x01

Extended disk access functions supported.

Definition at line 175 of file int13.h.

◆ INT13_EXTENSION_REMOVABLE

#define INT13_EXTENSION_REMOVABLE   0x02

Removable drive functions supported.

Definition at line 177 of file int13.h.

◆ INT13_EXTENSION_EDD

#define INT13_EXTENSION_EDD   0x04

EDD functions supported.

Definition at line 179 of file int13.h.

◆ INT13_EXTENSION_64BIT

#define INT13_EXTENSION_64BIT   0x08

64-bit extensions are present

Definition at line 181 of file int13.h.