⚠️ 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

Initialize the Nouveau GPU driver (detection only).

Scans the PCI bus for NVIDIA display-class devices and logs any found. No register programming, firmware loading, or mode setting is performed.