From e5efb02ff49e7a5a0083acc5f4b1af5fbb73b518 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 27 Apr 2025 13:12:12 +0200 Subject: dev, kernel: AHCI support and HeFS improvements, alongside scheduler allocation tree fix. Signed-off-by: Amlal --- dev/boot/BootKit/BootKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/boot/BootKit/BootKit.h') diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index 95be7be8..aa7dde85 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -262,7 +262,7 @@ inline Boolean BDiskFormatFactory::Format(const Char* part_name) { /// @note also look at EPM headers, for free part blocks. (only applies if EPM or vEPM is used) if (fDiskDev.GetDiskSize() < kMinimumDiskSize) { - Boot::ThrowError(L"Drive-Too-Tiny", L"Can't format a NeFS partition here."); + Boot::ThrowError(L"Drive-Too-Tiny", L"Can't format a EPM partition here."); return false; } -- cgit v1.2.3