:: commit 9cdb23960585d677dc11f3ad53019c90bb2ac206

ilobilo <68286835+ilobilo@users.noreply.github.com> — 2021-11-10 06:40

parents: becf92eceb

Update stivale2.c

diff --git a/test/stivale2.c b/test/stivale2.c
index 8a3d19ae..2f58d529 100644
--- a/test/stivale2.c
+++ b/test/stivale2.c
@@ -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
 };
 
tab: 248 wrap: offon