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/mips/conf/GXEMUL

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 # GXEMUL "oldtestmips" sample kernel configuration.
    3 #
    4 # $FreeBSD: releng/12.0/sys/mips/conf/GXEMUL 324810 2017-10-20 21:40:59Z bz $
    5 #
    6 
    7 ident           GXEMUL
    8 
    9 machine         mips mips64
   10 cpu             CPU_MIPS4KC
   11 
   12 options         HZ=100
   13 
   14 makeoptions     ARCH_FLAGS="-march=mips64 -mabi=64"
   15 
   16 makeoptions     KERNLOADADDR=0xffffffff80100000
   17 
   18 include         "../gxemul/std.gxemul"
   19 
   20 hints           "GXEMUL.hints"          #Default places to look for devices.
   21 
   22 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   23 
   24 makeoptions     MODULES_OVERRIDE=""
   25 
   26 options         DDB
   27 options         KDB
   28 
   29 # Make an SMP-capable kernel by default
   30 options         SMP                     # Symmetric MultiProcessor Kernel
   31 
   32 options         SCHED_ULE
   33 options         VIMAGE                  # Subsystem virtualization, e.g. VNET
   34 options         INET                    # InterNETworking
   35 options         INET6                   # IPv6 communications protocols
   36 options         TCP_HHOOK               # hhook(9) framework for TCP
   37 
   38 options         FFS                     #Berkeley Fast Filesystem
   39 
   40 # Debugging for use in -current
   41 #options        DEADLKRES               #Enable the deadlock resolver
   42 options         INVARIANTS              #Enable calls of extra sanity checking
   43 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   44 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
   45 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   46 
   47 options         ROOTDEVNAME=\"ufs:gxemul_disk0\"
   48 
   49 device          gxemul_cons
   50 device          gxemul_disk
   51 device          gxemul_ether
   52 
   53 # Pseudo devices.
   54 device          loop            # Network loopback
   55 device          random          # Entropy device
   56 device          ether           # Ethernet support
   57 device          tun             # Packet tunnel.
   58 device          md              # Memory "disks"
   59 device          gif             # IPv6 and IPv4 tunneling
   60 
   61 # The `bpf' device enables the Berkeley Packet Filter.
   62 # Be aware of the administrative consequences of enabling this!
   63 # Note that 'bpf' is required for DHCP.
   64 device          bpf             # Berkeley packet filter

Cache object: 0dfda86273014f3a5bc1c3de667de5e2


[ 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.