diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-25 04:40:49 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-25 04:40:49 +0000 |
commit | 79ef6b89d93b2c1db4884203ba02bcdea3d5e2e4 (patch) | |
tree | ea63ff8ab19953bd5ef05f2832ce4ce4e09903e3 | |
parent | f8d61ee019a3d4e7705f2b8e1d8d476310b4f439 (diff) |
add SysV shared mem for X
-rw-r--r-- | sys/arch/sun3/conf/COYOTE | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/sun3/conf/COYOTE b/sys/arch/sun3/conf/COYOTE index 64233178ae0..10374bbf0bb 100644 --- a/sys/arch/sun3/conf/COYOTE +++ b/sys/arch/sun3/conf/COYOTE @@ -1,10 +1,9 @@ # -# $OpenBSD: COYOTE,v 1.8 1997/06/23 19:05:42 kstailey Exp $ +# $OpenBSD: COYOTE,v 1.9 1997/07/25 04:40:48 kstailey Exp $ # # -# diskless Sun3 3/60M -# Root and swap on NFS (no choice) +# Sun3 3/60M # include "arch/sun3/conf/std.sun3" @@ -53,6 +52,9 @@ option COMPAT_10 # NetBSD 1.0, option COMPAT_11 # NetBSD 1.1, option COMPAT_43 # and 4.3BSD #option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +option SYSVSHM # SysV shared mem compatibility +#option SYSVMSG # SysV message queue compatibility +#option SYSVSEM # SysV semaphore compatibility # Sun3-specific debugging options #option PMAP_DEBUG |