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

init

Function init 

Source
pub fn init() -> Result<(), KernelError>
Expand description

Discover and initialize AHCI controllers via PCI bus enumeration.

Scans the PCI bus for Mass Storage controllers with SATA subclass and AHCI programming interface (class 0x01, subclass 0x06, prog-if 0x01).