diff --git a/src/impl/kernel/multiboot2.c b/src/impl/kernel/multiboot2.c index 06c498e..fb33bbe 100644 --- a/src/impl/kernel/multiboot2.c +++ b/src/impl/kernel/multiboot2.c @@ -60,7 +60,8 @@ void Multiboot2GetSystemInfo(u32 magic, void *responseAddress, MultibootInfo *sy // *(u8*) (responsePointer + 27) = 0; break; default: - BIOSPrintf("Multiboot tag of type %s (%d) not handled.\n", tagNames[type], type); + // Use when implementing new tags + // BIOSPrintf("Multiboot tag of type %s (%d) not handled.\n", tagNames[type], type); break; }