summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 05:12:25 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 05:12:25 +0000
commit9e0881d1f2c8afb78c2374be44a3a6bb6d02e373 (patch)
tree9fbfc072b94b85b33c14933c66459b8a58ad50a6 /sys/conf/GENERIC
parent12b2c7edefc21b6f3ca9cb30edb2d72ebefd24d4 (diff)
SWAPPAGER and DEVPAGER are distant memories from the past.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 0e5ba2f2316..90396566e66 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.79 2001/06/25 23:02:53 provos Exp $
+# $OpenBSD: GENERIC,v 1.80 2001/06/27 05:12:24 art Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -9,9 +9,6 @@ option TIMEZONE=0 # time zone to adjust RTC time by
option DST=0 # daylight saving time used by RTC
option NTP # hooks supporting the Network Time Protocol
-option SWAPPAGER # paging; REQUIRED
-option DEVPAGER # mmap() of devices
-
option DDB # in-kernel debugger
#option DDB_SAFE_CONSOLE # allow break into ddb during boot
#makeoptions DEBUG="-g" # compile full symbol table