From 6c7e7a2a03fdd33f2fa60c504a18cf9ade46c6ec Mon Sep 17 00:00:00 2001 From: "ardi@ist-einmalig.de" Date: Tue, 9 Jun 2009 23:02:58 +0000 Subject: [PATCH] little fix --- source/fatmounter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fatmounter.c b/source/fatmounter.c index 4e9b8e09..0009cefa 100644 --- a/source/fatmounter.c +++ b/source/fatmounter.c @@ -9,8 +9,8 @@ #include //these are the only stable and speed is good -#define CACHE 32 -#define SECTORS 128 +#define CACHE 8 +#define SECTORS 64 enum BPB { BPB_jmpBoot = 0x00,