⚠️ 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(screen_width: u32, screen_height: u32) -> Result<(), KernelError>
Expand description

Initialize the desktop panel.