diff options
Diffstat (limited to 'dev/zka/KernelKit')
| -rw-r--r-- | dev/zka/KernelKit/CodeMgr.h (renamed from dev/zka/KernelKit/CodeMgr.hxx) | 6 | ||||
| -rw-r--r-- | dev/zka/KernelKit/DebugOutput.h (renamed from dev/zka/KernelKit/DebugOutput.hxx) | 8 | ||||
| -rw-r--r-- | dev/zka/KernelKit/Defines.h (renamed from dev/zka/KernelKit/Defines.hxx) | 2 | ||||
| -rw-r--r-- | dev/zka/KernelKit/DeviceMgr.h (renamed from dev/zka/KernelKit/DeviceMgr.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/KernelKit/DriveMgr.h (renamed from dev/zka/KernelKit/DriveMgr.hxx) | 16 | ||||
| -rw-r--r-- | dev/zka/KernelKit/FileMgr.h (renamed from dev/zka/KernelKit/FileMgr.hxx) | 20 | ||||
| -rw-r--r-- | dev/zka/KernelKit/HardwareThreadScheduler.h (renamed from dev/zka/KernelKit/HardwareThreadScheduler.hxx) | 6 | ||||
| -rw-r--r-- | dev/zka/KernelKit/Heap.h (renamed from dev/zka/KernelKit/Heap.hxx) | 6 | ||||
| -rw-r--r-- | dev/zka/KernelKit/IDLLObject.h (renamed from dev/zka/KernelKit/IDLLObject.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/KernelKit/IPEFDLLObject.h (renamed from dev/zka/KernelKit/IPEFDLLObject.hxx) | 10 | ||||
| -rw-r--r-- | dev/zka/KernelKit/LPC.h (renamed from dev/zka/KernelKit/LPC.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/KernelKit/LoaderInterface.h (renamed from dev/zka/KernelKit/LoaderInterface.hxx) | 8 | ||||
| -rw-r--r-- | dev/zka/KernelKit/LockDelegate.h (renamed from dev/zka/KernelKit/LockDelegate.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/KernelKit/MSDOS.h (renamed from dev/zka/KernelKit/MSDOS.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PCI/DMA.h (renamed from dev/zka/KernelKit/PCI/DMA.hxx) | 10 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PCI/Database.h (renamed from dev/zka/KernelKit/PCI/Database.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PCI/Device.h (renamed from dev/zka/KernelKit/PCI/Device.hxx) | 2 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PCI/Express.h (renamed from dev/zka/KernelKit/PCI/Express.hxx) | 2 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PCI/IO.h (renamed from dev/zka/KernelKit/PCI/IO.hxx) | 8 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PCI/Iterator.h (renamed from dev/zka/KernelKit/PCI/Iterator.hxx) | 10 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PCI/PCI.h (renamed from dev/zka/KernelKit/PCI/PCI.hxx) | 2 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PE.h (renamed from dev/zka/KernelKit/PE.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PECodeMgr.h (renamed from dev/zka/KernelKit/PECodeMgr.hxx) | 8 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PEF.h (renamed from dev/zka/KernelKit/PEF.hxx) | 8 | ||||
| -rw-r--r-- | dev/zka/KernelKit/PEFCodeMgr.h (renamed from dev/zka/KernelKit/PEFCodeMgr.hxx) | 8 | ||||
| -rw-r--r-- | dev/zka/KernelKit/Semaphore.h (renamed from dev/zka/KernelKit/Semaphore.hxx) | 6 | ||||
| -rw-r--r-- | dev/zka/KernelKit/ThreadLocalStorage.h (renamed from dev/zka/KernelKit/ThreadLocalStorage.hxx) | 2 | ||||
| -rw-r--r-- | dev/zka/KernelKit/ThreadLocalStorage.inl | 2 | ||||
| -rw-r--r-- | dev/zka/KernelKit/Timer.h (renamed from dev/zka/KernelKit/Timer.hxx) | 6 | ||||
| -rw-r--r-- | dev/zka/KernelKit/User.h (renamed from dev/zka/KernelKit/User.hxx) | 8 | ||||
| -rw-r--r-- | dev/zka/KernelKit/UserProcessScheduler.h (renamed from dev/zka/KernelKit/UserProcessScheduler.hxx) | 10 | ||||
| -rw-r--r-- | dev/zka/KernelKit/XCOFF.h (renamed from dev/zka/KernelKit/XCOFF.hxx) | 2 |
32 files changed, 102 insertions, 102 deletions
diff --git a/dev/zka/KernelKit/CodeMgr.hxx b/dev/zka/KernelKit/CodeMgr.h index 127f3b7b..41a90ec5 100644 --- a/dev/zka/KernelKit/CodeMgr.hxx +++ b/dev/zka/KernelKit/CodeMgr.h @@ -14,9 +14,9 @@ #pragma once -#include <KernelKit/PECodeMgr.hxx> -#include <KernelKit/PEFCodeMgr.hxx> -#include <KernelKit/IPEFDLLObject.hxx> +#include <KernelKit/PECodeMgr.h> +#include <KernelKit/PEFCodeMgr.h> +#include <KernelKit/IPEFDLLObject.h> namespace Kernel { diff --git a/dev/zka/KernelKit/DebugOutput.hxx b/dev/zka/KernelKit/DebugOutput.h index 142debc7..e7e466e3 100644 --- a/dev/zka/KernelKit/DebugOutput.hxx +++ b/dev/zka/KernelKit/DebugOutput.h @@ -6,10 +6,10 @@ #pragma once -#include <KernelKit/DeviceMgr.hxx> -#include <CompilerKit/CompilerKit.hxx> -#include <NewKit/OwnPtr.hxx> -#include <NewKit/Stream.hxx> +#include <KernelKit/DeviceMgr.h> +#include <CompilerKit/CompilerKit.h> +#include <NewKit/OwnPtr.h> +#include <NewKit/Stream.h> #define kDebugMaxPorts 16 diff --git a/dev/zka/KernelKit/Defines.hxx b/dev/zka/KernelKit/Defines.h index 3e59716f..48befc8e 100644 --- a/dev/zka/KernelKit/Defines.hxx +++ b/dev/zka/KernelKit/Defines.h @@ -6,6 +6,6 @@ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> #define KERNELKIT_VERSION "1.02" diff --git a/dev/zka/KernelKit/DeviceMgr.hxx b/dev/zka/KernelKit/DeviceMgr.h index 5788d1b0..1f767aa6 100644 --- a/dev/zka/KernelKit/DeviceMgr.hxx +++ b/dev/zka/KernelKit/DeviceMgr.h @@ -18,8 +18,8 @@ /* @file KernelKit/DeviceMgr.hpp */ /* @brief Device abstraction and I/O buffer. */ -#include <NewKit/ErrorOr.hxx> -#include <NewKit/Ref.hxx> +#include <NewKit/ErrorOr.h> +#include <NewKit/Ref.h> #define cDevicePath "\\Mount\\" diff --git a/dev/zka/KernelKit/DriveMgr.hxx b/dev/zka/KernelKit/DriveMgr.h index ddff013b..850217cb 100644 --- a/dev/zka/KernelKit/DriveMgr.hxx +++ b/dev/zka/KernelKit/DriveMgr.h @@ -7,14 +7,14 @@ #ifndef __INC_DRIVE_MANAGER_HXX__ #define __INC_DRIVE_MANAGER_HXX__ -#include <KernelKit/UserProcessScheduler.hxx> -#include <CompilerKit/CompilerKit.hxx> -#include <KernelKit/DebugOutput.hxx> -#include <KernelKit/DeviceMgr.hxx> -#include <KernelKit/LPC.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/String.hxx> -#include <NewKit/Ref.hxx> +#include <KernelKit/UserProcessScheduler.h> +#include <CompilerKit/CompilerKit.h> +#include <KernelKit/DebugOutput.h> +#include <KernelKit/DeviceMgr.h> +#include <KernelKit/LPC.h> +#include <NewKit/Defines.h> +#include <NewKit/String.h> +#include <NewKit/Ref.h> #define kMaxDriveCountPerMountpoint (4U) diff --git a/dev/zka/KernelKit/FileMgr.hxx b/dev/zka/KernelKit/FileMgr.h index fc6e6fc1..cdda89e7 100644 --- a/dev/zka/KernelKit/FileMgr.hxx +++ b/dev/zka/KernelKit/FileMgr.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: FileMgr.hxx + File: FileMgr.h Purpose: Kernel file manager. ------------------------------------------- */ @@ -20,17 +20,17 @@ #pragma once #ifdef __FSKIT_USE_NEFS__ -#include <FSKit/NeFS.hxx> +#include <FSKit/NeFS.h> #endif // __FSKIT_USE_NEFS__ -#include <CompilerKit/CompilerKit.hxx> -#include <HintKit/CompilerHint.hxx> -#include <KernelKit/LPC.hxx> -#include <KernelKit/DebugOutput.hxx> -#include <NewKit/Stream.hxx> -#include <NewKit/ErrorOr.hxx> -#include <KernelKit/Heap.hxx> -#include <NewKit/Ref.hxx> +#include <CompilerKit/CompilerKit.h> +#include <HintKit/CompilerHint.h> +#include <KernelKit/LPC.h> +#include <KernelKit/DebugOutput.h> +#include <NewKit/Stream.h> +#include <NewKit/ErrorOr.h> +#include <KernelKit/Heap.h> +#include <NewKit/Ref.h> /// @brief Filesystem manager, abstraction over mounted filesystem. /// Works like the VFS or IFS. diff --git a/dev/zka/KernelKit/HardwareThreadScheduler.hxx b/dev/zka/KernelKit/HardwareThreadScheduler.h index c026f6ac..15848d97 100644 --- a/dev/zka/KernelKit/HardwareThreadScheduler.hxx +++ b/dev/zka/KernelKit/HardwareThreadScheduler.h @@ -7,9 +7,9 @@ #ifndef __INC_MP_MANAGER_HPP__ #define __INC_MP_MANAGER_HPP__ -#include <ArchKit/ArchKit.hxx> -#include <CompilerKit/CompilerKit.hxx> -#include <NewKit/Ref.hxx> +#include <ArchKit/ArchKit.h> +#include <CompilerKit/CompilerKit.h> +#include <NewKit/Ref.h> /// @note Last Rev Sun 28 Jul CET 2024 /// @note Last Rev Thu, Aug 1, 2024 9:07:38 AM diff --git a/dev/zka/KernelKit/Heap.hxx b/dev/zka/KernelKit/Heap.h index cfa3fc94..a136b42f 100644 --- a/dev/zka/KernelKit/Heap.hxx +++ b/dev/zka/KernelKit/Heap.h @@ -8,11 +8,11 @@ #define INC_KERNEL_HEAP_HXX // last-rev 30/01/24 -// file: Heap.hxx +// file: Heap.h // description: heap allocation for the Kernel. -#include <NewKit/Defines.hxx> -#include <NewKit/Stop.hxx> +#include <NewKit/Defines.h> +#include <NewKit/Stop.h> namespace Kernel { diff --git a/dev/zka/KernelKit/IDLLObject.hxx b/dev/zka/KernelKit/IDLLObject.h index 1755b403..e3b09ccc 100644 --- a/dev/zka/KernelKit/IDLLObject.hxx +++ b/dev/zka/KernelKit/IDLLObject.h @@ -9,8 +9,8 @@ #pragma once -#include <NewKit/Defines.hxx> -#include <CompilerKit/CompilerKit.hxx> +#include <NewKit/Defines.h> +#include <CompilerKit/CompilerKit.h> namespace Kernel { diff --git a/dev/zka/KernelKit/IPEFDLLObject.hxx b/dev/zka/KernelKit/IPEFDLLObject.h index 7852381d..8c0703ed 100644 --- a/dev/zka/KernelKit/IPEFDLLObject.hxx +++ b/dev/zka/KernelKit/IPEFDLLObject.h @@ -10,11 +10,11 @@ #ifndef __KERNELKIT_SHARED_OBJECT_HXX__ #define __KERNELKIT_SHARED_OBJECT_HXX__ -#include <KernelKit/PEF.hxx> -#include <NewKit/Defines.hxx> -#include <KernelKit/PEFCodeMgr.hxx> -#include <KernelKit/UserProcessScheduler.hxx> -#include <KernelKit/IDLLObject.hxx> +#include <KernelKit/PEF.h> +#include <NewKit/Defines.h> +#include <KernelKit/PEFCodeMgr.h> +#include <KernelKit/UserProcessScheduler.h> +#include <KernelKit/IDLLObject.h> namespace Kernel { diff --git a/dev/zka/KernelKit/LPC.hxx b/dev/zka/KernelKit/LPC.h index 57c38390..b0b0fae8 100644 --- a/dev/zka/KernelKit/LPC.hxx +++ b/dev/zka/KernelKit/LPC.h @@ -6,9 +6,9 @@ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> -/// @file LPC.hxx +/// @file LPC.h /// @brief Local Process Codes. #define ErrLocalIsOk() (Kernel::UserProcessScheduler::The().CurrentProcess().Leak().GetLocalCode() == Kernel::kErrorSuccess) diff --git a/dev/zka/KernelKit/LoaderInterface.hxx b/dev/zka/KernelKit/LoaderInterface.h index 246978dd..843b42d8 100644 --- a/dev/zka/KernelKit/LoaderInterface.hxx +++ b/dev/zka/KernelKit/LoaderInterface.h @@ -6,10 +6,10 @@ #pragma once -#include <CompilerKit/CompilerKit.hxx> -#include <HintKit/CompilerHint.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/ErrorOr.hxx> +#include <CompilerKit/CompilerKit.h> +#include <HintKit/CompilerHint.h> +#include <NewKit/Defines.h> +#include <NewKit/ErrorOr.h> namespace Kernel { diff --git a/dev/zka/KernelKit/LockDelegate.hxx b/dev/zka/KernelKit/LockDelegate.h index 0181fc9b..8f7e9a42 100644 --- a/dev/zka/KernelKit/LockDelegate.hxx +++ b/dev/zka/KernelKit/LockDelegate.h @@ -6,8 +6,8 @@ #pragma once -#include <NewKit/Atom.hxx> -#include <NewKit/Defines.hxx> +#include <NewKit/Atom.h> +#include <NewKit/Defines.h> namespace Kernel { diff --git a/dev/zka/KernelKit/MSDOS.hxx b/dev/zka/KernelKit/MSDOS.h index 1a0698b3..b9f8f13c 100644 --- a/dev/zka/KernelKit/MSDOS.hxx +++ b/dev/zka/KernelKit/MSDOS.h @@ -14,8 +14,8 @@ #ifndef __MSDOS_EXEC__ #define __MSDOS_EXEC__ -#include <KernelKit/PE.hxx> -#include <NewKit/Defines.hxx> +#include <KernelKit/PE.h> +#include <NewKit/Defines.h> // Last Rev // Sat Feb 24 CET 2024 diff --git a/dev/zka/KernelKit/PCI/DMA.hxx b/dev/zka/KernelKit/PCI/DMA.h index 94dd5ad5..d13f2c05 100644 --- a/dev/zka/KernelKit/PCI/DMA.hxx +++ b/dev/zka/KernelKit/PCI/DMA.h @@ -6,11 +6,11 @@ #pragma once -#include <KernelKit/DeviceMgr.hxx> -#include <KernelKit/PCI/Device.hxx> -#include <NewKit/Array.hxx> -#include <NewKit/OwnPtr.hxx> -#include <NewKit/Ref.hxx> +#include <KernelKit/DeviceMgr.h> +#include <KernelKit/PCI/Device.h> +#include <NewKit/Array.h> +#include <NewKit/OwnPtr.h> +#include <NewKit/Ref.h> namespace Kernel { diff --git a/dev/zka/KernelKit/PCI/Database.hxx b/dev/zka/KernelKit/PCI/Database.h index 16b5c787..4985049a 100644 --- a/dev/zka/KernelKit/PCI/Database.hxx +++ b/dev/zka/KernelKit/PCI/Database.h @@ -5,8 +5,8 @@ ------------------------------------------- */ #pragma once -#include <KernelKit/PCI/Device.hxx> -#include <NewKit/Defines.hxx> +#include <KernelKit/PCI/Device.h> +#include <NewKit/Defines.h> namespace Kernel { diff --git a/dev/zka/KernelKit/PCI/Device.hxx b/dev/zka/KernelKit/PCI/Device.h index bc1b4eb7..cdedb92b 100644 --- a/dev/zka/KernelKit/PCI/Device.hxx +++ b/dev/zka/KernelKit/PCI/Device.h @@ -5,7 +5,7 @@ ------------------------------------------- */ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> namespace Kernel::PCI { diff --git a/dev/zka/KernelKit/PCI/Express.hxx b/dev/zka/KernelKit/PCI/Express.h index 1e7ce5bc..57962631 100644 --- a/dev/zka/KernelKit/PCI/Express.hxx +++ b/dev/zka/KernelKit/PCI/Express.h @@ -6,6 +6,6 @@ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> #define PCI_EXPRESS_BUS_COUNT (4096) diff --git a/dev/zka/KernelKit/PCI/IO.hxx b/dev/zka/KernelKit/PCI/IO.h index 58287a9b..d42119f2 100644 --- a/dev/zka/KernelKit/PCI/IO.hxx +++ b/dev/zka/KernelKit/PCI/IO.h @@ -6,10 +6,10 @@ #pragma once -#include <ArchKit/ArchKit.hxx> -#include <NewKit/Array.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/Ref.hxx> +#include <ArchKit/ArchKit.h> +#include <NewKit/Array.h> +#include <NewKit/Defines.h> +#include <NewKit/Ref.h> namespace Kernel { diff --git a/dev/zka/KernelKit/PCI/Iterator.hxx b/dev/zka/KernelKit/PCI/Iterator.h index a065f9de..232a4671 100644 --- a/dev/zka/KernelKit/PCI/Iterator.hxx +++ b/dev/zka/KernelKit/PCI/Iterator.h @@ -7,11 +7,11 @@ #ifndef __PCI_ITERATOR_HPP__ #define __PCI_ITERATOR_HPP__ -#include <KernelKit/PCI/Database.hxx> -#include <KernelKit/PCI/Device.hxx> -#include <NewKit/Array.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/Ref.hxx> +#include <KernelKit/PCI/Database.h> +#include <KernelKit/PCI/Device.h> +#include <NewKit/Array.h> +#include <NewKit/Defines.h> +#include <NewKit/Ref.h> #define ZKA_BUS_COUNT (256) #define ZKA_DEVICE_COUNT (33) diff --git a/dev/zka/KernelKit/PCI/PCI.hxx b/dev/zka/KernelKit/PCI/PCI.h index 2433be43..b445074f 100644 --- a/dev/zka/KernelKit/PCI/PCI.hxx +++ b/dev/zka/KernelKit/PCI/PCI.h @@ -6,7 +6,7 @@ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> #define cPCIConfigAddressPort (0xCF8) #define cPCIConfigDataPort (0xCFC) diff --git a/dev/zka/KernelKit/PE.hxx b/dev/zka/KernelKit/PE.h index 54b1b12e..b077f251 100644 --- a/dev/zka/KernelKit/PE.hxx +++ b/dev/zka/KernelKit/PE.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: PE.hxx + File: PE.h Purpose: Portable Executable for Kernel. Revision History: @@ -14,7 +14,7 @@ #ifndef __KERNELKIT_INC_PE_HXX__ #define __KERNELKIT_INC_PE_HXX__ -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> #define kPeSignature 0x00004550 diff --git a/dev/zka/KernelKit/PECodeMgr.hxx b/dev/zka/KernelKit/PECodeMgr.h index 39551909..14dd8c1a 100644 --- a/dev/zka/KernelKit/PECodeMgr.hxx +++ b/dev/zka/KernelKit/PECodeMgr.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: PECodeMgr.hxx + File: PECodeMgr.h Purpose: PE32+ Code Mgr and DLL mgr. Revision History: @@ -19,6 +19,6 @@ //////////////////////////////////////////////////// -#include <KernelKit/PE.hxx> -#include <NewKit/ErrorOr.hxx> -#include <NewKit/String.hxx> +#include <KernelKit/PE.h> +#include <NewKit/ErrorOr.h> +#include <NewKit/String.h> diff --git a/dev/zka/KernelKit/PEF.hxx b/dev/zka/KernelKit/PEF.h index 98287693..15f9c5e2 100644 --- a/dev/zka/KernelKit/PEF.hxx +++ b/dev/zka/KernelKit/PEF.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: PEF.hxx + File: PEF.h Purpose: Preferred Executable Format for Kernel. Revision History: @@ -14,9 +14,9 @@ #ifndef __KERNELKIT_INC_PEF_HXX__ #define __KERNELKIT_INC_PEF_HXX__ -#include <CompilerKit/CompilerKit.hxx> -#include <KernelKit/LoaderInterface.hxx> -#include <NewKit/Defines.hxx> +#include <CompilerKit/CompilerKit.h> +#include <KernelKit/LoaderInterface.h> +#include <NewKit/Defines.h> #define kPefMagic "Joy!" #define kPefMagicFat "yoJ!" diff --git a/dev/zka/KernelKit/PEFCodeMgr.hxx b/dev/zka/KernelKit/PEFCodeMgr.h index 006fa6e6..8ad9eb01 100644 --- a/dev/zka/KernelKit/PEFCodeMgr.hxx +++ b/dev/zka/KernelKit/PEFCodeMgr.h @@ -7,10 +7,10 @@ #ifndef _INC_CODE_MANAGER_PEF_HXX_ #define _INC_CODE_MANAGER_PEF_HXX_ -#include <KernelKit/PEF.hxx> -#include <NewKit/ErrorOr.hxx> -#include <NewKit/String.hxx> -#include <KernelKit/FileMgr.hxx> +#include <KernelKit/PEF.h> +#include <NewKit/ErrorOr.h> +#include <NewKit/String.h> +#include <KernelKit/FileMgr.h> #define kPefApplicationMime "application/vnd-zka-executable" diff --git a/dev/zka/KernelKit/Semaphore.hxx b/dev/zka/KernelKit/Semaphore.h index 535a683b..0ce17e9d 100644 --- a/dev/zka/KernelKit/Semaphore.hxx +++ b/dev/zka/KernelKit/Semaphore.h @@ -6,9 +6,9 @@ #pragma once -#include <NewKit/Defines.hxx> -#include <KernelKit/Timer.hxx> -#include <CompilerKit/CompilerKit.hxx> +#include <NewKit/Defines.h> +#include <KernelKit/Timer.h> +#include <CompilerKit/CompilerKit.h> namespace Kernel { diff --git a/dev/zka/KernelKit/ThreadLocalStorage.hxx b/dev/zka/KernelKit/ThreadLocalStorage.h index 55bb2b5f..1e6df991 100644 --- a/dev/zka/KernelKit/ThreadLocalStorage.hxx +++ b/dev/zka/KernelKit/ThreadLocalStorage.h @@ -7,7 +7,7 @@ #ifndef _KERNELKIT_TLS_HPP #define _KERNELKIT_TLS_HPP -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> ///! @brief Thread Local Storage for minoskrnl. diff --git a/dev/zka/KernelKit/ThreadLocalStorage.inl b/dev/zka/KernelKit/ThreadLocalStorage.inl index 2f0fe553..305d3966 100644 --- a/dev/zka/KernelKit/ThreadLocalStorage.inl +++ b/dev/zka/KernelKit/ThreadLocalStorage.inl @@ -8,7 +8,7 @@ //! @brief Allocate resources from the process's heap storage. #ifndef INC_PROCESS_SCHEDULER_HXX -#include <KernelKit/UserProcessScheduler.hxx> +#include <KernelKit/UserProcessScheduler.h> #endif template <typename T> diff --git a/dev/zka/KernelKit/Timer.hxx b/dev/zka/KernelKit/Timer.h index 345f59ca..cd0b6c4c 100644 --- a/dev/zka/KernelKit/Timer.hxx +++ b/dev/zka/KernelKit/Timer.h @@ -6,9 +6,9 @@ #pragma once -#include <ArchKit/ArchKit.hxx> -#include <CompilerKit/CompilerKit.hxx> -#include <KernelKit/LPC.hxx> +#include <ArchKit/ArchKit.h> +#include <CompilerKit/CompilerKit.h> +#include <KernelKit/LPC.h> namespace Kernel { diff --git a/dev/zka/KernelKit/User.hxx b/dev/zka/KernelKit/User.h index d082bf93..10697f28 100644 --- a/dev/zka/KernelKit/User.hxx +++ b/dev/zka/KernelKit/User.h @@ -7,10 +7,10 @@ #ifndef INC_USER_HXX #define INC_USER_HXX -#include <CompilerKit/CompilerKit.hxx> -#include <KernelKit/LPC.hxx> -#include <NewKit/String.hxx> -#include <NewKit/Defines.hxx> +#include <CompilerKit/CompilerKit.h> +#include <KernelKit/LPC.h> +#include <NewKit/String.h> +#include <NewKit/Defines.h> // user mode users. #define kSuperUser "ZKA AUTHORITY\\SUPER" diff --git a/dev/zka/KernelKit/UserProcessScheduler.hxx b/dev/zka/KernelKit/UserProcessScheduler.h index bc246683..637f41b4 100644 --- a/dev/zka/KernelKit/UserProcessScheduler.hxx +++ b/dev/zka/KernelKit/UserProcessScheduler.h @@ -7,10 +7,10 @@ #ifndef INC_PROCESS_SCHEDULER_HXX #define INC_PROCESS_SCHEDULER_HXX -#include <ArchKit/ArchKit.hxx> -#include <KernelKit/LockDelegate.hxx> -#include <KernelKit/User.hxx> -#include <NewKit/MutableArray.hxx> +#include <ArchKit/ArchKit.h> +#include <KernelKit/LockDelegate.h> +#include <KernelKit/User.h> +#include <NewKit/MutableArray.h> #define kSchedMinMicroTime (AffinityKind::kStandard) #define kSchedInvalidPID (-1) @@ -311,7 +311,7 @@ namespace Kernel const UInt32& sched_get_exit_code(void) noexcept; } // namespace Kernel -#include <KernelKit/ThreadLocalStorage.hxx> +#include <KernelKit/ThreadLocalStorage.h> //////////////////////////////////////////////////// diff --git a/dev/zka/KernelKit/XCOFF.hxx b/dev/zka/KernelKit/XCOFF.h index 9a09a617..a7cf3aff 100644 --- a/dev/zka/KernelKit/XCOFF.hxx +++ b/dev/zka/KernelKit/XCOFF.h @@ -14,7 +14,7 @@ #ifndef __INC_XCOFF_HXX__ #define __INC_XCOFF_HXX__ -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> #define cXCOFF64Magic (0x01F7) |
