mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
90 lines
2.0 KiB
Plaintext
90 lines
2.0 KiB
Plaintext
# $NetBSD: RAMDISK,v 1.17 2015/08/21 09:18:17 christos Exp $
|
|
#
|
|
# kernel config file with memory disk for installation
|
|
#
|
|
|
|
include "arch/ews4800mips/conf/GENERIC"
|
|
|
|
# Enable the hooks used for initializing the root memory-disk.
|
|
makeoptions COPTS="-Os -mmemcpy" # optimize for space
|
|
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
|
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
|
options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|
|
options PIPE_SOCKETPAIR
|
|
options NFS_V2_ONLY
|
|
options FFS_NO_SNAPSHOT
|
|
options NO_DEV_PTM
|
|
|
|
# disable some options to shrink kernel
|
|
no options INCLUDE_CONFIG_FILE
|
|
no options NTP
|
|
no options KTRACE
|
|
no options SYSVMSG
|
|
no options SYSVSEM
|
|
no options SYSVSHM
|
|
no options SYSCTL_INCLUDE_DESCR
|
|
|
|
no options COMPAT_13
|
|
no options COMPAT_14
|
|
no options COMPAT_15
|
|
no options COMPAT_16
|
|
no options COMPAT_20
|
|
no options COMPAT_30
|
|
no options COMPAT_43
|
|
|
|
no file-system EXT2FS
|
|
no file-system LFS
|
|
no file-system FDESC
|
|
no file-system KERNFS
|
|
no file-system NULLFS
|
|
no file-system OVERLAY
|
|
no file-system PUFFS
|
|
no file-system PROCFS
|
|
no file-system UMAPFS
|
|
no file-system UNION
|
|
no file-system PTYFS
|
|
no file-system TMPFS
|
|
|
|
no options QUOTA
|
|
no options QUOTA2
|
|
no options NFSSERVER
|
|
no options NETATALK
|
|
no options PPP_FILTER
|
|
no options SCSIVERBOSE
|
|
|
|
no ewsms0 at zsc?
|
|
no wsmouse* at ewsms?
|
|
|
|
no ch* at scsibus?
|
|
no ses* at scsibus?
|
|
no ss* at scsibus?
|
|
no uk* at scsibus?
|
|
|
|
no pseudo-device ccd
|
|
no pseudo-device raid
|
|
no pseudo-device vnd
|
|
no pseudo-device fss
|
|
no pseudo-device putter
|
|
no pseudo-device ipfilter
|
|
no pseudo-device ppp
|
|
no pseudo-device pppoe
|
|
no pseudo-device strip
|
|
no pseudo-device tap
|
|
no pseudo-device tun
|
|
no pseudo-device gre
|
|
no pseudo-device gif
|
|
no pseudo-device stf
|
|
no pseudo-device vlan
|
|
no pseudo-device bridge
|
|
no pseudo-device agr
|
|
no pseudo-device accf_data
|
|
no pseudo-device accf_http
|
|
no pseudo-device clockctl
|
|
# GENERIC has DDB, needs ksyms
|
|
#no pseudo-device ksyms
|
|
no pseudo-device wsmux
|