Changeset bfa4ffa in mainline for kernel/generic/include/config.h
- Timestamp:
- 2016-12-27T13:34:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9185e42
- Parents:
- 0d9b4a8 (diff), 73d8600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/config.h
r0d9b4a8 rbfa4ffa 43 43 44 44 #define STACK_SIZE_USER (1 * 1024 * 1024) 45 46 #define CONFIG_BOOT_ARGUMENTS_BUFLEN 256 45 47 46 48 #define CONFIG_INIT_TASKS 32 … … 102 104 103 105 extern config_t config; 106 extern char bargs[]; 104 107 extern init_t init; 105 108 extern ballocs_t ballocs;
Note:
See TracChangeset
for help on using the changeset viewer.