Added COMPAT_LINUX and COMPAT_ULTRIX (commented out)
This commit is contained in:
parent
e7be1a51a5
commit
eae183fa32
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.3 2002/06/16 20:54:28 manu Exp $
|
||||
# $NetBSD: GENERIC,v 1.4 2002/06/16 21:03:36 manu Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ include "arch/sgimips/conf/std.sgimips"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
#ident "GENERIC-$Revision: 1.4 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -78,6 +78,8 @@ options COMPAT_15 # NetBSD 1.5,
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
#options COMPAT_IRIX # binary compatibility with IRIX
|
||||
#options COMPAT_LINUX # binary compatibility with Linux
|
||||
#options COMPAT_ULTRIX # binary compatibility with Ultrix
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
|
Loading…
Reference in New Issue
Block a user