On Wed, Jul 1, 2009 at 4:07 PM, Peter Stuge peter@stuge.se wrote:
Myles Watson wrote:
If Coreboot never writes to the console, that fixes it too. I think that was Stefan's preferred solution.
I like that too! Where does coreboot write to VGA now?
from printk as soon as it thinks the console is initialized when CONSOLE_VGA is set.
Thanks, Myles