Changeset 012dd8e in mainline for kernel/generic/src/main/kinit.c
- Timestamp:
- 2019-08-07T09:15:30Z (5 years ago)
- Children:
- e8747bd8
- Parents:
- 780c8ce
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-01 00:08:04)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:15:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r780c8ce r012dd8e 211 211 } 212 212 213 /* 214 * Initialize and prepare init tasks for start. 215 * 216 * All tasks' phone no 0 is connected to answerbox of the first of the 217 * init tasks (except for the first task itself). 218 */ 213 219 for (i = 0; i < init.cnt; i++) { 214 220 if (init.tasks[i].paddr % FRAME_SIZE) {
Note:
See TracChangeset
for help on using the changeset viewer.