stivale2: set ID of textmode structure tag

This commit is contained in:
ytret 2021-07-31 20:59:05 +03:00
parent 241c4dcc85
commit 059be24d3b

View File

@ -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;