16 KiB stage2

This commit is contained in:
2024-10-14 17:58:30 -04:00
parent a5296bb438
commit 36fcb5faf0

View File

@@ -21,8 +21,8 @@
%ifndef __INC_STEVIA_CONFIG %ifndef __INC_STEVIA_CONFIG
%define SECTOR_SIZE 512 %define SECTOR_SIZE 512
%define STAGE2_SECTOR_COUNT 0x30 %define STAGE2_SECTOR_COUNT 0x20
; 32 KiB ; 16 KiB
%define MAX_STAGE2_BYTES (SECTOR_SIZE * STAGE2_SECTOR_COUNT) %define MAX_STAGE2_BYTES (SECTOR_SIZE * STAGE2_SECTOR_COUNT)
%endif %endif