From 5903f0c8eca69916c3acffcbe0a20a9af36fdf27 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 5 Jan 2025 09:29:00 +0100 Subject: ADD: Managed to get some progress on SATA support. ADD: A new patch for the NeFS the backend. ADD: Don't let BootKit write the first catalogs. Signed-off-by: Amlal El Mahrouss --- dev/Boot/BootKit/BootKit.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev/Boot/BootKit') diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h index ec190724..610cc3e9 100644 --- a/dev/Boot/BootKit/BootKit.h +++ b/dev/Boot/BootKit/BootKit.h @@ -375,8 +375,6 @@ namespace Boot BTextWriter writer; writer.Write(L"BootZ: Drive has been formatted Successfully.\r"); - this->WriteCatalogList(blob_list, blob_cnt, partBlock); - return YES; } } // namespace Boot -- cgit v1.2.3