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