From f683b8fd17e1b5ef88228ab611c1c3e12d45e319 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Mon, 14 Oct 2024 17:58:30 -0400 Subject: [PATCH] 16 KiB stage2 --- include/config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.inc b/include/config.inc index ea4bbd7..2a6786f 100755 --- a/include/config.inc +++ b/include/config.inc @@ -21,8 +21,8 @@ %ifndef __INC_STEVIA_CONFIG %define SECTOR_SIZE 512 -%define STAGE2_SECTOR_COUNT 0x30 -; 32 KiB +%define STAGE2_SECTOR_COUNT 0x20 +; 16 KiB %define MAX_STAGE2_BYTES (SECTOR_SIZE * STAGE2_SECTOR_COUNT) %endif