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