mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-05 05:04:57 -04:00
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
# $NetBSD: RAMDISK,v 1.4 2009/02/06 18:50:28 jym Exp $
|
|
|
|
#
|
|
# RAMDISK: Root/swap on ramdisk
|
|
#
|
|
|
|
include "arch/next68k/conf/GENERIC"
|
|
|
|
# Enable the hooks used for initializing the ram-disk.
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT
|
|
options MEMORY_DISK_ROOT_SIZE=768
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|