From c9fef8cfeae2047b66858385689d448a1ad5b8d0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 Aug 2024 17:12:37 +0200 Subject: [FIX+IMP] 'User' login system in order to use the system according to permissions. Signed-off-by: Amlal El Mahrouss --- dev/ZBA/BootKit/BootKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZBA/BootKit') diff --git a/dev/ZBA/BootKit/BootKit.hxx b/dev/ZBA/BootKit/BootKit.hxx index bdffb69f..166eec5d 100644 --- a/dev/ZBA/BootKit/BootKit.hxx +++ b/dev/ZBA/BootKit/BootKit.hxx @@ -320,7 +320,7 @@ inline Boolean BDiskFormatFactory::Format(const Char* partName, /// @note A catalog roughly equal to a sector. - constexpr auto cMinimumDiskSize = 4; // at minimum. + constexpr auto cMinimumDiskSize = 10; // at minimum. /// @note also look at EPM headers, for free part blocks. -- cgit v1.2.3