NetBSD/sys/arch/sgimips/conf/INSTALL32_IP2x
sekiya 34bdfea7c4 Move the ECOFF definition from the INSTALL kernel to the GENERIC kernel --
it's possible that someone might want to run an IP20 diskless.

Pointed out by simonb@
2004-10-01 07:40:59 +00:00

15 lines
470 B
Plaintext

#
# sgimips install kernel with ramdisk added.
#
# Pull in standard `install' config
include "arch/sgimips/conf/GENERIC32_IP2x"
makeoptions COPTS="-Os"
# 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
options MEMORY_DISK_ROOT_SIZE=6144# size of memory disk, in blocks (3MB)