mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 06:02:28 +03:00
Merge pull request #97 from ytret/trunk
stivale2: set ID of textmode structure tag
This commit is contained in:
commit
55411728d1
@ -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