diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-08 23:45:45 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-08 23:45:45 +0200 |
| commit | a874e9cc98df994178d55996943fe81799c61d2f (patch) | |
| tree | 26f50c2f94b8269b6dfbd4d38a6ed38d359eb118 /NewKernel/HALKit | |
| parent | 0341a0f8747d94355f510a1e94fe2f43103b636e (diff) | |
MHR-23: :boom:, refactor.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'NewKernel/HALKit')
45 files changed, 48 insertions, 48 deletions
diff --git a/NewKernel/HALKit/64x0/HalVirtualMemory.cxx b/NewKernel/HALKit/64x0/HalVirtualMemory.cxx index 7ec008ab..fb15b2cb 100644 --- a/NewKernel/HALKit/64x0/HalVirtualMemory.cxx +++ b/NewKernel/HALKit/64x0/HalVirtualMemory.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/CPUID.hxx b/NewKernel/HALKit/AMD64/CPUID.hxx index 35fd98cb..0e570148 100644 --- a/NewKernel/HALKit/AMD64/CPUID.hxx +++ b/NewKernel/HALKit/AMD64/CPUID.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs File: CPUID.hxx Purpose: CPUID flags. diff --git a/NewKernel/HALKit/AMD64/HalACPIFactoryInterface.cxx b/NewKernel/HALKit/AMD64/HalACPIFactoryInterface.cxx index df924890..3609165f 100644 --- a/NewKernel/HALKit/AMD64/HalACPIFactoryInterface.cxx +++ b/NewKernel/HALKit/AMD64/HalACPIFactoryInterface.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalControlRegister.s b/NewKernel/HALKit/AMD64/HalControlRegister.s index 2a649f04..7798ea09 100644 --- a/NewKernel/HALKit/AMD64/HalControlRegister.s +++ b/NewKernel/HALKit/AMD64/HalControlRegister.s @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp b/NewKernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp index 1b926814..1f2e21e2 100644 --- a/NewKernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp +++ b/NewKernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp b/NewKernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp index 13fcb03c..2129d790 100644 --- a/NewKernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp +++ b/NewKernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalDebugOutput.cxx b/NewKernel/HALKit/AMD64/HalDebugOutput.cxx index 30fe8d02..3227be1f 100644 --- a/NewKernel/HALKit/AMD64/HalDebugOutput.cxx +++ b/NewKernel/HALKit/AMD64/HalDebugOutput.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalDebugPort.cxx b/NewKernel/HALKit/AMD64/HalDebugPort.cxx index 618fccc8..6d7a03f5 100644 --- a/NewKernel/HALKit/AMD64/HalDebugPort.cxx +++ b/NewKernel/HALKit/AMD64/HalDebugPort.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalDescriptorLoader.cpp b/NewKernel/HALKit/AMD64/HalDescriptorLoader.cpp index 53217021..689c1742 100644 --- a/NewKernel/HALKit/AMD64/HalDescriptorLoader.cpp +++ b/NewKernel/HALKit/AMD64/HalDescriptorLoader.cpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalHardwareMP.cpp b/NewKernel/HALKit/AMD64/HalHardwareMP.cpp index e514eb55..2ebf45fd 100644 --- a/NewKernel/HALKit/AMD64/HalHardwareMP.cpp +++ b/NewKernel/HALKit/AMD64/HalHardwareMP.cpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalInstallTIB.asm b/NewKernel/HALKit/AMD64/HalInstallTIB.asm index ae3ead27..a5f3ef73 100644 --- a/NewKernel/HALKit/AMD64/HalInstallTIB.asm +++ b/NewKernel/HALKit/AMD64/HalInstallTIB.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * NewOS -;; * Copyright Mahrouss Logic, all rights reserved. +;; * Copyright SoftwareLabs, all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/NewKernel/HALKit/AMD64/HalInterruptAPI.asm b/NewKernel/HALKit/AMD64/HalInterruptAPI.asm index 8e4402c6..e4063388 100644 --- a/NewKernel/HALKit/AMD64/HalInterruptAPI.asm +++ b/NewKernel/HALKit/AMD64/HalInterruptAPI.asm @@ -1,7 +1,7 @@ ;; /* ;; * --------------------------------------------------- ;; * -;; * Copyright Mahrouss Logic, all rights reserved. +;; * Copyright SoftwareLabs, all rights reserved. ;; * ;; * File: HalInterruptAPI.asm ;; * Purpose: Interrupt routing, redirect raw interrupts into their handlers. diff --git a/NewKernel/HALKit/AMD64/HalKernelMain.cxx b/NewKernel/HALKit/AMD64/HalKernelMain.cxx index 50cdf948..e2533241 100644 --- a/NewKernel/HALKit/AMD64/HalKernelMain.cxx +++ b/NewKernel/HALKit/AMD64/HalKernelMain.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalKernelMouse.cxx b/NewKernel/HALKit/AMD64/HalKernelMouse.cxx index ee8d1131..926a9d5a 100644 --- a/NewKernel/HALKit/AMD64/HalKernelMouse.cxx +++ b/NewKernel/HALKit/AMD64/HalKernelMouse.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalNewBoot.asm b/NewKernel/HALKit/AMD64/HalNewBoot.asm index e9034f05..7c60d363 100644 --- a/NewKernel/HALKit/AMD64/HalNewBoot.asm +++ b/NewKernel/HALKit/AMD64/HalNewBoot.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * NewOS -;; * Copyright Mahrouss Logic, all rights reserved. +;; * Copyright SoftwareLabs, all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/NewKernel/HALKit/AMD64/HalPageAlloc.cpp b/NewKernel/HALKit/AMD64/HalPageAlloc.cpp index abf340f2..db2aad73 100644 --- a/NewKernel/HALKit/AMD64/HalPageAlloc.cpp +++ b/NewKernel/HALKit/AMD64/HalPageAlloc.cpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalPageAlloc.hpp b/NewKernel/HALKit/AMD64/HalPageAlloc.hpp index c55f6278..2831c87a 100644 --- a/NewKernel/HALKit/AMD64/HalPageAlloc.hpp +++ b/NewKernel/HALKit/AMD64/HalPageAlloc.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalProcessor.cpp b/NewKernel/HALKit/AMD64/HalProcessor.cpp index 38744202..31cee72c 100644 --- a/NewKernel/HALKit/AMD64/HalProcessor.cpp +++ b/NewKernel/HALKit/AMD64/HalProcessor.cpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalSMPCore.cxx b/NewKernel/HALKit/AMD64/HalSMPCore.cxx index a6481e57..a1310c4e 100644 --- a/NewKernel/HALKit/AMD64/HalSMPCore.cxx +++ b/NewKernel/HALKit/AMD64/HalSMPCore.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/HalSMPCoreManager.asm b/NewKernel/HALKit/AMD64/HalSMPCoreManager.asm index e34b7440..18f80398 100644 --- a/NewKernel/HALKit/AMD64/HalSMPCoreManager.asm +++ b/NewKernel/HALKit/AMD64/HalSMPCoreManager.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * NewOS -;; * Copyright Mahrouss Logic, all rights reserved. +;; * Copyright SoftwareLabs, all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/NewKernel/HALKit/AMD64/Hypervisor.hpp b/NewKernel/HALKit/AMD64/Hypervisor.hpp index 53921fc9..9beaae42 100644 --- a/NewKernel/HALKit/AMD64/Hypervisor.hpp +++ b/NewKernel/HALKit/AMD64/Hypervisor.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/PCI/Database.cxx b/NewKernel/HALKit/AMD64/PCI/Database.cxx index ba90677f..1c2628d0 100644 --- a/NewKernel/HALKit/AMD64/PCI/Database.cxx +++ b/NewKernel/HALKit/AMD64/PCI/Database.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/PCI/Device.cxx b/NewKernel/HALKit/AMD64/PCI/Device.cxx index d0550fa9..6f2265ae 100644 --- a/NewKernel/HALKit/AMD64/PCI/Device.cxx +++ b/NewKernel/HALKit/AMD64/PCI/Device.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/PCI/Dma.cxx b/NewKernel/HALKit/AMD64/PCI/Dma.cxx index 587bbfea..aacbafd8 100644 --- a/NewKernel/HALKit/AMD64/PCI/Dma.cxx +++ b/NewKernel/HALKit/AMD64/PCI/Dma.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/PCI/Express.cxx b/NewKernel/HALKit/AMD64/PCI/Express.cxx index c7af92f6..4fde7ca2 100644 --- a/NewKernel/HALKit/AMD64/PCI/Express.cxx +++ b/NewKernel/HALKit/AMD64/PCI/Express.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/PCI/IO.cxx b/NewKernel/HALKit/AMD64/PCI/IO.cxx index 7bf6adb0..4bd4db4f 100644 --- a/NewKernel/HALKit/AMD64/PCI/IO.cxx +++ b/NewKernel/HALKit/AMD64/PCI/IO.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/PCI/Iterator.cxx b/NewKernel/HALKit/AMD64/PCI/Iterator.cxx index ee2b450d..e1af15ad 100644 --- a/NewKernel/HALKit/AMD64/PCI/Iterator.cxx +++ b/NewKernel/HALKit/AMD64/PCI/Iterator.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/PCI/PCI.cxx b/NewKernel/HALKit/AMD64/PCI/PCI.cxx index 9d67445d..71644f17 100644 --- a/NewKernel/HALKit/AMD64/PCI/PCI.cxx +++ b/NewKernel/HALKit/AMD64/PCI/PCI.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AMD64/Processor.hpp b/NewKernel/HALKit/AMD64/Processor.hpp index 61b049bd..69dc1acb 100644 --- a/NewKernel/HALKit/AMD64/Processor.hpp +++ b/NewKernel/HALKit/AMD64/Processor.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs File: Prcoessor.hxx Purpose: AMD64 processor abstraction. diff --git a/NewKernel/HALKit/AMD64/Storage/AHCI.cxx b/NewKernel/HALKit/AMD64/Storage/AHCI.cxx index 33080342..109d9cb9 100644 --- a/NewKernel/HALKit/AMD64/Storage/AHCI.cxx +++ b/NewKernel/HALKit/AMD64/Storage/AHCI.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ @@ -11,7 +11,7 @@ * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) Mahrouss Logic + * @copyright Copyright (c) SoftwareLabs * */ diff --git a/NewKernel/HALKit/AMD64/Storage/ATA-DMA.cxx b/NewKernel/HALKit/AMD64/Storage/ATA-DMA.cxx index 8c14871a..97812bd8 100644 --- a/NewKernel/HALKit/AMD64/Storage/ATA-DMA.cxx +++ b/NewKernel/HALKit/AMD64/Storage/ATA-DMA.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ @@ -11,7 +11,7 @@ * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) Mahrouss Logic + * @copyright Copyright (c) SoftwareLabs * */ diff --git a/NewKernel/HALKit/AMD64/Storage/ATA-PIO.cxx b/NewKernel/HALKit/AMD64/Storage/ATA-PIO.cxx index b84eefa4..d09d9a67 100644 --- a/NewKernel/HALKit/AMD64/Storage/ATA-PIO.cxx +++ b/NewKernel/HALKit/AMD64/Storage/ATA-PIO.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ @@ -11,7 +11,7 @@ * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) Mahrouss Logic + * @copyright Copyright (c) SoftwareLabs * */ diff --git a/NewKernel/HALKit/AXP/CoreSyscallHandlerDEC.cpp b/NewKernel/HALKit/AXP/CoreSyscallHandlerDEC.cpp index 63a372e7..c6ef29fc 100644 --- a/NewKernel/HALKit/AXP/CoreSyscallHandlerDEC.cpp +++ b/NewKernel/HALKit/AXP/CoreSyscallHandlerDEC.cpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/AXP/Processor.hpp b/NewKernel/HALKit/AXP/Processor.hpp index a3f4030f..38277317 100644 --- a/NewKernel/HALKit/AXP/Processor.hpp +++ b/NewKernel/HALKit/AXP/Processor.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/HalContextSwitchPowerPC.s b/NewKernel/HALKit/POWER/HalContextSwitchPowerPC.s index 75c9f37a..64558ae1 100644 --- a/NewKernel/HALKit/POWER/HalContextSwitchPowerPC.s +++ b/NewKernel/HALKit/POWER/HalContextSwitchPowerPC.s @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/HalHardware.cxx b/NewKernel/HALKit/POWER/HalHardware.cxx index f6e6e7c6..f2292965 100644 --- a/NewKernel/HALKit/POWER/HalHardware.cxx +++ b/NewKernel/HALKit/POWER/HalHardware.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/HalHart.cxx b/NewKernel/HALKit/POWER/HalHart.cxx index 7a33d2d0..960f0a62 100644 --- a/NewKernel/HALKit/POWER/HalHart.cxx +++ b/NewKernel/HALKit/POWER/HalHart.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/HalSerialPort.cxx b/NewKernel/HALKit/POWER/HalSerialPort.cxx index 02f1e740..c2c75eef 100644 --- a/NewKernel/HALKit/POWER/HalSerialPort.cxx +++ b/NewKernel/HALKit/POWER/HalSerialPort.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/HalStartSequence.s b/NewKernel/HALKit/POWER/HalStartSequence.s index fd018304..fc969e9f 100644 --- a/NewKernel/HALKit/POWER/HalStartSequence.s +++ b/NewKernel/HALKit/POWER/HalStartSequence.s @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/HalThread.cxx b/NewKernel/HALKit/POWER/HalThread.cxx index 7bb95b4f..4f4eaec6 100644 --- a/NewKernel/HALKit/POWER/HalThread.cxx +++ b/NewKernel/HALKit/POWER/HalThread.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/HalVirtualMemory.cxx b/NewKernel/HALKit/POWER/HalVirtualMemory.cxx index b2c354db..c77c5b4d 100644 --- a/NewKernel/HALKit/POWER/HalVirtualMemory.cxx +++ b/NewKernel/HALKit/POWER/HalVirtualMemory.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/Hart.hxx b/NewKernel/HALKit/POWER/Hart.hxx index 1d6390b1..e26e0e39 100644 --- a/NewKernel/HALKit/POWER/Hart.hxx +++ b/NewKernel/HALKit/POWER/Hart.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs File: Hart.hxx Purpose: POWER hardware threads. diff --git a/NewKernel/HALKit/POWER/MBCI/HalMBCIHost.cxx b/NewKernel/HALKit/POWER/MBCI/HalMBCIHost.cxx index 8ad039fe..af0ac523 100644 --- a/NewKernel/HALKit/POWER/MBCI/HalMBCIHost.cxx +++ b/NewKernel/HALKit/POWER/MBCI/HalMBCIHost.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs ------------------------------------------- */ diff --git a/NewKernel/HALKit/POWER/Processor.hpp b/NewKernel/HALKit/POWER/Processor.hpp index 731dee9e..dd2d98f4 100644 --- a/NewKernel/HALKit/POWER/Processor.hpp +++ b/NewKernel/HALKit/POWER/Processor.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs Purpose: POWER processor header. diff --git a/NewKernel/HALKit/RISCV/Hart.hxx b/NewKernel/HALKit/RISCV/Hart.hxx index 9bf8668f..a77bb5eb 100644 --- a/NewKernel/HALKit/RISCV/Hart.hxx +++ b/NewKernel/HALKit/RISCV/Hart.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Mahrouss Logic + Copyright SoftwareLabs File: Hart.hxx Purpose: RISC-V hardware threads. |
