Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.23 10 lines 183 B view raw
1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config NO_KERNEL_MSG 6 bool "Suppress Kernel BUG Messages" 7 help 8 Do not output any debug BUG messages within the kernel. 9 10endmenu