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 /Kernel/HALKit | |
| 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 'Kernel/HALKit')
| -rw-r--r-- | Kernel/HALKit/AMD64/HalKernelMain.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/AMD64/PCI/PCI.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/HALKit/AMD64/HalKernelMain.cxx b/Kernel/HALKit/AMD64/HalKernelMain.cxx index ad031b8b..1628e5e9 100644 --- a/Kernel/HALKit/AMD64/HalKernelMain.cxx +++ b/Kernel/HALKit/AMD64/HalKernelMain.cxx @@ -221,7 +221,7 @@ EXTERN_C void hal_init_platform( strVer += "\\Properties\\KernelVersion"; cKernelVersion.GetKey() = strVer; - cKernelVersion.GetValue() = 100; + cKernelVersion.GetValue() = __MAHROUSS__; Kernel::StringView strAutoMount(cMaxPropLen); strAutoMount += "\\Properties\\AutoMountFS?"; diff --git a/Kernel/HALKit/AMD64/PCI/PCI.cxx b/Kernel/HALKit/AMD64/PCI/PCI.cxx index 3fd3f193..d15b1b9a 100644 --- a/Kernel/HALKit/AMD64/PCI/PCI.cxx +++ b/Kernel/HALKit/AMD64/PCI/PCI.cxx @@ -4,4 +4,4 @@ ------------------------------------------- */ -#include <KernelKit/PCI/PCI.hpp> +#include <KernelKit/PCI/PCI.hxx> |
