diff options
| author | Amlal <amlal@zka.com> | 2024-07-23 09:03:11 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-23 09:03:11 +0200 |
| commit | 8eee31685e4334415870bb00b11b6b0d29821f10 (patch) | |
| tree | 29a808acfdcf6b2319b0413adbc8be693a462779 /Boot | |
| parent | 76d27cbde9371ded3c3b10cb45b223d68d58374b (diff) | |
[MHR-36] NVME driver improvements, add RLE flag for NewFS.
NVME:
- Rename NVME.hxx to Defines.hxx, inside NVME module.
NewFS:
- Add RLE flag to NewFS. Which marks catalog as compressed.
Meta:
- Remove unused headers.
- Use Mahrouss API version for kernel version.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/BootKit/Vendor/Qr.hxx | 1 | ||||
| -rw-r--r-- | Boot/Sources/HEL/AMD64/BootMain.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Boot/BootKit/Vendor/Qr.hxx b/Boot/BootKit/Vendor/Qr.hxx index 0571aa7c..8799d824 100644 --- a/Boot/BootKit/Vendor/Qr.hxx +++ b/Boot/BootKit/Vendor/Qr.hxx @@ -1,7 +1,6 @@ #ifndef QR_HXX #define QR_HXX -#include "BootKit/BootKit.hxx" extern "C" { #include <math.h> #include <stddef.h> diff --git a/Boot/Sources/HEL/AMD64/BootMain.cxx b/Boot/Sources/HEL/AMD64/BootMain.cxx index 15c9b7e5..5828e340 100644 --- a/Boot/Sources/HEL/AMD64/BootMain.cxx +++ b/Boot/Sources/HEL/AMD64/BootMain.cxx @@ -4,7 +4,6 @@ ------------------------------------------- */ -#include "NewKit/Json.hxx" #include <BootKit/BootKit.hxx> #include <BootKit/Rsrc/NewBoot.rsrc> #include <Modules/CoreCG/CoreCG.hxx> |
