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

probe_pci

Function probe_pci 

Source
pub fn probe_pci() -> Option<usize>
Expand description

Probe PCI bus for a VirtIO GPU device (vendor 0x1AF4, device 0x1050).

Returns the MMIO base address (virtual) if found.