iPXE
Macros
INT 13 disk parameter flags

Macros

#define INT13_FL_DMA_TRANSPARENT   0x01
 DMA boundary errors handled transparently. More...
 
#define INT13_FL_CHS_VALID   0x02
 CHS information is valid. More...
 
#define INT13_FL_REMOVABLE   0x04
 Removable drive. More...
 
#define INT13_FL_VERIFIABLE   0x08
 Write with verify supported. More...
 
#define INT13_FL_CHANGE_LINE   0x10
 Has change-line supported (valid only for removable drives) More...
 
#define INT13_FL_LOCKABLE   0x20
 Drive can be locked (valid only for removable drives) More...
 
#define INT13_FL_CHS_MAX   0x40
 CHS is max possible, not current media (valid only for removable drives) More...
 

Detailed Description

Macro Definition Documentation

◆ INT13_FL_DMA_TRANSPARENT

#define INT13_FL_DMA_TRANSPARENT   0x01

DMA boundary errors handled transparently.

Definition at line 153 of file int13.h.

◆ INT13_FL_CHS_VALID

#define INT13_FL_CHS_VALID   0x02

CHS information is valid.

Definition at line 155 of file int13.h.

◆ INT13_FL_REMOVABLE

#define INT13_FL_REMOVABLE   0x04

Removable drive.

Definition at line 157 of file int13.h.

◆ INT13_FL_VERIFIABLE

#define INT13_FL_VERIFIABLE   0x08

Write with verify supported.

Definition at line 159 of file int13.h.

◆ INT13_FL_CHANGE_LINE

#define INT13_FL_CHANGE_LINE   0x10

Has change-line supported (valid only for removable drives)

Definition at line 161 of file int13.h.

◆ INT13_FL_LOCKABLE

#define INT13_FL_LOCKABLE   0x20

Drive can be locked (valid only for removable drives)

Definition at line 163 of file int13.h.

◆ INT13_FL_CHS_MAX

#define INT13_FL_CHS_MAX   0x40

CHS is max possible, not current media (valid only for removable drives)

Definition at line 165 of file int13.h.