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