1# 2# sgimips install kernel with ramdisk added. 3# 4 5# Pull in standard `install' config 6include "arch/sgimips/conf/GENERIC32_IP2x" 7 8makeoptions COPTS="-Os -mmemcpy" 9 10# Enable the hooks used for initializing the root memory-disk. 11options MEMORY_DISK_HOOKS 12options MEMORY_DISK_IS_ROOT # force root on memory disk 13options MEMORY_DISK_SERVER=0 # no userspace memory disk support 14options MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk in blocks (3300k) 15options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 16 17# shrink kernel since ARC BIOS seems to have 8MB limit 18options FFS_NO_SNAPSHOT 19 20no options KTRACE 21no options SYSVMSG 22no options SYSVSEM 23no options SYSVSHM 24no options SYSCTL_INCLUDE_DESCR 25no options COMPAT_15 26no options COMPAT_16 27no options COMPAT_20 28no options COMPAT_30 29no options COMPAT_40 30 31no file-system EXT2FS 32no file-system LFS 33no file-system NTFS 34no file-system FDESC 35no file-system KERNFS 36no file-system NULLFS 37no file-system OVERLAY 38no file-system PUFFS 39no file-system PROCFS 40no file-system UMAPFS 41no file-system UNION 42no file-system CODA 43no file-system TMPFS 44 45no options QUOTA 46no options QUOTA2 47no options NFSSERVER 48 49no options NETATALK 50no options PPP_FILTER 51 52no options MIIVERBOSE 53no options SCSIVERBOSE 54 55no ch* at scsibus? 56no ss* at scsibus? 57no ses* at scsibus? 58no uk* at scsibus? 59 60no ppbus* 61no lpt* 62 63no pseudo-device ccd 64no pseudo-device fss 65no pseudo-device npf 66no pseudo-device bridge 67no pseudo-device vether 68no pseudo-device accf_data 69no pseudo-device accf_http 70no pseudo-device sequencer 71no pseudo-device putter 72no pseudo-device vcoda 73