From 059be24d3b4d203043dd4dc400ddadc79e0cd09d Mon Sep 17 00:00:00 2001 From: ytret Date: Sat, 31 Jul 2021 20:59:05 +0300 Subject: [PATCH] stivale2: set ID of textmode structure tag --- stage23/protos/stivale2.c | 1 + 1 file changed, 1 insertion(+) 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;