Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.12.34.211
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-aws-headers-4.15.0-1021 /
arch /
m68k /
[ HOME SHELL ]
Name
Size
Permission
Action
68000
[ DIR ]
drwxr-xr-x
amiga
[ DIR ]
drwxr-xr-x
apollo
[ DIR ]
drwxr-xr-x
atari
[ DIR ]
drwxr-xr-x
bvme6000
[ DIR ]
drwxr-xr-x
coldfire
[ DIR ]
drwxr-xr-x
emu
[ DIR ]
drwxr-xr-x
fpsp040
[ DIR ]
drwxr-xr-x
hp300
[ DIR ]
drwxr-xr-x
ifpsp060
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
mac
[ DIR ]
drwxr-xr-x
math-emu
[ DIR ]
drwxr-xr-x
mm
[ DIR ]
drwxr-xr-x
mvme147
[ DIR ]
drwxr-xr-x
mvme16x
[ DIR ]
drwxr-xr-x
q40
[ DIR ]
drwxr-xr-x
sun3
[ DIR ]
drwxr-xr-x
sun3x
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
Kconfig
3.22
KB
-rw-r--r--
Kconfig.bus
2.12
KB
-rw-r--r--
Kconfig.cpu
12.5
KB
-rw-r--r--
Kconfig.debug
1.37
KB
-rw-r--r--
Kconfig.devices
4.38
KB
-rw-r--r--
Kconfig.machine
12.44
KB
-rw-r--r--
Makefile
5.12
KB
-rw-r--r--
install.sh
1.24
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kconfig.debug
# SPDX-License-Identifier: GPL-2.0 menu "Kernel hacking" source "lib/Kconfig.debug" config BOOTPARAM bool 'Compiled-in Kernel Boot Parameter' config BOOTPARAM_STRING string 'Kernel Boot Parameter' default 'console=ttyS0,19200' depends on BOOTPARAM config EARLY_PRINTK bool "Early printk" depends on !(SUN3 || M68000 || COLDFIRE) help Write kernel log output directly to a serial port. Where implemented, output goes to the framebuffer as well. PROM console functionality on Sun 3x is not affected by this option. Pass "earlyprintk" on the kernel command line to get a boot console. This is useful for kernel debugging when your machine crashes very early, i.e. before the normal console driver is loaded. You should normally say N here, unless you want to debug such a crash. if !MMU config FULLDEBUG bool "Full Symbolic/Source Debugging support" help Enable debugging symbols on kernel build. config HIGHPROFILE bool "Use fast second timer for profiling" depends on COLDFIRE help Use a fast secondary clock to produce profiling information. config NO_KERNEL_MSG bool "Suppress Kernel BUG Messages" help Do not output any debug BUG messages within the kernel. config BDM_DISABLE bool "Disable BDM signals" depends on COLDFIRE help Disable the ColdFire CPU's BDM signals. endif endmenu
Close