From dd643d1266229e5b7e81ae9ace988921e9c2c3b0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 19 Jun 2024 19:08:17 +0200 Subject: unstable: AMD64 fixes, finish AMD64 HAL after release of phone. Signed-off-by: Amlal El Mahrouss --- Boot/BootKit/BootKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Boot/BootKit') diff --git a/Boot/BootKit/BootKit.hxx b/Boot/BootKit/BootKit.hxx index 93b9986e..77943a10 100644 --- a/Boot/BootKit/BootKit.hxx +++ b/Boot/BootKit/BootKit.hxx @@ -330,7 +330,7 @@ inline Boolean BDiskFormatFactory::Format(const char* partName, /// @note A catalog roughly equal to a sector. - constexpr auto cMinimumDiskSize = 10; // at minimum. + constexpr auto cMinimumDiskSize = 2; // at minimum. /// @note also look at EPM headers, for free part blocks. -- cgit v1.2.3