The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/osfmk/conf/MASTER.i386

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    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.
    6 #  
    7 ######################################################################
    8 #
    9 #  Standard Apple MacOS X Configurations:
   10 #  -------- ---- -------- ---------------
   11 #
   12 #  osfmk = [intel pc mach small event vol pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug mk30 mk30_i386]
   13 #  RELEASE = [intel pc iokit mach_pe mach mach_kdp small event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386]
   14 #  DEBUG_KDP = [intel pc iokit mach_pe mach mach_kdp small event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386 osf_debug debug]
   15 #  DEBUG= [intel pc iokit mach_pe mach mach_kdp small event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386 osf_debug debug]
   16 #  PROFILE = [ RELEASE profile ]
   17 #
   18 ######################################################################
   19 #
   20 machine         "i386"                                          # <intel>
   21 cpu             "i386"                                          # <intel>
   22 
   23 pseudo-device   cpus            4
   24 pseudo-device   com             2
   25 pseudo-device   vc              1
   26 
   27 # choices for platform_bus are pci at386 sqt and kkt
   28 makeoptions     OSFMK_MACHINE = "i386"                          # <mk30>
   29 makeoptions     CCONFIGFLAGS = "-g -O -fno-omit-frame-pointer"  # <debug>
   30 makeoptions     CCONFIGFLAGS = "-O3"                            # <!debug>
   31 makeoptions     RELOC = "00100000"                              # <intel>
   32 makeoptions     SYMADDR = "00780000"                            # <intel>
   33 
   34 options         GDB             # GNU kernel debugger           # <gdb>
   35 options         DEBUG           # general debugging code        # <debug>
   36 options         SHOW_SPACE      # print size of structures      # <debug>
   37 options         EVENTMETER      # event meter support           # <debug>
   38 options         FP_EMUL         # floating point emulation      # <fp>
   39 options         PC_SUPPORT      # virtual PC support            # <pc>
   40 options         PROFILE         # kernel profiling              # <profile>
   41 options         UXPR            # user-level XPR package        # <uxpr>
   42 options         STAT_TIME       # time stats
   43 config          mach_kernel     swap generic                    # <mach>
   44 
   45 options         GPROF           # kgmon profiling               # <profile>
   46 
   47 options         EVENT                                           # <event>
   48 
   49 options         MACH_BSD
   50 options         IOKIT           #                               # <iokit>
   51 options         MACH_PE         #                               # <mach_pe>
   52 
   53 #options        DDB             # Inline debugger               # <debug>
   54 options         MACH_KDP        # KDP                           # <mach_kdp>
   55 

Cache object: c6baa0105b8ccf0c6288b68715ff9136


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.