Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/um/kernel/vmlinux.lds.S
26424 views
1
#define RUNTIME_DISCARD_EXIT
2
KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
3
4
#ifdef CONFIG_LD_SCRIPT_STATIC
5
#include "uml.lds.S"
6
#else
7
#include "dyn.lds.S"
8
#endif
9
10