diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-05 09:29:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-05 09:29:00 +0100 |
| commit | 5903f0c8eca69916c3acffcbe0a20a9af36fdf27 (patch) | |
| tree | 307f5c3289c3208f613425eb55f04bccd69da8d8 /dev/Boot/BootKit/BootKit.h | |
| parent | 188550e4f26c77e33dcc2a83c4775d17e47dcb39 (diff) | |
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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/BootKit/BootKit.h')
| -rw-r--r-- | dev/Boot/BootKit/BootKit.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
