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

start_desktop

Function start_desktop 

Source
pub fn start_desktop()
Expand description

Initialize the desktop environment and start the compositor.

This is the main entry point called by the startgui shell command. It:

  1. Gets framebuffer hardware info from fbcon
  2. Initializes the desktop subsystem (Wayland, window manager, etc.)
  3. Creates the initial desktop scene
  4. Enters the render loop