OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
microblaze
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📄
Kconfig
7.71 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.debug
612 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.platform
1.77 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
Makefile
3.64 KB
11/01/2022 04:52:05 PM
rw-r--r--
📁
boot
-
11/17/2022 06:42:20 AM
rwxr-xr-x
📁
include
-
11/17/2022 06:42:15 AM
rwxr-xr-x
📁
kernel
-
11/17/2022 06:42:20 AM
rwxr-xr-x
📁
lib
-
11/17/2022 06:42:20 AM
rwxr-xr-x
📁
mm
-
11/17/2022 06:42:20 AM
rwxr-xr-x
📁
oprofile
-
11/17/2022 06:42:20 AM
rwxr-xr-x
📁
pci
-
11/17/2022 06:42:20 AM
rwxr-xr-x
Editing: Kconfig.debug
Close
# For a description of the syntax of this configuration file, # see Documentation/kbuild/kconfig-language.txt. menu "Kernel hacking" config TRACE_IRQFLAGS_SUPPORT def_bool y source "lib/Kconfig.debug" config EARLY_PRINTK bool "Early printk function for kernel" depends on SERIAL_UARTLITE_CONSOLE || SERIAL_8250_CONSOLE default n help This option turns on/off early printk messages to console. First Uartlite node is taken. config HEART_BEAT bool "Heart beat function for kernel" default n help This option turns on/off heart beat kernel functionality. First GPIO node is taken. endmenu