int13_disk_address Struct Reference

An INT 13 disk address packet. More...

#include <int13.h>


Data Fields

uint8_t bufsize
 Size of the packet, in bytes.
uint8_t reserved
 Reserved, must be zero.
uint16_t count
 Block count.
struct segoff buffer
 Data buffer.
uint64_t lba
 Starting block number.
uint64_t buffer_phys
 Data buffer (EDD-3.0 only).


Detailed Description

An INT 13 disk address packet.

Definition at line 119 of file int13.h.


Field Documentation

Size of the packet, in bytes.

Definition at line 121 of file int13.h.

Reserved, must be zero.

Definition at line 123 of file int13.h.

Block count.

Definition at line 125 of file int13.h.

Referenced by int13_extended_rw().

Data buffer.

Definition at line 127 of file int13.h.

Referenced by int13_extended_rw().

Starting block number.

Definition at line 129 of file int13.h.

Referenced by int13_extended_rw().

Data buffer (EDD-3.0 only).

Definition at line 131 of file int13.h.


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:06 2010 for gPXE by  doxygen 1.5.7.1