struct console *console_drivers = NULL; <---- Need the NULL. Otherwise, bad things can happen on the following statement in printk ~line 311 if ((c->flags & CON_ENABLED) && c->write){ Scott
struct console *console_drivers = NULL; <---- Need the NULL. Otherwise, bad things can happen on the following statement in printk ~line 311 if ((c->flags & CON_ENABLED) && c->write){ Scott