Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 1997 21:43:22 -0300 (EST)
From:      Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/4169: New option for kernel ?
Message-ID:  <199707260043.VAA07059@gaia.coppe.ufrj.br>
Resent-Message-ID: <199707260050.RAA05125@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4169
>Category:       kern
>Synopsis:       syscons HISTORY_SIZE option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 17:50:00 PDT 1997
>Last-Modified:
>Originator:     Joao Carlos Mendes Luis
>Organization:
COPPE/UFRJ
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

	Kernel configuration option

>Description:

	Need to change default history size of syscons.

>How-To-Repeat:
>Fix:
	
It's a simple patch.  :)

*** syscons.h.org	Fri Jul 25 19:48:41 1997
--- syscons.h	Fri Jul 25 19:51:54 1997
***************
*** 102,108 ****
--- 102,110 ----
  #define FONT_8		2
  #define FONT_14		4
  #define FONT_16		8
+ #ifndef HISTORY_SIZE
  #define HISTORY_SIZE	100*80
+ #endif /* HISTORY_SIZE */
  
  /* defines related to hardware addresses */
  #define	MONO_BASE	0x3B4			/* crt controller base mono */

>Audit-Trail:
>Unformatted:
Joao Carlos Mendes Luis



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