Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 1997 20:36:10 -0600
From:      Steve Passe <smp@csn.net>
To:        current@FreeBSD.ORG
Subject:   Re: make kernel fails 
Message-ID:  <199707260236.UAA29097@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Fri, 25 Jul 1997 20:11:47 MDT." <199707260211.UAA28940@Ilsa.StevesCafe.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707260236.UAA29097>