Re: Is it possible to implement interrupt time printk's reliably?

From: James Simmons
Date: Mon May 10 2004 - 16:57:55 EST



> So how do printk's work in the very early boot? Is the video card active before
> the kernel probes it's module, or are these very early printk's being queued
> until the video driver is probed?

printk messages are stored in log_buf in printk.c. The console driver just
reads the buffer and displays what is in the buffer. Look at printk.c
carefully.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/