mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 10:54:02 +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())
|
if(!kloader_start_startup_kernel())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
log("Startup kernel started");
|
||||||
while(1) {
|
while(1) {
|
||||||
kloader_service_essential_kmsg();
|
kloader_service_essential_kmsg();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user