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:
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
Block a user