orca-software
os
hellfireos
hellfireos
drivers
block
include
block.h
1
enum
{
2
DISK_INIT = 100,
3
DISK_GETINFO,
4
DISK_SEEKSET,
5
DISK_SEEKCUR,
6
DISK_SEEKEND,
7
DISK_FINISH
8
};
9
10
struct
blk_info
{
11
uint16_t num_cylinders;
12
uint16_t num_heads;
13
uint16_t sectors_track;
14
uint32_t num_sectors;
// mandatory
15
uint16_t bytes_sector;
// mandatory
16
uint16_t media_desc;
17
};
blk_info
Definition:
block.h:10
Generated by
1.8.12