summaryrefslogtreecommitdiff
path: root/src/sys/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/os')
-rw-r--r--src/sys/os/os_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sys/os/os_init.c b/src/sys/os/os_init.c
index 3c564e3..8480a3f 100644
--- a/src/sys/os/os_init.c
+++ b/src/sys/os/os_init.c
@@ -29,6 +29,7 @@
#include <sys/cdefs.h>
#include <sys/panic.h>
+#include <sys/sysvar.h>
#include <sys/syslog.h>
#include <sys/proc.h>
#include <sys/cpuvar.h>
@@ -47,7 +48,7 @@ boot_print(void)
{
printf("%s\n", g_LOGO);
printf("Copyright (c) 2025 Ian Marco Moffett, et al\n");
- printf("booting l5 lunos v0.0.1...\n");
+ printf("booting l5 lunos %s...\n", _L5_VERSION);
}
/*