Home | History | Annotate | Line # | Download | only in conf
      1  1.8   andvar # 	$NetBSD: RAMDISK64,v 1.8 2021/08/01 15:29:29 andvar 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.8   andvar # so keep it otherwise 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.7      mrg options 	MEMORY_DISK_ROOT_SIZE=9000	# size of memory disk, in blocks (4500kB)
     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