pub fn panic_draw_direct(lines: &[&str])Expand description
Draw the full panic screen directly to the framebuffer (no locking).
This is the fallback path used when VGA_WRITER is locked by the
faulting context. It writes pixels directly to the framebuffer
using the global param snapshots set by init_panic_fb_globals().