diff --git a/stage23/protos/stivale2.c b/stage23/protos/stivale2.c index b20f61c7..bc6d4592 100644 --- a/stage23/protos/stivale2.c +++ b/stage23/protos/stivale2.c @@ -459,6 +459,7 @@ skip_modeset:; init_vga_textmode(&rows, &cols, false); struct stivale2_struct_tag_textmode *tmtag = ext_mem_alloc(sizeof(struct stivale2_struct_tag_textmode)); + tmtag->tag.identifier = STIVALE2_STRUCT_TAG_TEXTMODE_ID; tmtag->address = 0xb8000; tmtag->rows = 25;