sp1: Bump version to v0.0.2

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-04-21 19:04:18 -04:00
parent d93d7004bc
commit e259cfa79d
+2 -1
View File
@@ -18,7 +18,7 @@
#include <mm/physmem.h> #include <mm/physmem.h>
#include <mm/vm.h> #include <mm/vm.h>
#define KERNEL_VERSION "0.0.1" #define KERNEL_VERSION "0.0.2"
/* Bootstrap processor */ /* Bootstrap processor */
static struct cpu_info bsp; static struct cpu_info bsp;
@@ -34,6 +34,7 @@ boot_banner(void)
{ {
printf("-- sp1/amd64 %s --\n", KERNEL_VERSION); printf("-- sp1/amd64 %s --\n", KERNEL_VERSION);
printf("yiff!~ preparing syspaw for you!... <3\n"); printf("yiff!~ preparing syspaw for you!... <3\n");
printf("i love you, you matter - stay, stay\n");
} }
void void