vmlinux.lds.S (0612ec48762bf8712db1925b2e67246d2237ebab) vmlinux.lds.S (51b563fc93c8cb5bff1d67a0a71c374e4a4ea049)
1
2KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
3
1#ifdef CONFIG_LD_SCRIPT_STATIC
2#include "uml.lds.S"
3#else
4#include "dyn.lds.S"
5#endif
4#ifdef CONFIG_LD_SCRIPT_STATIC
5#include "uml.lds.S"
6#else
7#include "dyn.lds.S"
8#endif