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

flush_framebuffer

Function flush_framebuffer 

Source
pub fn flush_framebuffer() -> Result<(), KernelError>
Expand description

Flush the VirtIO GPU framebuffer to the display.

Convenience function that acquires the driver lock and flushes.