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 5include "arch/alpha/conf/GENERIC" 6 7no options MULTIPROCESSOR # disable MP to save space 8 9# Enable the hooks used for initializing the ram-disk. 10options MEMORY_DISK_HOOKS 11options MEMORY_DISK_IS_ROOT # Force root on ram-disk 12options MEMORY_DISK_ROOT_SIZE=8192 # 4 Megabytes! 13options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 14