2012-04-06 23:49:35 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-07 00:45:52 +08:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 23:49:35 +08:00
|
|
|
#
|
2013-03-11 03:31:10 +08:00
|
|
|
|
|
|
|
if NUTTX_KERNEL
|
|
|
|
|
|
|
|
config SYS_RESERVED
|
|
|
|
int "Number of reserved system calls"
|
|
|
|
default 0
|
|
|
|
---help---
|
|
|
|
Kernel system calls may share the same software trapping mechanism
|
|
|
|
as other functions used by architecture port. Those software traps
|
|
|
|
must be reserved for use exclusively by the architecture. These
|
|
|
|
value specifies the number of reserved software traps used by the
|
|
|
|
architecture; number of the kernel system calls will begin with this
|
|
|
|
number.
|
|
|
|
|
|
|
|
endif
|