Changes in kernel/generic/include/config.h [e8039a86:c8cbd39] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/config.h
re8039a86 rc8cbd39 47 47 #define CONFIG_INIT_TASKS 32 48 48 #define CONFIG_TASK_NAME_BUFLEN 32 49 50 /** 51 * Maximum buffer size allowed for IPC_M_DATA_WRITE and IPC_M_DATA_READ 52 * requests. 53 */ 54 #define DATA_XFER_LIMIT (64 * 1024) 49 #define CONFIG_TASK_ARGUMENTS_BUFLEN 64 55 50 56 51 #ifndef __ASM__ … … 62 57 size_t size; 63 58 char name[CONFIG_TASK_NAME_BUFLEN]; 59 char arguments[CONFIG_TASK_ARGUMENTS_BUFLEN]; 64 60 } init_task_t; 65 61
Note:
See TracChangeset
for help on using the changeset viewer.