diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-03 10:07:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-03 10:07:06 +0100 |
| commit | bb83659cf509f659cf1dd2e4ad239a32ad9ce119 (patch) | |
| tree | 9ed0cd541fd4ad7738ea3b3a5c108f9f6e32cadc /Private/Source | |
| parent | 275c162c7c270499408ee4cbdd8f24b6d0240117 (diff) | |
WiP: See below.
- GetDevicePathSize
- IsDevicePathValid
- DuplicateDevicePath
- Fix kernel build on MinGW-gcc.
- Will also work on kernel disk bootstrap drivers (ATA, NVME).
- Add compile_flags.txt for drivers to lint correctly.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/RuntimeMain.cxx | 2 | ||||
| -rw-r--r-- | Private/Source/Storage/ATA.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Private/Source/RuntimeMain.cxx b/Private/Source/RuntimeMain.cxx index 0cbdac1c..e042fb82 100644 --- a/Private/Source/RuntimeMain.cxx +++ b/Private/Source/RuntimeMain.cxx @@ -8,7 +8,7 @@ */ #include <ArchKit/ArchKit.hpp> -#include <EFIKit/BootProtocol.hxx> +#include <EFIKit/Handover.hxx> #include <KernelKit/FileManager.hpp> #include <KernelKit/PEFCodeManager.hxx> #include <NewKit/Json.hpp> diff --git a/Private/Source/Storage/ATA.cxx b/Private/Source/Storage/ATA.cxx index 9d7a204e..7d8ce32f 100644 --- a/Private/Source/Storage/ATA.cxx +++ b/Private/Source/Storage/ATA.cxx @@ -11,7 +11,7 @@ #include <StorageKit/ATA.hpp> //! @brief ATA DMA Driver -//! mapped by UEFI. +//! @todo: Rework into a proper ATA DMA. /// bugs 0 |
