TEMPORARILY disable support for the 4MB kernel page, as it appears to be

causing installation images for -current to be unbootable.

Submitted by:	phk
This commit is contained in:
Mike Smith 1998-02-16 00:29:05 +00:00
parent 1aa9837c94
commit 354f83d34f
2 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.104 1998/01/21 18:34:44 jkh Exp $
# $Id: GENERIC,v 1.105 1998/01/24 02:54:09 eivind Exp $
machine "i386"
cpu "I386_CPU"
@ -39,6 +39,8 @@ options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options DISABLE_PSE #disable broken PSE support
config kernel root on wd0
controller isa0

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.104 1998/01/21 18:34:44 jkh Exp $
# $Id: GENERIC,v 1.105 1998/01/24 02:54:09 eivind Exp $
machine "i386"
cpu "I386_CPU"
@ -39,6 +39,8 @@ options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options DISABLE_PSE #disable broken PSE support
config kernel root on wd0
controller isa0