From e259cfa79d6dddfa5b52a8494c910632fae39138 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 21 Apr 2026 19:04:18 -0400 Subject: [PATCH] sp1: Bump version to v0.0.2 Signed-off-by: Ian Moffett --- usr/src/sp1/common/os/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sp1/common/os/main.c b/usr/src/sp1/common/os/main.c index 044813d..79b60a3 100644 --- a/usr/src/sp1/common/os/main.c +++ b/usr/src/sp1/common/os/main.c @@ -18,7 +18,7 @@ #include #include -#define KERNEL_VERSION "0.0.1" +#define KERNEL_VERSION "0.0.2" /* Bootstrap processor */ static struct cpu_info bsp; @@ -34,6 +34,7 @@ boot_banner(void) { printf("-- sp1/amd64 %s --\n", KERNEL_VERSION); printf("yiff!~ preparing syspaw for you!... <3\n"); + printf("i love you, you matter - stay, stay\n"); } void