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/alpha/conf/NOTES

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 # $FreeBSD$
    2 #
    3 # This file contains machine dependent kernel configuration notes.  For
    4 # machine independent notes, look in /sys/conf/NOTES.
    5 
    6 # This directive is mandatory.  It defines the architecture to be
    7 # configured for.  In this case, this kernel is for a machine using
    8 # Alpha processors.
    9 #
   10 machine         alpha
   11 
   12 
   13 #####################################################################
   14 # CPU OPTIONS
   15 
   16 #
   17 # You must specify at least one CPU (the one you intend to run on);
   18 # deleting the specification for CPUs you don't need to use may make
   19 # parts of the system run faster.
   20 # XXX: On the Alpha, CPU types are never used.  This list also does
   21 # not include newer CPU types that are supported such as the EV6.
   22 cpu             EV4
   23 cpu             EV5
   24 
   25 
   26 #####################################################################
   27 # PLATFORM OPTIONS
   28 
   29 options         API_UP1000              # UP1000, UP1100 (Nautilus)
   30 options         DEC_AXPPCI_33           # UDB, Multia, AXPpci33, NoName
   31 options         DEC_EB164               # EB164, PC164, PC164LX, PC164SX
   32 options         DEC_EB64PLUS            # EB64+, AlphaPC64, Aspen Alpine, etc
   33 options         DEC_2100_A50            # AlphaStation 200, 250, 255, 400
   34 options         DEC_2100_A500           # AlphaServer 2000, 2100, 2100A
   35 options         DEC_KN20AA              # AlphaStation 500, 600
   36 options         DEC_ST550               # Personal Workstation 433, 500, 600
   37 options         DEC_ST6600              # XP1000, DP264, DS20, DS10, family
   38 options         DEC_1000A               # AlphaServer 1000, 1000A, 800
   39 options         DEC_KN300               # AlphaServer 4100 (Rawhide),
   40                                         # AlphaServer 1200 (Tincup)
   41 
   42 
   43 #####################################################################
   44 # HARDWARE BUS CONFIGURATION
   45 
   46 device          isa
   47 device          eisa
   48 device          pci
   49 
   50 
   51 #####################################################################
   52 # HARDWARE DEVICE CONFIGURATION
   53 
   54 #
   55 # Mandatory devices:
   56 #
   57 
   58 device          mcclock         # MC146818 real time clock device
   59 
   60 #
   61 # Optional devices:
   62 #
   63 
   64 device          tga             # TGA video card driver
   65 
   66 
   67 #####################################################################
   68 # ABI Emulation
   69 
   70 # Enable OSF/1 ABI emulation
   71 options         COMPAT_OSF1
   72 
   73 # Enable Linux ABI emulation (requires COMPAT_OSF1)
   74 options         COMPAT_LINUX
   75 
   76 # Enable the linux-like proc filesystem support (requires COMPAT_LINUX
   77 # and PSEUDOFS)
   78 options         LINPROCFS

Cache object: 0c4dc6d5818a5d57f02bd8d4c0bc3abf


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