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/ia64/conf/SKI

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 # SKI -- Kernel configuration file for FreeBSD/ia64 running in the HP
    3 #        SKI simulator
    4 #
    5 # For more information on this file, please read the handbook section on
    6 # Kernel Configuration Files:
    7 #
    8 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    9 #
   10 # The handbook is also available locally in /usr/share/doc/handbook
   11 # if you've installed the doc distribution, otherwise always see the
   12 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   13 # latest information.
   14 #
   15 # An exhaustive list of options and more detailed explanations of the
   16 # device lines is also present in the ../../conf/NOTES and NOTES files.
   17 # If you are in doubt as to the purpose or necessity of a line, check
   18 # first in NOTES.
   19 #
   20 # $FreeBSD: releng/6.0/sys/ia64/conf/SKI 135096 2004-09-12 05:50:32Z marcel $
   21 
   22 machine         ia64
   23 cpu             ITANIUM
   24 ident           SKI
   25 
   26 makeoptions     DEBUG=-g        # Build kernel with debug information.
   27 makeoptions     NO_MODULES=yes  # Don't build any modules.
   28 
   29 options         COMPAT_43       # Compatible with BSD 4.3 [KEEP THIS!]
   30 options         DDB             # Support DDB
   31 options         FFS             # Berkeley Fast Filesystem
   32 options         GDB             # Support remote GDB
   33 options         INET            # InterNETworking
   34 options         INET6           # IPv6 communications protocols
   35 options         KDB             # Enable kernel debugger support
   36 options         KTRACE          # ktrace(1) syscall trace support
   37 options         MD_ROOT         # MD usable as root device
   38 options         PROCFS          # Process filesystem (/proc)
   39 options         PSEUDOFS        # Pseudo-filesystem framework
   40 options         SCHED_4BSD      # 4BSD scheduler
   41 #options        SCHED_ULE       # ULE scheduler
   42 options         SKI             # Include SKI support code
   43 options         SOFTUPDATES     # Enable FFS soft updates support
   44 options         SYSVMSG         # SYSV-style message queues
   45 options         SYSVSEM         # SYSV-style semaphores
   46 options         SYSVSHM         # SYSV-style shared memory
   47 options         UFS_ACL         # Support for access control lists
   48 options         UFS_DIRHASH     # Hash-based directory lookup scheme
   49 options         _KPOSIX_PRIORITY_SCHEDULING     # Posix P1003_1B RT extensions
   50 
   51 # Various "busses"
   52 device          acpi            # ACPI support (mandatory)
   53 device          pci             # PCI bus support
   54 
   55 # Various (pseudo) devices
   56 device          ether           # Ethernet support
   57 device          loop            # Network loopback
   58 device          md              # Memory "disks"
   59 device          mem             # Memory and kernel memory devices
   60 device          pty             # Pseudo-ttys (telnet etc)
   61 device          random          # Entropy device
   62 device          tun             # Packet tunnel.
   63 
   64 # The `bpf' device enables the Berkeley Packet Filter.
   65 # Be aware of the administrative consequences of enabling this!
   66 device          bpf             # Berkeley packet filter

Cache object: 0372883a5777c24f209a79706ddcf0f1


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