INT 13 status codes


Defines

#define INT13_STATUS_SUCCESS   0x00
 Operation completed successfully.
#define INT13_STATUS_INVALID   0x01
 Invalid function or parameter.
#define INT13_STATUS_READ_ERROR   0x04
 Read error.
#define INT13_STATUS_WRITE_ERROR   0xcc
 Write error.

Define Documentation

#define INT13_STATUS_SUCCESS   0x00

Operation completed successfully.

Definition at line 54 of file int13.h.

#define INT13_STATUS_INVALID   0x01

Invalid function or parameter.

Definition at line 56 of file int13.h.

Referenced by int13(), int13_extension_check(), and int13_rw_sectors().

#define INT13_STATUS_READ_ERROR   0x04

Read error.

Definition at line 58 of file int13.h.

Referenced by int13_extended_rw(), and int13_rw_sectors().

#define INT13_STATUS_WRITE_ERROR   0xcc

Write error.

Definition at line 60 of file int13.h.


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