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