diff options
author | imp <imp@FreeBSD.org> | 1999-01-11 09:07:18 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-01-11 09:07:18 +0000 |
commit | 31a3aea84f1a8fdf67f56eb88c06cae9139f3123 (patch) | |
tree | fdcdaa57a827749c5d2c706637c04b65259b19b7 /UPDATING | |
parent | 54c6b274b9038c07bfe7c64b83001c7c97b1cb35 (diff) | |
download | FreeBSD-src-31a3aea84f1a8fdf67f56eb88c06cae9139f3123.zip FreeBSD-src-31a3aea84f1a8fdf67f56eb88c06cae9139f3123.tar.gz |
Add notes about the new console system and a pointer to the changes
required by it.
Submitted by: Kazutaka YOKOTA (with minor edits by me)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -5,6 +5,17 @@ here, and it only starts on Novemeber 18, 1998. If you have an earlier version of FreeBSD, you are on your own to get to November 18, 1998. +19990111 + New keyboard and video card drivers are introduced as the first + stage of console driver reorganization. You are required to + update the kernel configuration file and rebuild the kernel. + kbdcontrol, vidcontrol, and screen savers also need recompilation. + The instruction can be found in + + http://www.freebsd.org/~yokota/sc_update.txt + + It has notes on splash screen too. + 19980106: Robert was kind enough to make this page to enable people to install the new bootblocks: @@ -65,4 +76,4 @@ earlier version of FreeBSD, you are on your own to get to November 18, YYYYMMDD: What happened and what you need to do. -$Id: UPDATING,v 1.8 1999/01/06 07:12:41 imp Exp $ +$Id: UPDATING,v 1.9 1999/01/06 19:35:46 imp Exp $ |