GENERIC revision 1.15 1 # GENERIC
2 #
3 # $Id: GENERIC,v 1.15 1994/06/26 12:53:36 briggs Exp $
4
5 include "std.mac68k"
6
7 maxusers 16
8
9 # obsolete timezone spec
10 options TIMEZONE=300, DST=1, MAXFDESCS=2048
11
12 # Standard system options
13 options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
14 options NEWCONFIG
15 options DIAGNOSTIC # DEBUG for extra kernel debugging
16 options KTRACE # system call tracing support
17 #options KGDB # support for kernel gdb
18 #options GDB # support for normal gdb
19 #options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
20
21 # Filesystem options
22 options FIFO # POSIX fifo support (in all filesystems)
23 #options DDB
24 options FFS
25 options QUOTA # fast filesystem with user and group quotas
26 options MFS # memory-based filesystem
27 #options NFSSERVER # Sun NFS-compatible filesystem
28 #options NFSCLIENT # Sun NFS-compatible filesystem
29 #options LOFS # Loop-back filesystem
30 #options ISOFS # ISO-9660 w/ RockRidge
31 options KERNFS # kernel data-structure filesystem
32 options FDESC # user file descriptor filesystem
33 #options UMAPFS # uid/gid remapping filesystem
34 #options LFS # Log-based filesystem (still experimental)
35 options PORTAL # portal filesystem (still experimental)
36 options PROCFS
37
38 options SCSI
39 #options SCSIDEBUG
40
41 # Networking options
42 options INET
43 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
44 options GATEWAY # IP packet forwarding
45 #options ISO # OSI networking
46 #options TPIP
47 #options EON
48 options COMPAT_42
49 options COMPAT_43
50 options NS
51 options MAPMEM
52 options SYSVSHM,SYSVSEM,SYSVMSG
53
54 # Mac-specific options
55 options MC68040
56 options MC68030 # Includes the 020+851
57 options FPCOPROC
58 options FPSP
59 options COMPAT_NOMID
60 options COMPAT_SUNOS
61 options COMPAT_09
62
63 config netbsd swap generic
64
65 ae0 at nubus0 slot -1 id ? claimed 0
66
67 ncrscsi0 at mainbus? # SCSI NCR 5380
68 ncr96scsi0 at mainbus? # SCSI NCR 53C96
69
70 scsibus* at scsi?
71 sd* at scsibus? target ? lun ?
72 st* at scsibus? target ? lun ?
73 cd* at scsibus? target ? lun ?
74 ch* at scsibus? target ? lun ?
75
76 pseudo-device loop
77 pseudo-device pty 16
78 pseudo-device sl
79 pseudo-device ppp
80
81 pseudo-device con 6
82