Module Name: src Committed By: rin Date: Tue May 19 09:17:45 UTC 2020
Modified Files: src/sys/arch/evbarm/conf: TWINTAIL Log Message: Fix comment; MEMORY_DISK_SIZE --> MEMORY_DISK_ROOT_SIZE To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/arch/evbarm/conf/TWINTAIL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbarm/conf/TWINTAIL diff -u src/sys/arch/evbarm/conf/TWINTAIL:1.80 src/sys/arch/evbarm/conf/TWINTAIL:1.81 --- src/sys/arch/evbarm/conf/TWINTAIL:1.80 Sat May 16 13:46:11 2020 +++ src/sys/arch/evbarm/conf/TWINTAIL Tue May 19 09:17:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: TWINTAIL,v 1.80 2020/05/16 13:46:11 maya Exp $ +# $NetBSD: TWINTAIL,v 1.81 2020/05/19 09:17:45 rin Exp $ # # TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel # @@ -89,11 +89,11 @@ options COMPAT_NETBSD32 # allow running # Device options -#options MEMORY_DISK_HOOKS # boottime setup of ramdisk -#options MEMORY_DISK_SIZE=3072 # Size in blocks +#options MEMORY_DISK_HOOKS # boottime setup of ramdisk +#options MEMORY_DISK_ROOT_SIZE=3072 # Size in blocks #options MEMORY_DISK_DYNAMIC -#options MINIROOTSIZE=1000 # Size in blocks -#options MEMORY_DISK_IS_ROOT # use memory disk as root +#options MINIROOTSIZE=1000 # Size in blocks +#options MEMORY_DISK_IS_ROOT # use memory disk as root # Miscellaneous kernel options options KTRACE # system call tracing, a la ktrace(1)