pub const SECTOR_SIZE: usize = 512;
Expand description
The standard sector size of a VirtIO block device. Data is read and written in multiples of this size.
pub const SECTOR_SIZE: usize = 512;
The standard sector size of a VirtIO block device. Data is read and written in multiples of this size.