From 5ff418dd91bbe033486abaf7402c23e075a3e1a3 Mon Sep 17 00:00:00 2001 From: ilobilo <68286835+ilobilo@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:41:25 +0400 Subject: [PATCH] Update stivale.c --- test/stivale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stivale.c b/test/stivale.c index ea913406..8106e357 100644 --- a/test/stivale.c +++ b/test/stivale.c @@ -12,7 +12,7 @@ struct stivale_header header = { .framebuffer_bpp = 0, .framebuffer_width = 0, .framebuffer_height = 0, - .flags = (1 << 3), + .flags = (1 << 3) | (1 << 4), .entry_point = (uint64_t)(uintptr_t)stivale_main };