From owner-freebsd-hackers Sat Feb 3 20:19:26 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 289EF37B491 for ; Sat, 3 Feb 2001 20:19:08 -0800 (PST) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ns1.unixathome.org (8.11.1/8.11.1) with ESMTP id f143xuR08405; Sun, 4 Feb 2001 16:59:56 +1300 (NZDT) (envelope-from dan@langille.org) Message-Id: <200102040359.f143xuR08405@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: Dima Dorfman Date: Sun, 4 Feb 2001 17:19:02 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: An example script for creating a bootable floppy Reply-To: dan@langille.org Cc: freebsd-hackers@FreeBSD.ORG References: Message from "Dan Langille" of "Sun, 04 Feb 2001 15:42:01 +1300." <200102040222.f142MsR08229@ns1.unixathome.org> In-reply-to: <20010204032700.708183E0D@bazooka.unixfreak.org> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 3 Feb 2001, at 19:27, Dima Dorfman wrote: > After a brief inspection of the code, I think adding a 'vga' device > will help: > > device vga0 at isa? Yep. That compiles now. Thank you. But it's: -rwxr-xr-x 1 root wheel 1321263 Feb 4 16:33 kernel Which makes it a pretty full disk... # df /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/fd0c 1359 4 1287 0% /mnt After the copy: # df /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/fd0c 1359 1300 -8 101% /mnt I get a root mount failed, then a panic, but at least it's a kernel. If I make any more progress, I'll le you know. Thanks. -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message