1 #define RUNTIME_DISCARD_EXIT !! 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL !! 2 #if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE) 3 !! 3 PHDRS 4 #ifdef CONFIG_LD_SCRIPT_STATIC !! 4 { 5 #include "uml.lds.S" !! 5 text PT_LOAD FILEHDR PHDRS FLAGS (7); >> 6 data PT_LOAD FLAGS (7); >> 7 } >> 8 #ifdef CONFIG_SUN3 >> 9 #include "vmlinux-sun3.lds" 6 #else 10 #else 7 #include "dyn.lds.S" !! 11 #include "vmlinux-std.lds" >> 12 #endif >> 13 #else >> 14 #include "vmlinux-nommu.lds" 8 #endif 15 #endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.