[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.63.1.el8_10.x86_64
/
arch
/
m68k
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 68000
SET
[ DEL ]
📁 amiga
SET
[ DEL ]
📁 apollo
SET
[ DEL ]
📁 atari
SET
[ DEL ]
📁 bvme6000
SET
[ DEL ]
📁 coldfire
SET
[ DEL ]
📁 emu
SET
[ DEL ]
📁 fpsp040
SET
[ DEL ]
📁 hp300
SET
[ DEL ]
📁 ifpsp060
SET
[ DEL ]
📁 kernel
SET
[ DEL ]
📁 lib
SET
[ DEL ]
📁 mac
SET
[ DEL ]
📁 math-emu
SET
[ DEL ]
📁 mm
SET
[ DEL ]
📁 mvme147
SET
[ DEL ]
📁 mvme16x
SET
[ DEL ]
📁 q40
SET
[ DEL ]
📁 sun3
SET
[ DEL ]
📁 sun3x
SET
[ DEL ]
📁 tools
SET
[ DEL ]
📄 Kconfig
3,211 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.bus
2,179 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.cpu
12,798 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.debug
1,407 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.devices
4,486 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.machine
12,736 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile
5,240 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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