Gregg Levine wrote:
would one of you please define the term "printk"?
It is a function name, taken from the Linux kernel.
It behaves like the C function printf() in that it accepts a format string and a list of parameters.
It is used in coreboot to print debug messages.
Source code here: http://tracker.coreboot.org/trac/coreboot/browser/trunk/src/console/printk.c http://tracker.coreboot.org/trac/coreboot/browser/trunk/src/console/vtxprint...
//Peter