#include <int13ext.h>
Data Fields | |
| U16B | crsize |
| (call) size of struct/(ret) size of returned data | |
| U16B | infoflags |
| 0 as well | |
| U32B | cyl_num |
| number of physical cylinders on drive | |
| U32B | head_num |
| number of sides or heads | |
| U32B | sect_num |
| number of physical sectors per track | |
| U64B | LBA_sect_num |
| total number of sectors on drive | |
| U16B | bytes_per_sect |
| bytes per sector | |
Definition at line 26 of file int13ext.h.
|
|
bytes per sector
Definition at line 33 of file int13ext.h. Referenced by int13ext_read(), and int13ext_write(). |
|
|
(call) size of struct/(ret) size of returned data
Definition at line 27 of file int13ext.h. Referenced by int13ext_getdrvparams(). |
|
|
number of physical cylinders on drive
Definition at line 29 of file int13ext.h. |
|
|
number of sides or heads
Definition at line 30 of file int13ext.h. |
|
|
0 as well
Definition at line 28 of file int13ext.h. |
|
|
total number of sectors on drive
Definition at line 32 of file int13ext.h. |
|
|
number of physical sectors per track
Definition at line 31 of file int13ext.h. |
1.3.7