mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
22 lines
736 B
PHP
22 lines
736 B
PHP
# $NetBSD: INSTALL.inc,v 1.2 2014/03/06 23:14:16 joerg Exp $
|
|
|
|
# DEBUG options turned on:
|
|
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
pseudo-device md
|
|
|
|
makeoptions NEED_MDSETIMAGE="yes"
|
|
|
|
no config netbsd
|
|
config netbsd root on md0a
|
|
|
|
# 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 userspace memory disk support
|
|
## The ramdisk size must be kept in sync manually with the size of
|
|
## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
|
|
options MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk, in blocks
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|