mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 14:11:58 +03:00
stivale2: set ID of textmode structure tag
This commit is contained in:
parent
241c4dcc85
commit
059be24d3b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user