Date: Sat, 29 Aug 1998 18:33:36 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: committers@freebsd.org Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: make.conf Message-ID: <199808290933.SAA01090@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "29 Aug 1998 10:44:53 %2B0200." <xzpyas8uqgq.fsf@grjottunagard.ifi.uio.no> References: <199808290624.XAA22084@apollo.backplane.com> <xzpyas8uqgq.fsf@grjottunagard.ifi.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
>Matthew Dillon <dillon@backplane.com> writes: >> Others can't be considered global by any stretch of the imagination: >> TOP_TABLE_SIZE, SUP, etc... > >...and the COMCONSOLE stuff, which should go in the kernel >configuration file. Well. I think not. The serial console related variables in /etc/make.conf such as BOOT_COMCONSOLE_PORT and BOOT_COMCONSOLE_SPEED, and another variable related to boot behavior, BOOTWAIT, cannot be moved to kernel configuration file, because they are meant for compilation of the boot block rather than the kernel. You need to tell both the boot block and the kernel that you want to have a serial console, in the current implementation. /etc/make.conf may not be the best place for these variables, but the kernel configuration file is definitely not the place for them. Kazu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808290933.SAA01090>