INT 13 operation codes


Defines

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

Define Documentation

#define INT13_RESET   0x00

Reset disk system.

Definition at line 24 of file int13.h.

Referenced by int13().

#define INT13_GET_LAST_STATUS   0x01

Get status of last operation.

Definition at line 26 of file int13.h.

Referenced by int13().

#define INT13_READ_SECTORS   0x02

Read sectors.

Definition at line 28 of file int13.h.

Referenced by int13().

#define INT13_WRITE_SECTORS   0x03

Write sectors.

Definition at line 30 of file int13.h.

Referenced by int13().

#define INT13_GET_PARAMETERS   0x08

Get drive parameters.

Definition at line 32 of file int13.h.

Referenced by int13().

#define INT13_GET_DISK_TYPE   0x15

Get disk type.

Definition at line 34 of file int13.h.

Referenced by int13().

#define INT13_EXTENSION_CHECK   0x41

Extensions installation check.

Definition at line 36 of file int13.h.

Referenced by int13().

#define INT13_EXTENDED_READ   0x42

Extended read.

Definition at line 38 of file int13.h.

Referenced by int13().

#define INT13_EXTENDED_WRITE   0x43

Extended write.

Definition at line 40 of file int13.h.

Referenced by int13().

#define INT13_GET_EXTENDED_PARAMETERS   0x48

Get extended drive parameters.

Definition at line 42 of file int13.h.

Referenced by int13().

#define INT13_CDROM_STATUS_TERMINATE   0x4b

Get CD-ROM status / terminate emulation.

Definition at line 44 of file int13.h.


Generated on Tue Apr 6 20:01:59 2010 for gPXE by  doxygen 1.5.7.1