OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
arc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📄
Kbuild
30 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig
14.08 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
Kconfig.debug
487 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
3.45 KB
11/01/2022 04:52:05 PM
rw-r--r--
📁
boot
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
include
-
11/17/2022 06:42:15 AM
rwxr-xr-x
📁
kernel
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
lib
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
mm
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
oprofile
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
plat-axs10x
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
plat-eznps
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
plat-hsdk
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
plat-sim
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📁
plat-tb10x
-
11/17/2022 06:42:18 AM
rwxr-xr-x
Editing: Kconfig.debug
Close
# SPDX-License-Identifier: GPL-2.0 menu "Kernel hacking" source "lib/Kconfig.debug" config 16KSTACKS bool "Use 16Kb for kernel stacks instead of 8Kb" help If you say Y here the kernel will use a 16Kb stacksize for the kernel stack attached to each process/thread. The default is 8K. This increases the resident kernel footprint and will cause less threads to run on the system and also increase the pressure on the VM subsystem for higher order allocations. endmenu