Index: kernel/generic/src/main/kinit.c
===================================================================
--- kernel/generic/src/main/kinit.c	(revision bdca26a0f1af74aa02df60e75d1e9a51266872ef)
+++ kernel/generic/src/main/kinit.c	(revision 183773018468cfb75d2ae6c0c3d4c86b80443151)
@@ -211,4 +211,10 @@
 	}
 
+	/*
+	 * Initialize and prepare init tasks for start.
+	 *
+	 * All tasks' phone no 0 is connected to answerbox of the first of the
+	 * init tasks (except for the first task itself).
+	 */
 	for (i = 0; i < init.cnt; i++) {
 		if (init.tasks[i].paddr % FRAME_SIZE) {
