Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
src /
linux-hwe-6.8-headers-6.8.0-79 /
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
virt
[ DIR ]
drwxr-xr-x
install.sh
659
B
-rwxr-xr-x
Kbuild
654
B
-rw-r--r--
Kconfig
2.62
KB
-rw-r--r--
Kconfig.bus
1.8
KB
-rw-r--r--
Kconfig.cpu
13.75
KB
-rw-r--r--
Kconfig.debug
1.14
KB
-rw-r--r--
Kconfig.devices
4.38
KB
-rw-r--r--
Kconfig.machine
12.9
KB
-rw-r--r--
Makefile
3.81
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kconfig.debug
# SPDX-License-Identifier: GPL-2.0 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 BDM_DISABLE bool "Disable BDM signals" depends on COLDFIRE help Disable the ColdFire CPU's BDM signals. endif
Close