Subject: Re: mountroot problem
To: None <vnorrman@niksula.hut.fi>
From: UCHIYAMA Yasushi <uch@vnop.net>
List: port-hpcsh
Date: 05/06/2002 23:50:39
 | I have a RAMDISK kernel cross built on i386 and I'm testing Jornada 680.
 | The problem is mountroot doesn't work. The filesystem is an ffs-type image

For mdsetimage RAMDISK, apply following patch. I'll fix later.

Index: RAMDISK
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/hpcsh/conf/RAMDISK,v
retrieving revision 1.3
diff -u -r1.3 RAMDISK
--- RAMDISK	2001/03/20 16:05:42	1.3
+++ RAMDISK	2002/05/06 14:48:14
@@ -13,4 +13,5 @@
 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_DYNAMIC	# fs image don't exist in data section.
+#options 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
+options 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks