protos/multiboot2: Add LOAD_BASE_ADDR and NETWORK to info request switch
diff --git a/common/protos/multiboot2.c b/common/protos/multiboot2.c
index 6ec8c6df..34e1c78d 100644
--- a/common/protos/multiboot2.c
+++ b/common/protos/multiboot2.c
@@ -196,6 +196,9 @@ noreturn void multiboot2_load(char *config, char* cmdline) {
case MULTIBOOT_TAG_TYPE_ELF_SECTIONS:
is_elf_info_requested = is_required;
break;
+ case MULTIBOOT_TAG_TYPE_LOAD_BASE_ADDR:
+ case MULTIBOOT_TAG_TYPE_NETWORK:
+ break;
default:
if (is_required)
panic(true, "multiboot2: Requested tag `%d` which is not supported", r);
