⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

DEFAULT_QUEUE_SIZE

Constant DEFAULT_QUEUE_SIZE 

Source
pub const DEFAULT_QUEUE_SIZE: u16 = 256;
Expand description

Default queue size (power of 2, must match QEMU’s virtio-blk queue size). Legacy virtio requires the driver to use the exact queue size reported by the device. QEMU’s virtio-blk reports 256.