Integrate syscall with existing svcall logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3472 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
37f8f1aabc
commit
1373360886
@ -336,6 +336,11 @@ defconfig -- This is a configuration file similar to the Linux
|
||||
CONFIG_SIG_SIGWORK - The signal number that will be used to wake-up
|
||||
the worker thread. Default: 4
|
||||
|
||||
Kernel build options:
|
||||
CONFIG_NUTTX_KERNEL - Builds NuttX as a separately compiled kernel.
|
||||
CONFIG_SYS_RESERVED - Reserved system call values for use
|
||||
by architecture-specific logic.
|
||||
|
||||
OS setup related to on-demand paging:
|
||||
|
||||
CONFIG_PAGING - If set =y in your configation file, this setting will
|
||||
|
@ -225,6 +225,8 @@ CONFIG_PASS1_OBJECT=
|
||||
# CONFIG_DEBUG_SYMBOLS - build without optimization and with
|
||||
# debug symbols (needed for use with a debugger).
|
||||
# CONFIG_NUTTX_KERNEL - Builds NuttX as a separately compiled kernel.
|
||||
# CONFIG_SYS_RESERVED - Reserved system call values for use
|
||||
# by archtecture specific ligc.
|
||||
# CONFIG_MM_REGIONS - If the architecture includes multiple
|
||||
# regions of memory to allocate from, this specifies the
|
||||
# number of memory regions that the memory manager must
|
||||
@ -313,14 +315,15 @@ CONFIG_DEBUG=n
|
||||
CONFIG_DEBUG_VERBOSE=n
|
||||
CONFIG_DEBUG_SYMBOLS=n
|
||||
CONFIG_NUTTX_KERNEL=y
|
||||
CONFIG_SYS_RESERVED=3
|
||||
CONFIG_MM_REGIONS=3
|
||||
CONFIG_ARCH_LOWPUTC=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_INSTRUMENTATION=n
|
||||
CONFIG_TASK_NAME_SIZE=0
|
||||
CONFIG_START_YEAR=2009
|
||||
CONFIG_START_MONTH=9
|
||||
CONFIG_START_DAY=21
|
||||
CONFIG_START_YEAR=2011
|
||||
CONFIG_START_MONTH=4
|
||||
CONFIG_START_DAY=6
|
||||
CONFIG_GREGORIAN_TIME=n
|
||||
CONFIG_JULIAN_TIME=n
|
||||
CONFIG_DEV_CONSOLE=y
|
||||
|
Loading…
Reference in New Issue
Block a user