Changes in kernel/generic/src/main/main.c [3b3faf51:36df4109] in mainline
- File:
-
- 1 edited
-
kernel/generic/src/main/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/main.c
r3b3faf51 r36df4109 117 117 }; 118 118 119 /** Boot arguments. */120 char bargs[CONFIG_BOOT_ARGUMENTS_BUFLEN] = {};121 122 119 /** Initial user-space tasks */ 123 120 init_t init = { … … 279 276 thread_init(); 280 277 futex_init(); 281 282 sysinfo_set_item_data("boot_args", NULL, bargs, str_size(bargs) + 1); 283 278 284 279 if (init.cnt > 0) { 285 280 size_t i;
Note:
See TracChangeset
for help on using the changeset viewer.
