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=7000 # size of memory disk in blocks (3500k) 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 31 no file-system EXT2FS 32 no file-system LFS 33 no file-system NTFS 34 no file-system FDESC 35 no file-system KERNFS 36 no file-system NULLFS 37 no file-system OVERLAY 38 no file-system PUFFS 39 no file-system PROCFS 40 no file-system UMAPFS 41 no file-system UNION 42 no file-system CODA 43 no file-system TMPFS 44 45 no options QUOTA 46 no options QUOTA2 47 no options NFSSERVER 48 49 no options NETATALK 50 no options PPP_FILTER 51 52 no options MIIVERBOSE 53 no options SCSIVERBOSE 54 55 no ch* at scsibus? 56 no ss* at scsibus? 57 no ses* at scsibus? 58 no uk* at scsibus? 59 60 no ppbus* 61 no lpt* 62 63 no pseudo-device ccd 64 no pseudo-device fss 65 no pseudo-device npf 66 no pseudo-device bridge 67 no pseudo-device vether 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