Enable UFS_DIRHASH; this machine has 256MB RAM :)

This commit is contained in:
rin 2022-08-07 03:08:40 +00:00
parent f59d02141e
commit f9b4da04a6
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: RB800,v 1.39 2022/08/07 02:52:25 simonb Exp $
# $NetBSD: RB800,v 1.40 2022/08/07 03:08:40 rin Exp $
#
# RB800 -- everything that's currently supported
#
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "RB800-$Revision: 1.39 $"
ident "RB800-$Revision: 1.40 $"
maxusers 32
@ -86,7 +86,7 @@ options FFS_EI # FFS Endian Independent support
#options FFS_NO_SNAPSHOT # No FFS snapshot support
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
#options UFS_DIRHASH # UFS Large Directory Hashing
options UFS_DIRHASH # UFS Large Directory Hashing
#options UFS_EXTATTR # Extended attribute support for UFS1
options WAPBL # File system journaling support
#options LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental