mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
23 lines
767 B
Plaintext
23 lines
767 B
Plaintext
# $NetBSD: RAMDISK,v 1.14 2014/04/29 18:47:22 tsutsui Exp $
|
|
#
|
|
# RAMDISK machine description file
|
|
#
|
|
# This machine description file is used to generate the NetBSD kernel
|
|
# with embedded ramdisk for the installation media.
|
|
|
|
include "arch/hp300/conf/INSTALL"
|
|
|
|
# These options for small RAM machines makes extracting binaries much slower.
|
|
no options NVNODE
|
|
no options NBUF
|
|
no options BUFPAGES
|
|
|
|
# Enable the hooks used for initializing the root memory-disk.
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
|
options MEMORY_DISK_SERVER=0 # no mdconfig(8) support
|
|
options MEMORY_DISK_ROOT_SIZE=3200 # size, in blocks (1.60MB)
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|
|
pseudo-device md # memory disk device
|