OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
arc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kbuild
30 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig
14.08 KB
06/16/2023 05:32:39 PM
rw-r--r--
📄
Kconfig.debug
487 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
3.45 KB
06/16/2023 05:32:39 PM
rw-r--r--
📁
boot
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
include
-
05/09/2024 07:14:12 AM
rwxr-xr-x
📁
kernel
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
lib
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
mm
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
oprofile
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
plat-axs10x
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
plat-eznps
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
plat-hsdk
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
plat-sim
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
plat-tb10x
-
05/09/2024 07:14:16 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