Merge pull request #97 from ytret/trunk

stivale2: set ID of textmode structure tag
This commit is contained in:
mint 2021-07-31 20:13:36 +02:00 committed by GitHub
commit 55411728d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;