diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-05-15 05:43:59 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-05-15 05:43:59 +0000 |
| commit | 3ef626ecd59b32887759a406d986123c1e5dfd61 (patch) | |
| tree | 66a4d54b10c772250768fc3635f8d54c5d10f3f9 /sys/dev/syscons/syscons.h | |
| parent | 7c0fbe44e770c5fa09ac3bbb25987297e83b0885 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 333fd86b2ba7..047f5ad7dd48 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: syscons.h,v 1.28 1997/02/22 09:37:17 peter Exp $ */ #ifndef _I386_ISA_SYSCONS_H_ @@ -98,9 +98,9 @@ #define CONSOLE_BUFSIZE 1024 #define PCBURST 128 #define FONT_NONE 1 -#define FONT_8 8 -#define FONT_14 14 -#define FONT_16 16 +#define FONT_8 2 +#define FONT_14 4 +#define FONT_16 8 #define HISTORY_SIZE 100*80 /* defines related to hardware addresses */ |
