Update stivale.c

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

View File

@ -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
};