On Sun, Feb 12, 2006 at 01:40:40PM +0000, Joel Soete wrote: > how printk() works before setup_arch() initialized his early console? > (that works but how?) it queues it until a console registers, and then it gets dumped. (see register_console in kernel/printk.c)