Home | History | Annotate | Line # | Download | only in conf
NAPPI_MD revision 1.4
      1  1.4      rin #       $NetBSD: NAPPI_MD,v 1.4 2020/05/19 09:26:44 rin Exp $
      2  1.1   ichiro #
      3  1.1   ichiro #	NAPPI -- Netwise APlication Platform Board Kernel
      4  1.1   ichiro #
      5  1.1   ichiro #	NAPPI_MD config file
      6  1.1   ichiro #
      7  1.1   ichiro 
      8  1.1   ichiro include "arch/evbarm/conf/NAPPI"
      9  1.1   ichiro 
     10  1.1   ichiro # Enable the hooks used for initializing the ram-disk.
     11  1.1   ichiro options		MEMORY_DISK_HOOKS
     12  1.1   ichiro options		MEMORY_DISK_IS_ROOT		# Force root on ram-disk
     13  1.4      rin options		MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks
     14  1.2      jym options		MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     15  1.1   ichiro 
     16  1.1   ichiro # disk/mass storage pseudo-devices
     17  1.3  hannken pseudo-device	md		# memory disk device
     18