Regen from GENERIC.in 1.2:
Only difference is that INSTALL now defines VNODE_OP_NOINLINE and MALLOC_NOLINE
This commit is contained in:
parent
a98e1ff5cc
commit
d38d8c6c75
@ -1,9 +1,9 @@
|
||||
# $NetBSD: AMIGA,v 1.53 2002/06/18 17:45:13 lukem Exp $
|
||||
# $NetBSD: AMIGA,v 1.54 2002/07/05 13:28:00 abs Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.53 $"
|
||||
#ident "GENERIC-$Revision: 1.54 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: DRACO,v 1.69 2002/06/18 17:45:14 lukem Exp $
|
||||
# $NetBSD: DRACO,v 1.70 2002/07/05 13:28:00 abs Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
#ident "GENERIC-$Revision: 1.70 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: GENERIC,v 1.182 2002/06/18 17:45:14 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.183 2002/07/05 13:28:00 abs Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.182 $"
|
||||
#ident "GENERIC-$Revision: 1.183 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: INSTALL,v 1.31 2002/06/18 17:45:15 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.32 2002/07/05 13:28:00 abs Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.31 $"
|
||||
#ident "GENERIC-$Revision: 1.32 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
@ -94,6 +94,8 @@ file-system KERNFS # kernel data-structure filesystem
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
@ -113,7 +115,8 @@ options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: WSCONS,v 1.7 2002/06/18 17:45:15 lukem Exp $
|
||||
# $NetBSD: WSCONS,v 1.8 2002/07/05 13:27:59 abs Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
|
Loading…
Reference in New Issue
Block a user