Subject: Memory Disk options
To: None <current-users@NetBSD.org>
From: Aymeric Arnoud <adrastee@free.fr>
List: current-users
Date: 03/16/2004 09:47:33
Hello,

With NetBSD-1.6ZI I build a kernel based on INSTALL_TINY (i386) and copy a 4 Mo
file system in it with 
makefs -s 4m -t ffs image  <rootdir>
mdsetimage kernel image
If I set "options     MEMORY_DISK_ROOT_SIZE=8192", it works as expected
but increasing to 16384 (and still use 4 Mo filesystem, or use really a 8 Mo fs)
then the kernel is load up to the stop of the 'rotation /-\-' and the PC reboots
immediately.
How to debug this ?
Is this related to missing parameters/options to makefs ?

And how to use MEMORY_DISK_DYNAMIC ? I can't find who finally makes the call to
md_root_setconf().

Thanks

Aymeric