2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

runtime: log startup kernel start

This commit is contained in:
Sebastien Bourdeauducq 2015-11-04 12:34:18 +08:00
parent 087c2fd078
commit 38740a4abe

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();