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

Module integration

Module integration 

Source
Expand description

Network Driver Integration Module

Provides automatic registration of hardware network drivers with the network stack. Uses PCI bus enumeration to auto-detect network hardware.

Functions§

register_device
Register a manually-created network device (for testing/debugging)
register_drivers
Initialize and register all available network drivers