/arch/um/kernel/vmlinux.lds.S
http://github.com/mirrors/linux · Assembly · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · ebdd03df11c7181f5bd7d0566355aa69 MD5 · raw file
- KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
- #ifdef CONFIG_LD_SCRIPT_STATIC
- #include "uml.lds.S"
- #else
- #include "dyn.lds.S"
- #endif