Rev 3425 | Rev 4377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3425 | Rev 3597 | ||
|---|---|---|---|
| Line 167... | Line 167... | ||
| 167 | printf("init[%" PRIc "].addr is not frame aligned", i); |
167 | printf("init[%" PRIc "].addr is not frame aligned", i); |
| 168 | continue; |
168 | continue; |
| 169 | } |
169 | } |
| 170 | 170 | ||
| 171 | int rc = program_create_from_image((void *) init.tasks[i].addr, |
171 | int rc = program_create_from_image((void *) init.tasks[i].addr, |
| 172 | &programs[i]); |
172 | "init-bin", &programs[i]); |
| 173 | 173 | ||
| 174 | if (rc == 0 && programs[i].task != NULL) { |
174 | if (rc == 0 && programs[i].task != NULL) { |
| 175 | /* |
175 | /* |
| 176 | * Set capabilities to init userspace tasks. |
176 | * Set capabilities to init userspace tasks. |
| 177 | */ |
177 | */ |