vmlinux.lds.S 177 B

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