Hello Linux experts
I am using kernel 2.6.11, and I can use "earlyprintk=vga,keep" to show bootup
messages on my VGA. However, after I got :"Warning: unable to open an initial
console.", nothing show again. Then, I added "add_preferred_console("ttyS", 0,
"9600n8");" in init/main.c, and I can see the output from my serial port. I
looked "/dev", but had no idea how to find my vga device driver.
Could anybody help me to resolve my VGA problem? By the way, in my ".config" I
have: "CONFIG_VT=y", "CONFIG_VT_CONSOLE=y", "CONFIG_FB_VGA16=y" and
"CONFIG_VGA_CONSOLE=y"
Thank you very much
Junhan