forked from M-Labs/artiq
1
0
Fork 0

runtime: log startup kernel start

This commit is contained in:
Sebastien Bourdeauducq 2015-11-04 12:34:18 +08:00
parent 087c2fd078
commit 38740a4abe
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ void session_startup_kernel(void)
if(!kloader_start_startup_kernel())
return;
log("Startup kernel started");
while(1) {
kloader_service_essential_kmsg();