:: commit 864a0c5180660d2a4f4b21be402364aa6b695828

pitust <piotr@stelmaszek.com> — 2021-11-01 21:14

parents: 17ef1ccc97

bootboot: i swear this is the last CI fix

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