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

Module storage

Module storage 

Source
Expand description

Storage Device Drivers

Implements storage drivers including ATA/IDE, AHCI/SATA, and NVMe.

Structs§

AtaDriver
ATA (IDE) driver implementation
StorageInfo
Storage device information
StorageManager
Storage manager for managing multiple storage devices
StorageStats
Storage device statistics

Enums§

StorageInterface
Storage interface types
StorageType
Storage device types

Traits§

StorageDevice
Storage device trait

Functions§

get_storage_manager
Get the global storage manager
init
Initialize storage subsystem