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

get_driver_packages

Function get_driver_packages 

Source
pub fn get_driver_packages(arch: &str) -> Vec<PackageSet>
Expand description

Returns architecture-specific driver package sets.

Each driver set includes VirtIO drivers (available on all architectures) plus native hardware drivers specific to the given architecture.

Supported architecture strings: "x86_64", "aarch64", "riscv64".