From 560a6c233286ec736a7a7c570efc68161c9953be Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Jul 2024 16:49:29 +0200 Subject: MHR-36: newoskrnl: Adding support for ARM64 based UEFI machines, (EPM UEFI) Signed-off-by: Amlal El Mahrouss --- Boot/BootKit/BootKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Boot/BootKit/BootKit.hxx') diff --git a/Boot/BootKit/BootKit.hxx b/Boot/BootKit/BootKit.hxx index 850f3896..a4453138 100644 --- a/Boot/BootKit/BootKit.hxx +++ b/Boot/BootKit/BootKit.hxx @@ -332,7 +332,7 @@ inline Boolean BDiskFormatFactory::Format(const char* partName, /// @note A catalog roughly equal to a sector. - constexpr auto cMinimumDiskSize = 2; // at minimum. + constexpr auto cMinimumDiskSize = 10; // at minimum. /// @note also look at EPM headers, for free part blocks. -- cgit v1.2.3