summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-03 22:37:17 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-03 22:37:17 +0200
commitcc9ce57cac59bd443e2319e3b8f427172b93f7da (patch)
tree524ac4109ba00c887765f243e07e3d8c25cddffa /dev/ZKA/NewKit
parent2a20797f83b5184cd569bacefbe68efb731a1135 (diff)
[ KERNEL ] REFACTORINGS AND IMPROVEMENTS OVER KERNEL AND DRIVERS.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/NewKit')
-rw-r--r--dev/ZKA/NewKit/Defines.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/NewKit/Defines.hxx b/dev/ZKA/NewKit/Defines.hxx
index 0be72aaf..77d400df 100644
--- a/dev/ZKA/NewKit/Defines.hxx
+++ b/dev/ZKA/NewKit/Defines.hxx
@@ -67,8 +67,8 @@ namespace Kernel
using WideChar = wchar_t;
using Utf32Char = char32_t;
- typedef UInt64 PhysicalAddress;
- typedef UInt64 VirtualAddress;
+ typedef UInt32 PhysicalAddressKind;
+ typedef UIntPtr VirtualAddressKind;
using Void = void;