1997-08-24 10:37:12 +04:00
|
|
|
# $NetBSD: RAMDISK,v 1.14 1997/08/24 06:37:20 cgd Exp $
|
1996-09-15 21:23:12 +04:00
|
|
|
#
|
1997-01-15 02:37:59 +03:00
|
|
|
# Generic Alpha kernel with built-in RAM disk image.
|
1996-09-15 21:23:12 +04:00
|
|
|
|
1997-01-15 02:37:59 +03:00
|
|
|
include "arch/alpha/conf/GENERIC"
|
1996-09-15 21:23:12 +04:00
|
|
|
|
|
|
|
# Enable the hooks used for initializing the ram-disk.
|
1997-08-24 10:37:12 +04:00
|
|
|
options MEMORY_DISK_HOOKS
|
|
|
|
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
|
|
|
options MINIROOTSIZE=8192 # 4 Megabytes!
|