Update stivale2.c

This commit is contained in:
ilobilo 2021-11-10 10:40:57 +04:00 committed by GitHub
parent 6a56a07d20
commit 5873fc965f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ __attribute__((section(".stivale2hdr"), used))
struct stivale2_header header2 = {
.entry_point = (uint64_t)stivale2_main,
.stack = (uintptr_t)stacks[0] + sizeof(stack),
.flags = (1 << 1) | (1 << 2) | (1 << 3),
.flags = (1 << 1) | (1 << 2) | (1 << 3) | (1 << 4),
.tags = (uint64_t)&any_video_request
};