:: commit 681a9a53f60cd517a6834496e789f12846478ed9

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

parents: 9cdb239605

Update stivale.c

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
 };
 
tab: 248 wrap: offon