public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Boot Consoles question...
@ 2009-07-04  4:17 Robin Getz
  2009-07-04 10:29 ` Ingo Molnar
  2009-07-09 17:08 ` [PATCH] kernel.printk.c - ensure that "console enabled" messages are printed on the console Robin Getz
  0 siblings, 2 replies; 15+ messages in thread
From: Robin Getz @ 2009-07-04  4:17 UTC (permalink / raw)
  To: Ingo Molnar, Andrew Morton; +Cc: linux-kernel

Quick question...

In register_console()

        if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == 
CON_CONSDEV)) {
		[[snip]]
                newcon->flags &= ~CON_PRINTBUFFER;
        }

So - when we are switching over from a boot console to a "real" console 
- we don't back up the console, and print everything out.

This means that the boot console is on a different device than that
"real" console - you don't actually see the full boot message (from 
log_start) on the "real" console.

Is this what is intended (that the boot message gets split into 2 -
1/3 going into the bootconsole - and the remaining to to the real 
console?)

I can understand this when both (boot and real) are the same device (serial) 
or vga, but where they are not - it is a little confusing to the user - isn't 
it?

Thanks
-Robin

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-07-20  5:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-04  4:17 Boot Consoles question Robin Getz
2009-07-04 10:29 ` Ingo Molnar
2009-07-04 16:07   ` Robin Getz
2009-07-07 23:49     ` Robin Getz
2009-07-10 10:28       ` Ingo Molnar
2009-07-10 14:28         ` Robin Getz
2009-07-10 16:08           ` Ingo Molnar
2009-07-09 17:08 ` [PATCH] kernel.printk.c - ensure that "console enabled" messages are printed on the console Robin Getz
2009-07-10 10:25   ` Ingo Molnar
2009-07-10 14:13     ` [PATCH] kernel.printk.c - ensure that "console enabled"messages " Robin Getz
2009-07-10 14:16       ` Ingo Molnar
2009-07-10 14:26         ` Mike Frysinger
2009-07-18  0:48     ` [PATCH] kernel.printk.c - ensure that "console enabled" messages " Andrew Morton
2009-07-20  5:29       ` Stephen Rothwell
2009-07-10 10:43   ` [tip:core/printk] printk: Ensure " tip-bot for Robin Getz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox