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

Module nvme

Module nvme 

Source
Expand description

NVMe (Non-Volatile Memory Express) Driver

High-performance storage driver for NVMe SSDs using the BlockDevice trait.

Structs§

NvmeController
NVMe Controller

Constants§

NVME_VENDOR_INTEL
NVMe PCI vendor/device IDs
NVME_VENDOR_SAMSUNG

Functions§

init
Detect and initialize NVMe devices via PCI bus enumeration.