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/files.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 # This file tells config what files go into building a kernel,
    2 # files marked standard are always included.
    3 #
    4 # $FreeBSD: releng/5.0/sys/conf/files.amd64 102150 2002-08-19 23:59:21Z peter $
    5 #
    6 # The long compile-with and dependency lines are required because of
    7 # limitations in config: backslash-newline doesn't work in strings, and
    8 # dependency lines other than the first are silently ignored.
    9 #
   10 
   11 dev/kbd/atkbd.c                 optional        atkbd
   12 dev/kbd/atkbdc.c                optional        atkbdc
   13 dev/kbd/kbd.c                   optional        atkbd
   14 dev/kbd/kbd.c                   optional        kbd
   15 dev/kbd/kbd.c                   optional        sc
   16 dev/kbd/kbd.c                   optional        ukbd
   17 dev/kbd/kbd.c                   optional        vt
   18 dev/sio/sio.c                   optional        sio
   19 dev/sio/sio_isa.c               optional        sio isa
   20 dev/syscons/apm/apm_saver.c     optional        apm_saver apm
   21 dev/syscons/schistory.c         optional        sc
   22 dev/syscons/scmouse.c           optional        sc
   23 dev/syscons/scterm.c            optional        sc
   24 dev/syscons/scterm-dumb.c       optional        sc
   25 dev/syscons/scterm-sc.c         optional        sc
   26 dev/syscons/scvesactl.c         optional        sc vga vesa
   27 dev/syscons/scvgarndr.c         optional        sc vga
   28 dev/syscons/scvidctl.c          optional        sc
   29 dev/syscons/scvtb.c             optional        sc
   30 dev/syscons/syscons.c           optional        sc
   31 dev/syscons/sysmouse.c          optional        sc
   32 isa/atkbd_isa.c                 optional        atkbd
   33 
   34 libkern/ffs.c                   standard
   35 kern/subr_diskmbr.c             standard
   36 
   37 x86_64/x86_64/autoconf.c        standard
   38 x86_64/x86_64/bios.c            standard
   39 x86_64/x86_64/bioscall.s        standard
   40 x86_64/x86_64/busdma_machdep.c  standard
   41 x86_64/x86_64/critical.c        standard
   42 x86_64/x86_64/db_disasm.c       optional        ddb
   43 x86_64/x86_64/db_interface.c    optional        ddb
   44 x86_64/x86_64/db_trace.c        optional        ddb
   45 x86_64/x86_64/dump_machdep.c    standard
   46 x86_64/x86_64/elf_machdep.c     standard
   47 x86_64/x86_64/exception.s       standard
   48 x86_64/x86_64/i686_mem.c        standard
   49 x86_64/x86_64/identcpu.c        standard
   50 x86_64/x86_64/initcpu.c         standard
   51 x86_64/x86_64/k6_mem.c          standard
   52 # locore.s needs to be handled in Makefile to put it first.  Otherwise it's
   53 # now normal.
   54 # x86_64/x86_64/locore.s        standard
   55 x86_64/x86_64/machdep.c         standard
   56 x86_64/x86_64/mem.c             standard
   57 x86_64/x86_64/nexus.c           standard
   58 x86_64/x86_64/pmap.c            standard
   59 x86_64/x86_64/support.s         standard
   60 x86_64/x86_64/swtch.s           standard
   61 x86_64/x86_64/sys_machdep.c     standard
   62 x86_64/x86_64/trap.c            standard
   63 x86_64/x86_64/vm86.c            standard
   64 x86_64/x86_64/vm_machdep.c      standard
   65 
   66 x86_64/isa/clock.c              standard
   67 x86_64/isa/intr_machdep.c       standard
   68 x86_64/isa/ithread.c            standard

Cache object: e6aea104edbe41bd156fd3851f9380e2


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