2024-06-12 13:13:20 +08:00
|
|
|
#define RUNTIME_DISCARD_EXIT
|
2009-09-20 18:28:22 +08:00
|
|
|
KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER);
|
|
|
|
|
2005-05-06 07:15:19 +08:00
|
|
|
#ifdef CONFIG_LD_SCRIPT_STATIC
|
|
|
|
#include "uml.lds.S"
|
|
|
|
#else
|
|
|
|
#include "dyn.lds.S"
|
|
|
|
#endif
|