Reduce maxusers to 12 (this is a single user kernel after all).
Remove COMPAT_13 since it's not needed.
This commit is contained in:
parent
c62b76ce87
commit
4feeea4377
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: INSTALL,v 1.39 2000/11/07 17:01:33 matt Exp $
|
# $NetBSD: INSTALL,v 1.40 2000/11/07 17:37:07 matt Exp $
|
||||||
#
|
#
|
||||||
# config file for INSTALL FLOPPY
|
# config file for INSTALL FLOPPY
|
||||||
#
|
#
|
||||||
|
@ -7,7 +7,7 @@ include "arch/macppc/conf/std.macppc"
|
||||||
|
|
||||||
makeoptions COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size.
|
makeoptions COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size.
|
||||||
|
|
||||||
maxusers 32
|
maxusers 12
|
||||||
|
|
||||||
# Change base address to 0x800000 to use large memory disk.
|
# Change base address to 0x800000 to use large memory disk.
|
||||||
makeoptions TEXTADDR=0x800000
|
makeoptions TEXTADDR=0x800000
|
||||||
|
@ -18,7 +18,7 @@ options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||||
options MINIROOTSIZE=4096 # 2 Megabytes
|
options MINIROOTSIZE=4096 # 2 Megabytes
|
||||||
|
|
||||||
# Compatibility options
|
# Compatibility options
|
||||||
options COMPAT_13 # NetBSD 1.3,
|
#options COMPAT_13 # NetBSD 1.3,
|
||||||
options COMPAT_14 # NetBSD 1.4,
|
options COMPAT_14 # NetBSD 1.4,
|
||||||
options COMPAT_43 # and 4.3BSD
|
options COMPAT_43 # and 4.3BSD
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue