Skip to main content

vga_debug_scroll

Function vga_debug_scroll 

Source
fn vga_debug_scroll()
Expand description

Scroll the live debug area up by one line.

Uses a single memmove to shift pixel data, then fills the exposed line with the background colour (same technique as Linux fbcon).