Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/macppc/conf/MAMBO,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/macppc/conf/MAMBO,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.9.4.2 diff -u -p -r1.9 -r1.9.4.2 --- src/sys/arch/macppc/conf/MAMBO 2009/03/06 20:31:50 1.9 +++ src/sys/arch/macppc/conf/MAMBO 2011/04/21 01:41:10 1.9.4.2 @@ -6,7 +6,7 @@ include "arch/macppc/conf/std.macppc.g5 options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.9 $" +#ident "GENERIC-$Revision: 1.9.4.2 $" maxusers 32 @@ -81,7 +81,8 @@ file-system UNION # union file system # File system options -options QUOTA # UFS quotas +options QUOTA # legacy UFS quotas +options QUOTA2 # new, in-filesystem UFS quotas #options FFS_EI # FFS Endian Independant support #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental #options FFS_NO_SNAPSHOT # ffs snapshots @@ -188,7 +189,7 @@ uk* at atapibus? drive ? flags 0x0000 # #pseudo-device crypto # opencrypto framework # (disabled, requires generic softints) pseudo-device vnd 4 # disk-like interface to files -pseudo-device md 1 # memory disk device +pseudo-device md # memory disk device pseudo-device loop # network loopback pseudo-device pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator @@ -203,7 +204,7 @@ pseudo-device nsmb # SMB requester # Enable the hooks used for initializing the ram-disk. options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # Force root on ram-disk -options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes +options MEMORY_DISK_ROOT_SIZE=4224 # 2112 KiB options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode options MAMBO