diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 10:55:46 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 10:55:58 +0100 |
| commit | 9d340d010d80b074fa9b038087a499ac4009ead1 (patch) | |
| tree | 2dbd59e26d58e3a8a24853c97629e5d9cc05c09f /dev/Boot/src | |
| parent | 5961b530b3d28a2258268c37d69dca22cc3a2423 (diff) | |
ADD: Almost done on AHCI:
- Got the HBA to respond.
- Got it to do some transfers.
- Now debugging a GPF.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/src')
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/BootEFI.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/Boot/src/HEL/AMD64/BootEFI.cc b/dev/Boot/src/HEL/AMD64/BootEFI.cc index c6d1ca9d..b3e03f01 100644 --- a/dev/Boot/src/HEL/AMD64/BootEFI.cc +++ b/dev/Boot/src/HEL/AMD64/BootEFI.cc @@ -226,6 +226,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr image_handle, syschk_thread->SetName("BootZ: System Recovery Check"); } +#ifndef __AHCI__ Boot::BDiskFormatFactory<BootDeviceATA> partition_factory; if (syschk_thread->Start(handover_hdr, NO) != kEfiOk) @@ -252,6 +253,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr image_handle, fb_clear(); } } +#endif // ------------------------------------------ // // null these fields, to avoid being reused later. |
