Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Adjust for bigger ramdisk
details: https://anonhg.NetBSD.org/src/rev/ba8f0745c57c
branches: trunk
changeset: 997949:ba8f0745c57c
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 03 11:30:28 2019 +0000
description:
Adjust for bigger ramdisk
diffstat:
sys/arch/pmax/conf/RAMDISK | 4 ++--
sys/arch/pmax/conf/RAMDISK64 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 41f77ca60491 -r ba8f0745c57c sys/arch/pmax/conf/RAMDISK
--- a/sys/arch/pmax/conf/RAMDISK Wed Apr 03 11:29:39 2019 +0000
+++ b/sys/arch/pmax/conf/RAMDISK Wed Apr 03 11:30:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.16 2019/03/31 16:11:57 christos Exp $
+# $NetBSD: RAMDISK,v 1.17 2019/04/03 11:30:28 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 @@
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=8000 # size of memory disk, in blocks (4000kB)
+options MEMORY_DISK_ROOT_SIZE=8200 # size of memory disk, in blocks (4100kB)
#options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
diff -r 41f77ca60491 -r ba8f0745c57c sys/arch/pmax/conf/RAMDISK64
--- a/sys/arch/pmax/conf/RAMDISK64 Wed Apr 03 11:29:39 2019 +0000
+++ b/sys/arch/pmax/conf/RAMDISK64 Wed Apr 03 11:30:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK64,v 1.5 2019/03/31 16:11:57 christos Exp $
+# $NetBSD: RAMDISK64,v 1.6 2019/04/03 11:30:28 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 @@
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=8000 # size of memory disk, in blocks (4000kB)
+options MEMORY_DISK_ROOT_SIZE=8200 # size of memory disk, in blocks (4100kB)
# File systems: need MFS
file-system MFS # memory file system
Home |
Main Index |
Thread Index |
Old Index