arch/um/kernel/vmlinux.lds.S

Source file repositories/reference/linux-study-clean/arch/um/kernel/vmlinux.lds.S

File Facts

System
Linux kernel
Corpus path
arch/um/kernel/vmlinux.lds.S
Extension
.S
Size
177 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/um
Inferred role
Architecture Layer: arch/um
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#define RUNTIME_DISCARD_EXIT
KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);

#ifdef CONFIG_LD_SCRIPT_STATIC
#include "uml.lds.S"
#else
#include "dyn.lds.S"
#endif

Annotation

Implementation Notes