Home | History | Annotate | Line # | Download | only in conf
RAMDISK64 revision 1.3.2.1
      1  1.3.2.1   jruoho # 	$NetBSD: RAMDISK64,v 1.3.2.1 2011/06/06 09:06:22 jruoho Exp $
      2      1.2     matt #
      3      1.2     matt # Install kernel with ramdisk added.
      4      1.2     matt # The ramdisk is be too big to netboot directly via ECOFF on some machines,
      5      1.2     matt # so keep it otherise identical to INSTALL.
      6      1.2     matt #
      7      1.2     matt 
      8      1.2     matt # Pull in standard `install' config
      9      1.2     matt include	"arch/pmax/conf/INSTALL64"
     10      1.2     matt 
     11      1.2     matt 
     12      1.2     matt # Enable the hooks used for initializing the root memory-disk.
     13      1.2     matt options 	MEMORY_DISK_HOOKS
     14      1.2     matt options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     15      1.2     matt options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     16  1.3.2.1   jruoho options 	MEMORY_DISK_ROOT_SIZE=7168	# size of memory disk, in blocks (3500kB)
     17      1.2     matt 
     18      1.2     matt # File systems: need MFS
     19      1.2     matt file-system 	MFS		# memory file system
     20      1.2     matt 
     21      1.2     matt # Extra Pseudo-Devices
     22      1.2     matt 
     23      1.2     matt # disk/mass storage pseudo-devices
     24      1.3  hannken pseudo-device	md			# memory disk device (ramdisk)
     25