That should not happen. Especially since int init/main.c we have:
if (open("/dev/console", O_RDWR, 0) < 0)
printk("Warning: unable to open an initial console.\n");
(void) dup(0);
(void) dup(0);
which causes alot of problems.
> So, I am trying to find someone familar with console driver on
> linux-kernel (since this driver doesn't have a specific maintainer).
That would be me :-/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/