Module Name: src Committed By: christos Date: Mon Nov 4 00:59:31 UTC 2019
Modified Files: src/sys/arch/hppa/conf: RAMDISK Log Message: bump for gcc8 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/conf/RAMDISK 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/hppa/conf/RAMDISK diff -u src/sys/arch/hppa/conf/RAMDISK:1.2 src/sys/arch/hppa/conf/RAMDISK:1.3 --- src/sys/arch/hppa/conf/RAMDISK:1.2 Sun Mar 2 03:20:09 2014 +++ src/sys/arch/hppa/conf/RAMDISK Sun Nov 3 19:59:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.2 2014/03/02 08:20:09 skrll Exp $ +# $NetBSD: RAMDISK,v 1.3 2019/11/04 00:59:31 christos Exp $ # # RAMDISK machine description file # @@ -9,6 +9,6 @@ include "arch/hppa/conf/GENERIC" options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_SERVER=0 # no userspace memory disk support -options MEMORY_DISK_ROOT_SIZE=6000 # size of memory disk, in blocks +options MEMORY_DISK_ROOT_SIZE=6120 # size of memory disk, in blocks options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode