Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf options<space><tab>name previous.



details:   https://anonhg.NetBSD.org/src/rev/ea44ebf68c52
branches:  trunk
changeset: 588147:ea44ebf68c52
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Feb 09 20:13:43 2006 +0000

description:
options<space><tab>name previous.

diffstat:

 sys/arch/amd64/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 6d1ec0a99729 -r ea44ebf68c52 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Feb 09 19:24:40 2006 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Feb 09 20:13:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.85 2006/02/09 19:18:56 manu Exp $
+# $NetBSD: GENERIC,v 1.86 2006/02/09 20:13:43 kleink Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.85 $"
+#ident                 "GENERIC-$Revision: 1.86 $"
 
 maxusers       32              # estimated number of users
 
@@ -100,8 +100,8 @@
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 
 options        COMPAT_NETBSD32
-#options       COMPAT_LINUX
-#options       COMPAt_LINUX32  # req. COMPAT_LINUX and COMPAT_NETBSD32
+#options       COMPAT_LINUX
+#options       COMPAT_LINUX32  # req. COMPAT_LINUX and COMPAT_NETBSD32
 options        EXEC_ELF32
 options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 



Home | Main Index | Thread Index | Old Index