From owner-freebsd-current Fri Jul 25 19:36:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA09995 for current-outgoing; Fri, 25 Jul 1997 19:36:37 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA09990 for ; Fri, 25 Jul 1997 19:36:27 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.6/8.8.5) with ESMTP id UAA29097 for ; Fri, 25 Jul 1997 20:36:10 -0600 (MDT) Message-Id: <199707260236.UAA29097@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: current@FreeBSD.ORG Subject: Re: make kernel fails In-reply-to: Your message of "Fri, 25 Jul 1997 20:11:47 MDT." <199707260211.UAA28940@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Jul 1997 20:36:10 -0600 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, seems that this works: -------------------- cut -------------------------- *** syscons.c.orig 1997/07/26 02:21:57 1.1 --- syscons.c 1997/07/26 02:22:13 *************** *** 127,133 **** char font_8[256*8]; char font_14[256*14]; ! extern unsigned char font_16[256*16]; char palette[256*3]; static char vgaregs[64]; static char *cut_buffer; --- 127,133 ---- char font_8[256*8]; char font_14[256*14]; ! unsigned char font_16[256*16]; char palette[256*3]; static char vgaregs[64]; static char *cut_buffer; -------------------- cut -------------------------- not sure its what's intended so I'll leave it to the author to fix. But it allowed me to build and boot a kernel, so I'm happy. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD