summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/AMD64
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 15:06:58 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-02 15:06:58 +0100
commit7f941a7ac99bcc4afb7deba7f87ddef8629b7add (patch)
treee9f35bb6fb9bdac61e15b44fb121c25955c47844 /src/kernel/HALKit/AMD64
parent941e0dfbb41ac539178503351afc0f09de442720 (diff)
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/HALKit/AMD64')
-rw-r--r--src/kernel/HALKit/AMD64/CPUID.h2
-rw-r--r--src/kernel/HALKit/AMD64/CxxAbi.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalACPIFactoryInterface.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalAPICDmaWrapper.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalApplicationProcessor.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalCoreSystemCalls+DDK.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalCoreSystemCalls+NeLaunch.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalDebugOutput.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalDebugProtocol.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalDescriptorLoader.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalKernelMain.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalKernelPanic.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalPagingMgr.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalProcessor.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalSchedulerCorePrimitives.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/HalTimer.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/Hypervisor.h2
-rw-r--r--src/kernel/HALKit/AMD64/Network/Generic+Basic+RTL8139.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/PCI/DMA.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/PCI/Database.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/PCI/Device.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/PCI/Express.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/PCI/IO.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/PCI/Iterator.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/PCI/PCI.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/Paging.h2
-rw-r--r--src/kernel/HALKit/AMD64/Processor.h2
-rw-r--r--src/kernel/HALKit/AMD64/Storage/AHCI+Generic.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/Storage/DMA+Generic.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/Storage/NVME+Generic.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/Storage/PIO+Generic.cpp2
-rw-r--r--src/kernel/HALKit/AMD64/Storage/SCSI+Generic.cpp2
33 files changed, 33 insertions, 33 deletions
diff --git a/src/kernel/HALKit/AMD64/CPUID.h b/src/kernel/HALKit/AMD64/CPUID.h
index fadf2da5..63d39e86 100644
--- a/src/kernel/HALKit/AMD64/CPUID.h
+++ b/src/kernel/HALKit/AMD64/CPUID.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef HALKIT_CPUID_H
#define HALKIT_CPUID_H
diff --git a/src/kernel/HALKit/AMD64/CxxAbi.cpp b/src/kernel/HALKit/AMD64/CxxAbi.cpp
index f0f18266..e7ee97ee 100644
--- a/src/kernel/HALKit/AMD64/CxxAbi.cpp
+++ b/src/kernel/HALKit/AMD64/CxxAbi.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <KernelKit/DebugOutput.h>
#include <KernelKit/KPC.h>
diff --git a/src/kernel/HALKit/AMD64/HalACPIFactoryInterface.cpp b/src/kernel/HALKit/AMD64/HalACPIFactoryInterface.cpp
index 7368ea10..f2e60a47 100644
--- a/src/kernel/HALKit/AMD64/HalACPIFactoryInterface.cpp
+++ b/src/kernel/HALKit/AMD64/HalACPIFactoryInterface.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <HALKit/AMD64/Processor.h>
diff --git a/src/kernel/HALKit/AMD64/HalAPICDmaWrapper.cpp b/src/kernel/HALKit/AMD64/HalAPICDmaWrapper.cpp
index b262f2b3..b2e5d7b2 100644
--- a/src/kernel/HALKit/AMD64/HalAPICDmaWrapper.cpp
+++ b/src/kernel/HALKit/AMD64/HalAPICDmaWrapper.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <HALKit/AMD64/Processor.h>
#include <modules/ACPI/ACPIFactoryInterface.h>
diff --git a/src/kernel/HALKit/AMD64/HalApplicationProcessor.cpp b/src/kernel/HALKit/AMD64/HalApplicationProcessor.cpp
index 0450c71c..9170aefa 100644
--- a/src/kernel/HALKit/AMD64/HalApplicationProcessor.cpp
+++ b/src/kernel/HALKit/AMD64/HalApplicationProcessor.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#define APIC_MAG "APIC"
diff --git a/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cpp b/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cpp
index a171ac57..c6217ccb 100644
--- a/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cpp
+++ b/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/ProcessScheduler.h>
diff --git a/src/kernel/HALKit/AMD64/HalCoreSystemCalls+DDK.cpp b/src/kernel/HALKit/AMD64/HalCoreSystemCalls+DDK.cpp
index 7322ae93..12f3739e 100644
--- a/src/kernel/HALKit/AMD64/HalCoreSystemCalls+DDK.cpp
+++ b/src/kernel/HALKit/AMD64/HalCoreSystemCalls+DDK.cpp
@@ -1,6 +1,6 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
diff --git a/src/kernel/HALKit/AMD64/HalCoreSystemCalls+NeLaunch.cpp b/src/kernel/HALKit/AMD64/HalCoreSystemCalls+NeLaunch.cpp
index 33d1243a..03148682 100644
--- a/src/kernel/HALKit/AMD64/HalCoreSystemCalls+NeLaunch.cpp
+++ b/src/kernel/HALKit/AMD64/HalCoreSystemCalls+NeLaunch.cpp
@@ -1,6 +1,6 @@
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
diff --git a/src/kernel/HALKit/AMD64/HalDebugOutput.cpp b/src/kernel/HALKit/AMD64/HalDebugOutput.cpp
index dbddd092..37e8b10b 100644
--- a/src/kernel/HALKit/AMD64/HalDebugOutput.cpp
+++ b/src/kernel/HALKit/AMD64/HalDebugOutput.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/DebugOutput.h>
diff --git a/src/kernel/HALKit/AMD64/HalDebugProtocol.cpp b/src/kernel/HALKit/AMD64/HalDebugProtocol.cpp
index e7a2881b..a223a27b 100644
--- a/src/kernel/HALKit/AMD64/HalDebugProtocol.cpp
+++ b/src/kernel/HALKit/AMD64/HalDebugProtocol.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/DebugOutput.h>
diff --git a/src/kernel/HALKit/AMD64/HalDescriptorLoader.cpp b/src/kernel/HALKit/AMD64/HalDescriptorLoader.cpp
index e803f7a8..6f1caf28 100644
--- a/src/kernel/HALKit/AMD64/HalDescriptorLoader.cpp
+++ b/src/kernel/HALKit/AMD64/HalDescriptorLoader.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <FSKit/NeFS.h>
diff --git a/src/kernel/HALKit/AMD64/HalKernelMain.cpp b/src/kernel/HALKit/AMD64/HalKernelMain.cpp
index 7e6579de..ed508104 100644
--- a/src/kernel/HALKit/AMD64/HalKernelMain.cpp
+++ b/src/kernel/HALKit/AMD64/HalKernelMain.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <CFKit/Property.h>
diff --git a/src/kernel/HALKit/AMD64/HalKernelPanic.cpp b/src/kernel/HALKit/AMD64/HalKernelPanic.cpp
index ed6a190b..8c498b68 100644
--- a/src/kernel/HALKit/AMD64/HalKernelPanic.cpp
+++ b/src/kernel/HALKit/AMD64/HalKernelPanic.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <FirmwareKit/Handover.h>
diff --git a/src/kernel/HALKit/AMD64/HalPagingMgr.cpp b/src/kernel/HALKit/AMD64/HalPagingMgr.cpp
index 52561b5c..42940223 100644
--- a/src/kernel/HALKit/AMD64/HalPagingMgr.cpp
+++ b/src/kernel/HALKit/AMD64/HalPagingMgr.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <HALKit/AMD64/Paging.h>
#include <HALKit/AMD64/Processor.h>
diff --git a/src/kernel/HALKit/AMD64/HalProcessor.cpp b/src/kernel/HALKit/AMD64/HalProcessor.cpp
index 50c2ca53..bc6eb15c 100644
--- a/src/kernel/HALKit/AMD64/HalProcessor.cpp
+++ b/src/kernel/HALKit/AMD64/HalProcessor.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <HALKit/AMD64/Paging.h>
#include <HALKit/AMD64/Processor.h>
diff --git a/src/kernel/HALKit/AMD64/HalSchedulerCorePrimitives.cpp b/src/kernel/HALKit/AMD64/HalSchedulerCorePrimitives.cpp
index 3571d2af..46017876 100644
--- a/src/kernel/HALKit/AMD64/HalSchedulerCorePrimitives.cpp
+++ b/src/kernel/HALKit/AMD64/HalSchedulerCorePrimitives.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <HALKit/AMD64/Processor.h>
#include <KernelKit/ProcessScheduler.h>
diff --git a/src/kernel/HALKit/AMD64/HalTimer.cpp b/src/kernel/HALKit/AMD64/HalTimer.cpp
index 275c1ece..0b87c07f 100644
--- a/src/kernel/HALKit/AMD64/HalTimer.cpp
+++ b/src/kernel/HALKit/AMD64/HalTimer.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/Timer.h>
diff --git a/src/kernel/HALKit/AMD64/Hypervisor.h b/src/kernel/HALKit/AMD64/Hypervisor.h
index 6bb0b058..c37f1caa 100644
--- a/src/kernel/HALKit/AMD64/Hypervisor.h
+++ b/src/kernel/HALKit/AMD64/Hypervisor.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef HALKIT_HYPERVISOR_H
#define HALKIT_HYPERVISOR_H
diff --git a/src/kernel/HALKit/AMD64/Network/Generic+Basic+RTL8139.cpp b/src/kernel/HALKit/AMD64/Network/Generic+Basic+RTL8139.cpp
index 2f6cc6da..a778419d 100644
--- a/src/kernel/HALKit/AMD64/Network/Generic+Basic+RTL8139.cpp
+++ b/src/kernel/HALKit/AMD64/Network/Generic+Basic+RTL8139.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <DmaKit/DmaPool.h>
#include <HALKit/AMD64/Processor.h>
diff --git a/src/kernel/HALKit/AMD64/PCI/DMA.cpp b/src/kernel/HALKit/AMD64/PCI/DMA.cpp
index 73e5e401..c6480a3d 100644
--- a/src/kernel/HALKit/AMD64/PCI/DMA.cpp
+++ b/src/kernel/HALKit/AMD64/PCI/DMA.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/PCI/DMA.h>
diff --git a/src/kernel/HALKit/AMD64/PCI/Database.cpp b/src/kernel/HALKit/AMD64/PCI/Database.cpp
index 7eb098da..f5e4d02e 100644
--- a/src/kernel/HALKit/AMD64/PCI/Database.cpp
+++ b/src/kernel/HALKit/AMD64/PCI/Database.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <KernelKit/PCI/Database.h>
diff --git a/src/kernel/HALKit/AMD64/PCI/Device.cpp b/src/kernel/HALKit/AMD64/PCI/Device.cpp
index dcc16e6a..06b69e44 100644
--- a/src/kernel/HALKit/AMD64/PCI/Device.cpp
+++ b/src/kernel/HALKit/AMD64/PCI/Device.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/PCI/Device.h>
diff --git a/src/kernel/HALKit/AMD64/PCI/Express.cpp b/src/kernel/HALKit/AMD64/PCI/Express.cpp
index e0264d9e..75537f49 100644
--- a/src/kernel/HALKit/AMD64/PCI/Express.cpp
+++ b/src/kernel/HALKit/AMD64/PCI/Express.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <KernelKit/PCI/Express.h>
diff --git a/src/kernel/HALKit/AMD64/PCI/IO.cpp b/src/kernel/HALKit/AMD64/PCI/IO.cpp
index 8cc9c83a..2df27562 100644
--- a/src/kernel/HALKit/AMD64/PCI/IO.cpp
+++ b/src/kernel/HALKit/AMD64/PCI/IO.cpp
@@ -1,5 +1,5 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <KernelKit/PCI/IO.h>
diff --git a/src/kernel/HALKit/AMD64/PCI/Iterator.cpp b/src/kernel/HALKit/AMD64/PCI/Iterator.cpp
index 8216befa..1f8562d2 100644
--- a/src/kernel/HALKit/AMD64/PCI/Iterator.cpp
+++ b/src/kernel/HALKit/AMD64/PCI/Iterator.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <KernelKit/PCI/Iterator.h>
diff --git a/src/kernel/HALKit/AMD64/PCI/PCI.cpp b/src/kernel/HALKit/AMD64/PCI/PCI.cpp
index b8a1302d..aba3c520 100644
--- a/src/kernel/HALKit/AMD64/PCI/PCI.cpp
+++ b/src/kernel/HALKit/AMD64/PCI/PCI.cpp
@@ -1,5 +1,5 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <KernelKit/PCI/PCI.h>
diff --git a/src/kernel/HALKit/AMD64/Paging.h b/src/kernel/HALKit/AMD64/Paging.h
index 41543f5d..89d48e8a 100644
--- a/src/kernel/HALKit/AMD64/Paging.h
+++ b/src/kernel/HALKit/AMD64/Paging.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef HALKIT_PAGING_H
#define HALKIT_PAGING_H
diff --git a/src/kernel/HALKit/AMD64/Processor.h b/src/kernel/HALKit/AMD64/Processor.h
index 37ccd4f1..dc265972 100644
--- a/src/kernel/HALKit/AMD64/Processor.h
+++ b/src/kernel/HALKit/AMD64/Processor.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef HALKIT_PROCESSOR_H
#define HALKIT_PROCESSOR_H
diff --git a/src/kernel/HALKit/AMD64/Storage/AHCI+Generic.cpp b/src/kernel/HALKit/AMD64/Storage/AHCI+Generic.cpp
index 456b6a2a..ec080525 100644
--- a/src/kernel/HALKit/AMD64/Storage/AHCI+Generic.cpp
+++ b/src/kernel/HALKit/AMD64/Storage/AHCI+Generic.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <DmaKit/DmaPool.h>
#include <FirmwareKit/EPM.h>
diff --git a/src/kernel/HALKit/AMD64/Storage/DMA+Generic.cpp b/src/kernel/HALKit/AMD64/Storage/DMA+Generic.cpp
index 8bf7b161..c7d23616 100644
--- a/src/kernel/HALKit/AMD64/Storage/DMA+Generic.cpp
+++ b/src/kernel/HALKit/AMD64/Storage/DMA+Generic.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/PCI/Iterator.h>
diff --git a/src/kernel/HALKit/AMD64/Storage/NVME+Generic.cpp b/src/kernel/HALKit/AMD64/Storage/NVME+Generic.cpp
index 7b0726e7..44dfde11 100644
--- a/src/kernel/HALKit/AMD64/Storage/NVME+Generic.cpp
+++ b/src/kernel/HALKit/AMD64/Storage/NVME+Generic.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <modules/NVME/NVME.h>
diff --git a/src/kernel/HALKit/AMD64/Storage/PIO+Generic.cpp b/src/kernel/HALKit/AMD64/Storage/PIO+Generic.cpp
index 19497b5f..01f7bbbf 100644
--- a/src/kernel/HALKit/AMD64/Storage/PIO+Generic.cpp
+++ b/src/kernel/HALKit/AMD64/Storage/PIO+Generic.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <ArchKit/ArchKit.h>
#include <KernelKit/DriveMgr.h>
diff --git a/src/kernel/HALKit/AMD64/Storage/SCSI+Generic.cpp b/src/kernel/HALKit/AMD64/Storage/SCSI+Generic.cpp
index f73946d7..d92a470f 100644
--- a/src/kernel/HALKit/AMD64/Storage/SCSI+Generic.cpp
+++ b/src/kernel/HALKit/AMD64/Storage/SCSI+Generic.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <modules/SCSI/SCSI.h>