From df5eb26ab729a3230b0fc087b734a29e92697356 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 18 Sep 2025 13:54:08 -0400 Subject: kern: Bump L5 version to v0.0.2 Signed-off-by: Ian Moffett --- src/sys/os/os_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sys/os') 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 #include +#include #include #include #include @@ -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); } /* -- cgit v1.2.3