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