Rev 2725 | Rev 2746 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2725 | Rev 2745 | ||
|---|---|---|---|
| Line 84... | Line 84... | ||
| 84 | /** Global configuration structure. */ |
84 | /** Global configuration structure. */ |
| 85 | config_t config; |
85 | config_t config; |
| 86 | 86 | ||
| 87 | /** Initial user-space tasks */ |
87 | /** Initial user-space tasks */ |
| 88 | init_t init = { |
88 | init_t init = { |
| 89 | 0 |
89 | .cnt = 0 |
| 90 | }; |
90 | }; |
| 91 | 91 | ||
| 92 | /** Boot allocations. */ |
92 | /** Boot allocations. */ |
| 93 | ballocs_t ballocs = { |
93 | ballocs_t ballocs = { |
| 94 | .base = NULL, |
94 | .base = NULL, |