Home | History | Annotate | Line # | Download | only in conf
      1 # $NetBSD: RAMDISK,v 1.18 2020/09/19 03:27:42 thorpej Exp $
      2 #
      3 # Generic Alpha kernel with built-in RAM disk image.
      4 
      5 include	"arch/alpha/conf/GENERIC"
      6 
      7 no options 	MULTIPROCESSOR		# disable MP to save space
      8 
      9 # Enable the hooks used for initializing the ram-disk.
     10 options 	MEMORY_DISK_HOOKS
     11 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     12 options 	MEMORY_DISK_ROOT_SIZE=8192	# 4 Megabytes!
     13 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     14