From 309bb0db2d34df629f5b9450350951884fd66ee1 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 5 Oct 2022 21:57:38 +0100 Subject: [PATCH] qemu kernel: choose an endianness more than mildly surprised this wasn't causing it to report some kind of error, tbh --- devices/qemu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/qemu.nix b/devices/qemu.nix index de2cb4bb..930e598b 100644 --- a/devices/qemu.nix +++ b/devices/qemu.nix @@ -26,7 +26,7 @@ SLAB= "y"; MIPS_MALTA= "y"; CPU_LITTLE_ENDIAN= "n"; - CPU_BIG_ENDIAN= "n"; + CPU_BIG_ENDIAN= "y"; CPU_MIPS32_R2= "y"; PAGE_SIZE_16KB= "y"; NR_CPUS= "1";