#       $NetBSD: INSTALL_PS2,v 1.10 2003/06/05 14:33:51 dsl Exp $
#
#       TSARMD - TSAR kernel with embeeded ramdisk.
#
#       This kernel is derived from TSAR with MEMORY_DISK stuff
#       added.

include "arch/tsarmips/conf/TSAR"
# 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=7600 # size of memory disk, in blocks

#options 	SYSCALL_DEBUG

