vmlinux.lds.S 149 B

12345678
  1. KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
  2. #ifdef CONFIG_LD_SCRIPT_STATIC
  3. #include "uml.lds.S"
  4. #else
  5. #include "dyn.lds.S"
  6. #endif