[Bug 261311] loader sets console colors to white on black

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Mar 2022 21:55:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261311

--- Comment #6 from Ed Maste <emaste@freebsd.org> ---
kern.vt.color.#.rgb indeed have no effect with vt_vga though, which always uses
the standard VGA palette for text and graphics modes - we should note this in
vt(4).

vt_vga.c configures the attribute registers to map the 16 colors to palette
entries, but does not configure the palette entries themselves.

-- 
You are receiving this mail because:
You are the assignee for the bug.