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/arch/score/Kconfig.debug

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 menu "Kernel hacking"
    2 
    3 config TRACE_IRQFLAGS_SUPPORT
    4         bool
    5         default y
    6 
    7 source "lib/Kconfig.debug"
    8 
    9 config CMDLINE
   10         string "Default kernel command string"
   11         default ""
   12         help
   13           On some platforms, there is currently no way for the boot loader to
   14           pass arguments to the kernel. For these platforms, you can supply
   15           some command-line options at build time by entering them here.  In
   16           other cases you can specify kernel args so that you don't have
   17           to set them up in board prom initialization routines.
   18 
   19 config RUNTIME_DEBUG
   20         bool "Enable run-time debugging"
   21         depends on DEBUG_KERNEL
   22         help
   23           If you say Y here, some debugging macros will do run-time checking.
   24           If you say N here, those macros will mostly turn to no-ops.  See
   25           include/asm-score/debug.h for debugging macros.
   26           If unsure, say N.
   27 
   28 endmenu

Cache object: 19c809e25e1a4ffe932682896defa3ca


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