From c7fe1ab6e2f97a7f0bfc6aaf97374f841fb63c0d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 3 Mar 2026 15:44:28 +0100 Subject: feat: syschk, hal{x64}: ATA PIO patches, reworked I/O system. Signed-off-by: Amlal El Mahrouss --- src/kernel/FirmwareKit/EFI/API.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/kernel/FirmwareKit/EFI/API.h') diff --git a/src/kernel/FirmwareKit/EFI/API.h b/src/kernel/FirmwareKit/EFI/API.h index bbd0588b..fce2b411 100644 --- a/src/kernel/FirmwareKit/EFI/API.h +++ b/src/kernel/FirmwareKit/EFI/API.h @@ -1,4 +1,4 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel @@ -71,8 +71,6 @@ inline void ThrowError(const EfiCharType* ErrorCode, const EfiCharType* Reason) } // namespace Boot inline void fw_init_efi(EfiSystemTable* SystemTable) { - if (!SystemTable) return; - ST = SystemTable; BS = ST->BootServices; } -- cgit v1.2.3