summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3863
-rw-r--r--sys/conf/Makefile.powerpc3
-rw-r--r--sys/conf/NOTES5
3 files changed, 6 insertions, 5 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 21ef4b4..3477d26 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.35 1994/09/05 19:10:01 jkh Exp $
+# $Id: Makefile.i386,v 1.36 1994/09/09 22:03:51 wollman Exp $
#
# Makefile for FreeBSD
#
@@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags"
install:
+ chflags noschg /kernel
mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel /
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 21ef4b4..3477d26 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.35 1994/09/05 19:10:01 jkh Exp $
+# $Id: Makefile.i386,v 1.36 1994/09/09 22:03:51 wollman Exp $
#
# Makefile for FreeBSD
#
@@ -173,6 +173,7 @@ tags:
@echo "see $S/kern/Makefile for tags"
install:
+ chflags noschg /kernel
mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel /
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 42fbd24..f36cb21 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.78 1994/09/11 21:09:49 ats Exp $
+# $Id: LINT,v 1.79 1994/09/13 03:34:08 phk Exp $
#
machine "i386"
@@ -109,8 +109,7 @@ device sd3
pseudo-device sl 2
device st0
device st1
-# options SYSVSHM
-# options "SHMMAXPGS=64" # 256Kb of sharable memory
+options SYSVSHM
options SYSVSEM
options SYSVMSG
#pseudo-device tb #tablet line discipline.
OpenPOWER on IntegriCloud