1 # $NetBSD: DEJIKO,v 1.37 2023/10/28 19:46:49 tsutsui Exp $ 2 # 3 # Dejiko's sekai-seifuku NEWS5000 nyo. 4 5 include "arch/newsmips/conf/std.newsmips" 6 7 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8 9 makeoptions COPTS="-O2 -fno-unwind-tables" 10 11 maxusers 16 12 13 options news5000 14 options MIPS3 # R4x00 support 15 options CPU_SINGLE # no I/O processor 16 17 # Debugging options 18 options DDB # kernel dynamic debugger 19 pseudo-device ksyms 20 options DDB_HISTORY_SIZE=100 # enable history editing in DDB 21 #options DEBUG # extra kernel debugging support 22 options DIAGNOSTIC # extra kernel sanity checking 23 options USERCONF # userconf(4) support 24 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 25 26 # Filesystem options 27 file-system FFS # Berkeley Fast Filesystem 28 file-system MFS # memory-based filesystem 29 file-system NFS # Sun NFS-compatible filesystem client 30 file-system PROCFS # /proc 31 file-system CD9660 # ISO 9660 + Rock Ridge file system 32 #file-system PTYFS # /dev/pts/N support 33 options FFS_NO_SNAPSHOT # No FFS snapshot support 34 35 # Networking options 36 options INET # Internet protocols 37 options NFS_BOOT_BOOTPARAM 38 options NFS_BOOTPARAM_NOGATEWAY 39 40 # JIT compiler for bpfilter 41 #options SLJIT 42 #options BPFJIT 43 44 # Compatibility options 45 include "conf/compat_netbsd14.config" 46 47 # wscons options 48 options WSEMUL_VT100 # VT100 / VT220 emulation 49 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 50 #options FONT_GALLANT12x22 51 options FONT_SONY12x24 52 53 config netbsd root on ? type ? 54 55 mainbus0 at root 56 57 cpu0 at mainbus0 58 ap0 at mainbus0 59 60 mkclock* at ap? 61 sn* at ap? # SONIC Ethernet 62 tlp* at ap? 63 dmac* at ap? 64 spifi* at ap? # SPIFI SCSI 65 zsc0 at ap? # ESCC 66 zstty0 at zsc0 channel 0 # tty00 67 zstty1 at zsc0 channel 1 # tty01 68 69 xafb* at ap? 70 kb0 at ap? 71 ms0 at ap? 72 73 wsdisplay* at xafb? console ? 74 wskbd* at kb? console ? 75 wsmouse* at ms? 76 77 scsibus* at spifi? 78 sd* at scsibus? target ? lun ? # SCSI disks 79 cd* at scsibus? target ? lun ? # SCSI CD-ROMs 80 81 pseudo-device loop # loopback interface; required 82 pseudo-device npf # NPF packet filter 83 pseudo-device bpfilter # Berkeley Packet Filter 84 pseudo-device vnd # disk-like interface to files 85 pseudo-device pty # pseudo-terminals 86 pseudo-device clockctl # user control of clock subsystem 87 #pseudo-device fss # file system snapshot device 88