From c60bad10660fbb3388f52f3ffddc579c2d346c28 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Sat, 12 Oct 2024 22:13:12 -0400 Subject: [PATCH] reduced stage2 to 24KiB --- include/config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.inc b/include/config.inc index db74252..ea4bbd7 100755 --- a/include/config.inc +++ b/include/config.inc @@ -21,7 +21,7 @@ %ifndef __INC_STEVIA_CONFIG %define SECTOR_SIZE 512 -%define STAGE2_SECTOR_COUNT 0x40 +%define STAGE2_SECTOR_COUNT 0x30 ; 32 KiB %define MAX_STAGE2_BYTES (SECTOR_SIZE * STAGE2_SECTOR_COUNT)