forked from M-Labs/artiq
runtime: log startup kernel start
This commit is contained in:
parent
087c2fd078
commit
38740a4abe
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue