DRACO revision 1.1 1 # $NetBSD: DRACO,v 1.1 1996/05/09 20:30:58 is Exp $
2
3 #
4 # Macro System GmbH "DraCo"
5 #
6 # Minimal system. Only
7 #
8
9 # look into this later.
10 include "std.draco"
11
12 maxusers 8
13 options TIMEZONE=300, DST=1
14
15 # mainboards to support (in addition to Amiga)
16 options DRACO
17 #
18 # processors this kernel should support
19 #
20 options "M68060" # support for 060 might still need M68040.
21 options "M68040" # support for 040
22 options M060SP # MC68060 software support (Required)
23 options FPSP # MC68040 floating point support
24 options FPCOPROC # Support for MC6888[12] (Required)
25
26 options SWAPPAGER # Pager for processes (Required)
27 options VNODEPAGER # Pager for vnodes (Required)
28 options DEVPAGER # Pager for devices (Required)
29
30 #
31 # Networking options
32 #
33 options INET # IP networking support (Required)
34 #options ISO # ISO Networking support
35 #options TPIP # ARGO TP networking support
36 #options CCITT # CCITT X.25
37 #options NS # Xerox XNS
38 #options EON # ISO CLNL over IP
39 #options GATEWAY # Packet forwarding
40 #options DIRECTED_BROADCAST # Broadcast across subnets
41 #options NSIP # XNS over IP
42
43 #
44 # File system related options
45 #
46 options QUOTA # Disk quotas for local disks
47 options NFSSERVER # Network File System server side code
48 options NFSCLIENT # Network File System client side code
49
50 #
51 # File systems
52 #
53 options FFS # Berkeley fast file system
54 options MFS # Memory based filesystem
55 options PROCFS # Process filesystem
56 options KERNFS # Kernel parameter filesystem (Recommended)
57 options FDESC # /dev/fd filesystem
58 options NULLFS # Loopback filesystem
59 options FIFO # FIFO operations on vnodes (Recommended)
60 options ADOSFS # AmigaDOS file system
61 options "CD9660" # ISO 9660 file system, with Rock Ridge
62 #options PORTAL # Portal filesystem
63 options MSDOSFS # MS-DOS filesystem
64
65
66 #
67 # Compatability options for various existing systems
68 #
69 #options "COMPAT_10" # compatability with older NetBSD release
70 #options COMPAT_SUNOS # Support to run Sun (m68k) executables
71 options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
72 options "COMPAT_NOMID" # allow nonvalid machine id executables
73 #options COMPAT_HPUX # HP300 compatability
74
75 #
76 # Support for System V IPC facilities.
77 #
78 options SYSVSHM # System V-like shared memory
79 options SYSVMSG # System V-like messages
80 options SYSVSEM # System V-like semaphores
81
82 #
83 # Support for various kernel options
84 #
85 options GENERIC # Mini-root boot support
86 options LKM # Loadable kernel modules
87 options KTRACE # Add kernel tracing system call
88 options DIAGNOSTIC # Add additional error checking code
89 options "NKMEMCLUSTERS=256" # Size of kernel malloc area
90
91 #
92 # Misc. debuging options
93 #
94 options PANICWAIT # Require keystroke to dump/reboot
95 options DEBUG # Add debugging statements
96 options DDB # Kernel debugger
97 #options SYSCALL_DEBUG # debug all syscalls.
98 #options SCSIDEBUG # Add SCSI debugging statements
99 #options KGDB # Kernel debugger (KGDB) support
100 #options PANICBUTTON # Forced crash via keypress (???)
101
102 #
103 # Amiga specific options
104 #
105 options MACHINE_NONCONTIG # Non-contiguous memory support
106 # higly recommended for DraCo
107
108 options RETINACONSOLE # enable code to allow retina to be console
109
110 #options "KFONT_8X11" # 8x11 font
111
112 # This is how you specify the blitting speed, higher values may speed up blits
113 # a littel bit. If you raise this value too much some trash may appear.
114 # the commented version is the default.
115 #options RH_MEMCLK 61000000
116 # this option enables the 64 bit sprite which doesn't seems to be work
117 # for quite a few people. E.g. The cursor sprite will turn to a block
118 # when moved to the top of the screen in X.
119 #options RH_64BIT_SPRITE
120 # enables fast scroll code appears to now work on 040 systems.
121 #options RETINA_SPEED_HACK
122
123 grfrh0 at zbus0 # Altais looks just like the Retina Z3
124 grful0 at zbus0 # A2410, for poor ZZA
125
126 grf2 at grfrh0
127 grf4 at grful0
128
129 ite2 at grf2 # terminal emulators for grf's
130 ite4 at grf4 # terminal emulators for grf's
131
132 #msc0 at zbus0 # A2232 MSC multiport serial.
133 #mfc0 at zbus0 # MultiFaceCard I/O board
134 #mfcs0 at mfc0 unit 0 # MFC serial
135 #mfcs1 at mfc0 unit 1 # MFC serial
136 #mfcp0 at mfc0 unit 0 # MFC parallel [not available yet]
137 #mfc1 at zbus0 # MultiFaceCard 2nd I/O board
138 #mfcs2 at mfc1 unit 0
139 #mfcs3 at mfc1 unit 1
140 #mfcp1 at mfc1 unit 0
141
142 #le0 at zbus0 # Lance ethernet.
143 #ed0 at zbus0 # dp8390 ethernet
144 #es0 at zbus0 # SMC 91C90 ethernet
145 #qn0 at zbus0 # quicknet ethernet
146 ae0 at zbus0 # Ariadne ethernet
147 bah* at zbus0 # C= arcnet
148
149
150 # scsi stuff
151 drsc0 at mainbus0 # DraCo mainboard scsi
152 scsibus* at drsc0
153
154 # each hard drive from low target to high
155 # will configure to the next available sd unit number
156 sd* at scsibus? target ? lun ? # scsi disks
157 st* at scsibus? target ? lun ? # scsi tapes
158 cd* at scsibus? target ? lun ? # scsi cd's
159
160 pseudo-device pty 16 # pseudo terminals
161 pseudo-device loop # network loopback
162 pseudo-device bpfilter 2 # berkeley packet filters
163 pseudo-device tun 2
164
165 config netbsd swap on generic
166