Everything
13.3 System Information
The following describes the format that must be observed when describing the system information in the system configuration file.
The GOTHIC-FONT characters in following descriptions are the reserved words, and italic face characters are the portion that the user must write the relevant numeric value.
Items enclosed by square brackets "[ ]" can be omitted.
13.3.1 System stack information
Define the following item as system stack information:
Only one information item can be defined as stack information.
The following shows the system stack information format.
 SYS_STK ( sys_stksz );

The items constituting the system stack information are as follows.
1 ) System stack size: sys_stksz
Specifies the system stack size (in bytes).
A value between 0 and 65534, aligned to a 2-byte boundary, can be specified for sys_stksz.
Note 1 The system stack is allocated to the .kernel_stack section.
Note 2 For details about the estimation of the system stack size, refer to See "13.5.1System stack size".