From 5873fc965fa6a2338eaf4673c0c2c899a2fe7ef6 Mon Sep 17 00:00:00 2001 From: ilobilo <68286835+ilobilo@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:40:57 +0400 Subject: [PATCH] Update stivale2.c --- test/stivale2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };