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
-2
View File
@@ -92,8 +92,6 @@ static void find_bsp(multiboot_info_t *mb, struct boot_module *out)
{
memset(out, 0x0, sizeof *out);
printk("modules=%u: %llx", mb->mods_count, mb->mods_addr);
multiboot_module_t *mods = PTR32(mb->mods_addr);
size_t nr_mods = mb->mods_count;