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).
fn vga_debug_scroll()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).