From owner-freebsd-current Tue Oct 6 11:41:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14786 for freebsd-current-outgoing; Tue, 6 Oct 1998 11:41:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14765 for ; Tue, 6 Oct 1998 11:40:59 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id LAA00454; Tue, 6 Oct 1998 11:45:44 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199810061845.LAA00454@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Stefan Eggers cc: freebsd-current@FreeBSD.ORG Subject: Re: Two /boot/loader anomalies In-reply-to: Your message of "Tue, 06 Oct 1998 11:18:45 +0200." <199810060918.LAA00927@semyam.dinoco.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 06 Oct 1998 11:45:43 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Now with the new boot loader cvsup'ed yesterday morning CEST I noticed > that the "autoboot 5" I specified in /boot/boot.conf does get executed > but has no count down. I have to press ENTER to get it to boot. My > memory claims the one from Saturday worked when I experimented with > it. You'll get this if the timer isn't working properly. I've seen a couple of reports of this, but I haven't been able to reproduce it yet. You'll get similar behaviour if it can't work out which kernel it should be loading. In that case, it's a bug. > Another thing I noticed is the size. Why does it have about 188 KByte > of initialized data making it a nearly 200 KByte large executable? Is > this something strange with my configuration causing this, a bug or > intentional? It doesn't, the data segment is a hair over 1k. I let a -g slip into the libstand Makefile a while back; you may still have scads of debugging symbols coming in from there, which will bulk the loader image way out. You don't need this (but it makes debugging much easier of course 8). -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message