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

Module gpu

Module gpu 

Source
Expand description

GPU Driver Module

Supports VBE (VESA BIOS Extensions) and GOP (Graphics Output Protocol) for framebuffer access

Structs§

GopModeInfo
GOP Mode Info
GpuDriver
GPU Driver
VbeModeInfo
VBE Mode Info Block

Enums§

GopPixelFormat
GOP Pixel Format

Functions§

init
Initialize GPU driver
with_driver
Execute a closure with the GPU driver (mutable access)