summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-01-17 05:45:26 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-01-17 05:45:26 +0000
commit5d4e88d003622dc336d406c0370eaf2117875e9d (patch)
tree74c2ab3adb70ca9abccb05e4309d94368f034fae /sys/conf
parent43bf825f4fa9df70298eaa4ef36fff79ed53da0a (diff)
downloadFreeBSD-src-5d4e88d003622dc336d406c0370eaf2117875e9d.zip
FreeBSD-src-5d4e88d003622dc336d406c0370eaf2117875e9d.tar.gz
Removed at clause from LINT since it was wrong and is no longer needed.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 762170b..3a96ee4 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.39 1994/01/10 18:53:52 ats Exp $
+# $Id: LINT,v 1.40 1994/01/16 12:01:32 ats Exp $
#
machine "i386"
@@ -16,7 +16,7 @@ maxusers 10
maxfdescs 2048 #Max file descriptors per process
options MATH_EMULATE #Support for x87 emulation
-config "386bsd" at 0xFE100000 root on wd0 swap on wd0 and sd0 dumps on wd0
+config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
#
# options that appear as inline #ifdef's
OpenPOWER on IntegriCloud