From owner-freebsd-hackers Sat Feb 3 19:27:19 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 9E2DE37B4EC for ; Sat, 3 Feb 2001 19:27:00 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 708183E0D; Sat, 3 Feb 2001 19:27:00 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 6F3CC3C10B; Sat, 3 Feb 2001 19:27:00 -0800 (PST) To: dan@langille.org Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: An example script for creating a bootable floppy In-Reply-To: Message from "Dan Langille" of "Sun, 04 Feb 2001 15:42:01 +1300." <200102040222.f142MsR08229@ns1.unixathome.org> Date: Sat, 03 Feb 2001 19:27:00 -0800 From: Dima Dorfman Message-Id: <20010204032700.708183E0D@bazooka.unixfreak.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ dropping -doc ] > On 3 Feb 2001, at 18:02, Dima Dorfman wrote: > > Wild guess: try sticking ``options COMPAT_43'' in the config file. > > This smells of missing 4.3BSD compatibility structures or something. > > That got me quite a bit further. Any ideas about this one please? It's > the keyboard isn't it? From LINT, I added these: That would be it. > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat- > extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL - > include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c > linking kernel > scvidctl.o: In function `sc_set_text_mode': > scvidctl.o(.text+0x19): undefined reference to `vidsw' After a brief inspection of the code, I think adding a 'vga' device will help: device vga0 at isa? Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message