build: add real version numbering

This commit is contained in:
2026-04-30 20:53:24 +01:00
parent 5e9a165578
commit 6f178f1a60
5 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ extern char __pstart[], __pend[];
void print_kernel_banner(void)
{
printk("Magenta kernel version " BUILD_ID);
printk("Magenta version " KERNEL_VERSION);
}
static void hang(void)