question why need open /dev/console in init() when starting kernel

From: Tomko
Date: Fri Jun 03 2005 - 02:03:46 EST


Hi everyone,

Do anyone know why it need to open("/dev/console"....) at the end of the init() before calling execve("/sbin/init") ? Why open this for the in , out , err channel at this moment but not open it at the time when going to use , e.g. open it in the shell .

Regards,
TOM
-
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/