:: commit 059be24d3b4d203043dd4dc400ddadc79e0cd09d

ytret <ytretyakov18@gmail.com> — 2021-07-31 17:59

parents: 241c4dcc85

stivale2: set ID of textmode structure tag

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;
tab: 248 wrap: offon