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/conf/options.amd64

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 # Options specific to AMD64 platform kernels
    3 
    4 AUTO_EOI_1              opt_auto_eoi.h
    5 AUTO_EOI_2              opt_auto_eoi.h
    6 BHYVE_SNAPSHOT
    7 COUNT_XINVLTLB_HITS     opt_smp.h
    8 COUNT_IPIS              opt_smp.h
    9 MAXMEM
   10 MPTABLE_FORCE_HTT
   11 NKPT                    opt_pmap.h
   12 PV_STATS                opt_pmap.h
   13 
   14 # Options for emulators.  These should only be used at config time, so
   15 # they are handled like options for static filesystems
   16 # (see src/sys/conf/options), except for broken debugging options.
   17 COMPAT_AOUT             opt_dontuse.h
   18 COMPAT_FREEBSD32        opt_global.h
   19 #COMPAT_LINUX           opt_dontuse.h
   20 COMPAT_LINUX32          opt_dontuse.h
   21 LINPROCFS               opt_dontuse.h
   22 LINSYSFS                opt_dontuse.h
   23 
   24 TIMER_FREQ                      opt_clock.h
   25 
   26 VGA_ALT_SEQACCESS       opt_vga.h
   27 VGA_DEBUG               opt_vga.h
   28 VGA_NO_FONT_LOADING     opt_vga.h
   29 VGA_NO_MODE_CHANGE      opt_vga.h
   30 VGA_SLOW_IOACCESS       opt_vga.h
   31 VGA_WIDTH90             opt_vga.h
   32 
   33 VESA
   34 VESA_DEBUG              opt_vesa.h
   35 
   36 # AGP debugging support
   37 AGP_DEBUG               opt_agp.h
   38 
   39 ATKBD_DFLT_KEYMAP       opt_atkbd.h
   40 
   41 # iWARP client interface support in ixl
   42 IXL_IW                  opt_ixl.h
   43 
   44 # -------------------------------
   45 # EOF
   46 # -------------------------------
   47 HAMMER                  opt_cpu.h
   48 PSM_HOOKRESUME          opt_psm.h
   49 PSM_RESETAFTERSUSPEND   opt_psm.h
   50 PSM_DEBUG               opt_psm.h
   51 DEV_ATPIC               opt_atpic.h
   52 
   53 # BPF just-in-time compiler
   54 BPF_JITTER              opt_bpf.h
   55 
   56 XENHVM                  opt_global.h
   57 
   58 # options for the Intel C600 SAS driver (isci)
   59 ISCI_LOGGING    opt_isci.h
   60 
   61 # EFI Runtime services support
   62 EFIRT                   opt_efirt.h
   63 
   64 # Don't create a "legacy" PCI bridge if none is found.
   65 NO_LEGACY_PCIB          opt_cpu.h
   66 
   67 # Compatibility with Linux MP table bugs.
   68 MPTABLE_LINUX_BUG_COMPAT

Cache object: 0da794da4f4de9fde8915eb546a5a057


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