KolibriOS kernel
DISKMEDIAINFO Struct Reference

This structure holds information on a medium. Objects with this structure are allocated by the kernel as a part of the DISK structure and are filled by a driver in the 'querymedia' callback. More...

Public Attributes

dd Flags
 
dd SectorSize
 
dq Capacity
 

Detailed Description

This structure holds information on a medium. Objects with this structure are allocated by the kernel as a part of the DISK structure and are filled by a driver in the 'querymedia' callback.

Source
blkdev/disk.inc:92

Member Data Documentation

◆ Capacity

dq DISKMEDIAINFO::Capacity

Size of the sector.

◆ Flags

dd DISKMEDIAINFO::Flags

◆ SectorSize

dd DISKMEDIAINFO::SectorSize

Combination of DISK_MEDIA_* bits.


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