Module Name:    src
Committed By:   christos
Date:           Wed Nov 27 17:05:52 UTC 2024

Modified Files:
        src/sys/arch/pmax/conf: RAMDISK

Log Message:
bump for ssp build


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/pmax/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/pmax/conf/RAMDISK
diff -u src/sys/arch/pmax/conf/RAMDISK:1.19 src/sys/arch/pmax/conf/RAMDISK:1.20
--- src/sys/arch/pmax/conf/RAMDISK:1.19	Sun Aug  1 11:29:29 2021
+++ src/sys/arch/pmax/conf/RAMDISK	Wed Nov 27 12:05:51 2024
@@ -1,4 +1,4 @@
-# 	$NetBSD: RAMDISK,v 1.19 2021/08/01 15:29:29 andvar Exp $
+# 	$NetBSD: RAMDISK,v 1.20 2024/11/27 17:05:51 christos Exp $
 #
 # Install kernel with ramdisk added.
 # The ramdisk is be too big to netboot directly via ECOFF on some machines,
@@ -13,7 +13,7 @@ include	"arch/pmax/conf/INSTALL"
 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=8400	# size of memory disk, in blocks (4200kB)
+options 	MEMORY_DISK_ROOT_SIZE=9400	# size of memory disk, in blocks (4700kB)
 #options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 

Reply via email to