2 # Mach Operating System
3 # Copyright (c) 1986 Carnegie-Mellon University
4 # All rights reserved. The CMU software License Agreement
5 # specifies the terms and conditions for use and redistribution.
7 ######################################################################
9 # Master Apple configuration file (see the master machine independent
10 # configuration file for a description of the file format).
12 ######################################################################
14 # Apple (PSEUDO-)DEVICES (select any combination)
15 # ex = Excelan EXOS 202 Ethernet interface
16 # ip = Interphase V/SMD 3200 disk controller
17 # od = Canon OMD-1 Optical Disk
20 # sg = Generic SCSI Device
23 # en = Integrated Ethernet controller
24 # dsp = DSP560001 digital signal processor
25 # iplmeas = ipl time measurement
26 # nextp = NeXT Laser Printer
28 # vol = removable volume support device
29 # venip = virtual Ethernet/IP network interface
32 # MULTIPROCESSOR SUPPORT (select exactly one)
33 # multi = support 4 processors
34 # uni = supports single processor
36 # SPECIAL CHARACTERISTICS (select any combination)
37 # gdb = GNU kernel debugger
38 # posix_kern = POSIX support
40 # CPU TYPE (select exactly one)
43 ######################################################################
45 # Standard Apple Research Configurations:
46 # -------- ----- -------- ---------------
47 # BASE = [ intel mach medium config_dtrace vol pst gdb kernobjc fixpri simple_clock mdebug kernserv driverkit uxpr kernstack ipc_compat ipc_debug compat_43_tty sysv_sem sysv_msg sysv_shm audit panic_info config_imageboot ]
48 # FILESYS = [ devfs revfs hfs journaling fdesc config_fse quota namedstreams fifo ffs union cd9660 config_volfs ]
49 # NETWORKING = [ inet inet6 compat_oldsock mrouting tcpdrop_synfin bpfilter ipdivert netat ipfirewall ipv6firewall ipfw2 dummynet traffic_mgt sendfile netmibs bond vlan gif stf zlib randomipid ifnet_input_chk config_mbuf_jumbo ]
50 # NFS = [ nfsclient nfsserver ]
52 # RELEASE = [ BASE NETWORKING NFS VPN FILESYS libdriver ]
53 # PROFILE = [ RELEASE profile ]
54 # DEBUG = [ BASE NETWORKING NFS VPN FILESYS libdriver_g debug xpr_debug mach_assert ]
56 # EMBEDDED_BASE = [ intel mach bsmall vol pst gdb kernobjc fixpri simple_clock mdebug kernserv driverkit uxpr kernstack ipc_compat ipc_debug compat_43_tty sysv_sem sysv_msg sysv_shm audit panic_info config_imageboot ]
57 # EMBEDDED_FILESYS = [ devfs hfs journaling fdesc fifo ]
58 # EMBEDDED_NET = [ inet compat_oldsock mrouting tcpdrop_synfin bpfilter config_mbuf_noexpand ]
59 # EMBEDDED = [ EMBEDDED_BASE EMBEDDED_NET VPN EMBEDDED_FILESYS libdriver no_printf_str no_kprintf_str no_kdebug ]
60 # DEVELOPMENT = [ EMBEDDED_BASE EMBEDDED_NET NFS VPN EMBEDDED_FILESYS libdriver netmibs development mach_assert config_dtrace ]
62 ######################################################################
64 machine "i386" # <intel>
67 makeoptions CCONFIGFLAGS = "-g -O3 -fno-omit-frame-pointer" # <gdb>
68 makeoptions CCONFIGFLAGS = "-O3" # <!gdb>
69 makeoptions RELOC = "00100000" # <intel>
70 makeoptions SYMADDR = "00780000" # <intel>
72 options GDB # GNU kernel debugger # <gdb>
73 options DEBUG # general debugging code # <debug>
74 options SHOW_SPACE # print size of structures # <debug>
75 options EVENTMETER # event meter support # <debug>
76 options FP_EMUL # floating point emulation # <fp>
77 options UXPR # user-level XPR package # <uxpr>
78 config mach_kernel swap generic # <mach>
79 options EVENT # <event>
82 # Note: MAC options must be set in all the bsd/conf, osfmk/conf, and
83 # security/conf MASTER files.
85 options CONFIG_MACF # Mandatory Access Control Framework
86 options CONFIG_MACF_SOCKET_SUBSET # MAC socket subest (no labels)
87 #options CONFIG_MACF_SOCKET # MAC socket labels
88 #options CONFIG_MACF_NET # mbuf
89 #options CONFIG_MACF_DEBUG
90 #options CONFIG_MACF_MACH
92 # app-profiling i.e. pre-heating - off?
93 options CONFIG_APP_PROFILE=0
96 # Ipl measurement system
98 pseudo-device iplmeas # <iplmeas>
101 # NFS measurement system
103 pseudo-device nfsmeas # <nfsmeas>
106 # Removable Volume support
108 pseudo-device vol # <vol>