From cb126a853e7ff65d31c59135bdf1c7628d81790b Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Thu, 16 Apr 2026 20:13:22 +0200 Subject: [PATCH] limine-bios-hdd.h Fix char instead of uint8_t --- sdutil/limine-bios-hdd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdutil/limine-bios-hdd.h b/sdutil/limine-bios-hdd.h index 9279a05..403dc10 100644 --- a/sdutil/limine-bios-hdd.h +++ b/sdutil/limine-bios-hdd.h @@ -1,5 +1,5 @@ /* clang-format off */ -const uint8_t binary_limine_hdd_bin_data[] = { +const char binary_limine_hdd_bin_data[] = { 0xeb, 0x3c, 0x90, 0x4c, 0x49, 0x4d, 0x49, 0x4e, 0x45, 0x20, 0x20, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x49, 0x4d, 0x49, 0x4e,