From 150499dbea44a4ecf1689990ed915467a14abb02 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Tue, 24 Feb 2026 21:12:39 +0100 Subject: block: Add a simple block layer Signed-off-by: Carlos Maiolino --- src/include/toxic/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/toxic') diff --git a/src/include/toxic/config.h b/src/include/toxic/config.h index 19d05a9..c1c1e7f 100644 --- a/src/include/toxic/config.h +++ b/src/include/toxic/config.h @@ -8,4 +8,5 @@ /* Kernel heap settings */ #define PAGE_SIZE (4096) +#define SECTOR_SIZE (512) #endif /* CONFIG_H */ -- cgit v1.2.3