diff options
author | 2001-06-27 05:12:24 +0000 | |
---|---|---|
committer | 2001-06-27 05:12:24 +0000 | |
commit | d43d8dd4f00d2bed75ecadb5e74dfa305b1c643f (patch) | |
tree | 3b5fb7b088fd85c05b33a2a65ad52b66e3c43543 | |
parent | alternative instruction format handling (diff) | |
download | wireguard-openbsd-d43d8dd4f00d2bed75ecadb5e74dfa305b1c643f.tar.xz wireguard-openbsd-d43d8dd4f00d2bed75ecadb5e74dfa305b1c643f.zip |
SWAPPAGER and DEVPAGER are distant memories from the past.
-rw-r--r-- | sys/conf/GENERIC | 5 |
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 |