iPXE
Macros
INT 13 operation codes

Macros

#define INT13_RESET   0x00
 Reset disk system. More...
 
#define INT13_GET_LAST_STATUS   0x01
 Get status of last operation. More...
 
#define INT13_READ_SECTORS   0x02
 Read sectors. More...
 
#define INT13_WRITE_SECTORS   0x03
 Write sectors. More...
 
#define INT13_GET_PARAMETERS   0x08
 Get drive parameters. More...
 
#define INT13_GET_DISK_TYPE   0x15
 Get disk type. More...
 
#define INT13_EXTENSION_CHECK   0x41
 Extensions installation check. More...
 
#define INT13_EXTENDED_READ   0x42
 Extended read. More...
 
#define INT13_EXTENDED_WRITE   0x43
 Extended write. More...
 
#define INT13_EXTENDED_VERIFY   0x44
 Verify sectors. More...
 
#define INT13_EXTENDED_SEEK   0x47
 Extended seek. More...
 
#define INT13_GET_EXTENDED_PARAMETERS   0x48
 Get extended drive parameters. More...
 
#define INT13_CDROM_STATUS_TERMINATE   0x4b
 Get CD-ROM status / terminate emulation. More...
 
#define INT13_CDROM_READ_BOOT_CATALOG   0x4d
 Read CD-ROM boot catalog. More...
 

Detailed Description

Macro Definition Documentation

◆ INT13_RESET

#define INT13_RESET   0x00

Reset disk system.

Definition at line 23 of file int13.h.

◆ INT13_GET_LAST_STATUS

#define INT13_GET_LAST_STATUS   0x01

Get status of last operation.

Definition at line 25 of file int13.h.

◆ INT13_READ_SECTORS

#define INT13_READ_SECTORS   0x02

Read sectors.

Definition at line 27 of file int13.h.

◆ INT13_WRITE_SECTORS

#define INT13_WRITE_SECTORS   0x03

Write sectors.

Definition at line 29 of file int13.h.

◆ INT13_GET_PARAMETERS

#define INT13_GET_PARAMETERS   0x08

Get drive parameters.

Definition at line 31 of file int13.h.

◆ INT13_GET_DISK_TYPE

#define INT13_GET_DISK_TYPE   0x15

Get disk type.

Definition at line 33 of file int13.h.

◆ INT13_EXTENSION_CHECK

#define INT13_EXTENSION_CHECK   0x41

Extensions installation check.

Definition at line 35 of file int13.h.

◆ INT13_EXTENDED_READ

#define INT13_EXTENDED_READ   0x42

Extended read.

Definition at line 37 of file int13.h.

◆ INT13_EXTENDED_WRITE

#define INT13_EXTENDED_WRITE   0x43

Extended write.

Definition at line 39 of file int13.h.

◆ INT13_EXTENDED_VERIFY

#define INT13_EXTENDED_VERIFY   0x44

Verify sectors.

Definition at line 41 of file int13.h.

◆ INT13_EXTENDED_SEEK

#define INT13_EXTENDED_SEEK   0x47

Extended seek.

Definition at line 43 of file int13.h.

◆ INT13_GET_EXTENDED_PARAMETERS

#define INT13_GET_EXTENDED_PARAMETERS   0x48

Get extended drive parameters.

Definition at line 45 of file int13.h.

◆ INT13_CDROM_STATUS_TERMINATE

#define INT13_CDROM_STATUS_TERMINATE   0x4b

Get CD-ROM status / terminate emulation.

Definition at line 47 of file int13.h.

◆ INT13_CDROM_READ_BOOT_CATALOG

#define INT13_CDROM_READ_BOOT_CATALOG   0x4d

Read CD-ROM boot catalog.

Definition at line 49 of file int13.h.