From dfd347db02b9f2bc9c11e7176bb31ababb72e06b Mon Sep 17 00:00:00 2001 From: pitust Date: Mon, 1 Nov 2021 21:14:27 +0000 Subject: [PATCH] bootboot: i swear this is the last CI fix --- stage23/protos/bootboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage23/protos/bootboot.c b/stage23/protos/bootboot.c index 738b7155..e3298c26 100644 --- a/stage23/protos/bootboot.c +++ b/stage23/protos/bootboot.c @@ -198,7 +198,7 @@ void bootboot_load(char *config, void *efi_system_table) { uint8_t* ramdisk_data = freadall(ramdisk_file, MEMMAP_KERNEL_AND_MODULES); ramdisk_size = ramdisk_file->size; - ramdisk_start = (uint64_t)ramdisk_data; + ramdisk_start = (uint64_t)(size_t)ramdisk_data; } /// Header info ///