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