Subversion Repositories HelenOS

Rev

Rev 4055 | Rev 4201 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4055 Rev 4156
Line 254... Line 254...
254
    } else
254
    } else
255
        printf("No init binaries found\n");
255
        printf("No init binaries found\n");
256
   
256
   
257
    LOG_EXEC(ipc_init());
257
    LOG_EXEC(ipc_init());
258
    LOG_EXEC(klog_init());
258
    LOG_EXEC(klog_init());
259
    LOG_EXEC(console_init());
-
 
260
   
259
   
261
#ifdef CONFIG_KCONSOLE
260
#ifdef CONFIG_KCONSOLE
262
    LOG_EXEC(kconsole_notify_init());
261
    LOG_EXEC(kconsole_notify_init());
263
#endif
262
#endif
264
   
263