Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 1 Oct 2001 15:22:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 1 Oct 2001 15:22:22 -0400 Received: from www.transvirtual.com ([206.14.214.140]:26380 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Mon, 1 Oct 2001 15:22:14 -0400 Date: Mon, 1 Oct 2001 12:22:27 -0700 (PDT) From: James Simmons To: Rok Pergarec cc: linux-kernel@vger.kernel.org Subject: Re: Virtual terminal support In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > This is propably not so important but anyway. I think that the kernel > should not complain about "unable to open an initial console" when > "Virtual terminal" support is disabled in the kernel. You do need stdin, stdout, and stderr which is related to /dev/console at boot up. See main.c for what I mean. So you need some kind of console built in. Try serial console and you need to tell your kernel you are using serial console. See linux/Documentation/serialconsole.txt - 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/