Date: Sat, 03 Feb 2001 19:27:00 -0800 From: Dima Dorfman <dima@unixfreak.org> To: dan@langille.org Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: An example script for creating a bootable floppy Message-ID: <20010204032700.708183E0D@bazooka.unixfreak.org> In-Reply-To: Message from "Dan Langille" <dan@langille.org> of "Sun, 04 Feb 2001 15:42:01 %2B1300." <200102040222.f142MsR08229@ns1.unixathome.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010204032700.708183E0D>
