From e6d478c038e7f8691735bf331c2887c3811762fd Mon Sep 17 00:00:00 2001 From: Zhang Junyang Date: Wed, 16 Oct 2024 01:08:10 +0800 Subject: [PATCH] Temporarily disable self-decompression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5f0e0ff4..cbb61b450 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif ifeq ($(BOOT_PROTOCOL), linux-efi-handover64) CARGO_OSDK_ARGS += --grub-mkrescue=/usr/bin/grub-mkrescue CARGO_OSDK_ARGS += --grub-boot-protocol="linux" -CARGO_OSDK_ARGS += --encoding gzip +CARGO_OSDK_ARGS += --encoding raw # FIXME: GZIP self-decompression triggers CPU faults else ifeq ($(BOOT_PROTOCOL), linux-legacy32) CARGO_OSDK_ARGS += --linux-x86-legacy-boot CARGO_OSDK_ARGS += --grub-boot-protocol="linux"