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/std.SWARM

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 # $FreeBSD$
    3 #
    4 
    5 hints           "SWARM.hints"
    6 include         "../sibyte/std.sibyte"
    7 
    8 options         CFE
    9 options         CFE_CONSOLE
   10 options         CFE_ENV
   11 options         ALT_BREAK_TO_DEBUGGER
   12 
   13 cpu             CPU_SB1
   14 
   15 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   16 makeoptions     MODULES_OVERRIDE=""
   17 
   18 options         DDB
   19 options         KDB
   20 
   21 options         SCHED_4BSD              #4BSD scheduler
   22 options         INET                    #InterNETworking
   23 options         TCP_HHOOK               # hhook(9) framework for TCP
   24 options         NFSCL                   #Network Filesystem Client
   25 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   26 options         PSEUDOFS                #Pseudo-filesystem framework
   27 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   28 
   29 # Debugging for use in -current
   30 #options        DEADLKRES
   31 options         INVARIANTS
   32 options         INVARIANT_SUPPORT
   33 options         WITNESS
   34 
   35 options         FFS                     #Fast filesystem
   36 
   37 options         KTRACE
   38 
   39 device          pci
   40 device          miibus
   41 device          bge
   42 device          loop
   43 device          ether
   44 device          md
   45 device          random
   46 
   47 options         USB_DEBUG
   48 device usb
   49 device ohci
   50 device uhci
   51 device ehci
   52 
   53 device umass
   54 
   55 device scbus
   56 device cd
   57 device da
   58 device pass
   59 
   60 device          ata

Cache object: 1f99c5b25b489010f2af1fa48be0e2b8


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