NetBSD/sys/arch/alpha/conf/RAMDISK
cgd 1173f77359 fix spaces/tabs lossage: if we're going to do "options<space><tab>", be
consistent about it (fix it in all files)!  Also, there's no point at all
in doing "file-system<space><tab>", so kill the spaces.
1997-08-24 06:37:12 +00:00

11 lines
325 B
Plaintext

# $NetBSD: RAMDISK,v 1.14 1997/08/24 06:37:20 cgd Exp $
#
# Generic Alpha kernel with built-in RAM disk image.
include "arch/alpha/conf/GENERIC"
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MINIROOTSIZE=8192 # 4 Megabytes!