diff options
| author | Amlal <amlal@nekernel.org> | 2025-04-27 13:12:12 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-04-27 13:12:12 +0200 |
| commit | e5efb02ff49e7a5a0083acc5f4b1af5fbb73b518 (patch) | |
| tree | 769d0cf9b8e978c363a41c8fc68c7ed3bc798dde /dev/boot/BootKit/BootKit.h | |
| parent | 2a064da4102e8c9b70b2648cc3bfc116b38fe35a (diff) | |
dev, kernel: AHCI support and HeFS improvements, alongside scheduler allocation tree fix.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit/BootKit.h')
| -rw-r--r-- | dev/boot/BootKit/BootKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<BootDev>::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; } |
