summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 14:26:01 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 14:26:01 +0100
commite199681a53aba5e7121e522f2422ae3bdea0a3fd (patch)
tree6797476f2a58b82d92d28773996b168a03d67786 /src
parenta0cddce77cbb01479aa115ee63d76b30117e954f (diff)
[CHORE] Codebase chore and tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
-rw-r--r--src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp (renamed from src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp)2
-rw-r--r--src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp (renamed from src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp)2
-rw-r--r--src/CompilerKit/src/Frontends/README.md (renamed from src/CompilerKit/src/Compilers/README.md)0
-rw-r--r--src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp2
-rw-r--r--src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp2
5 files changed, 4 insertions, 4 deletions
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp b/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp
index 92cc52d..88b6894 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
+++ b/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp
@@ -14,7 +14,7 @@
///////////////////////
-// MACROS //
+// MACROS //
///////////////////////
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp b/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp
index 5737cfe..cab7ebd 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp
+++ b/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp
@@ -16,7 +16,7 @@
///////////////////////
-// MACROS //
+// MACROS //
///////////////////////
diff --git a/src/CompilerKit/src/Compilers/README.md b/src/CompilerKit/src/Frontends/README.md
index 2e32d07..2e32d07 100644
--- a/src/CompilerKit/src/Compilers/README.md
+++ b/src/CompilerKit/src/Frontends/README.md
diff --git a/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp b/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp
index f016c6e..911b582 100644
--- a/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp
+++ b/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp
@@ -6,7 +6,7 @@
/// @author Amlal El Mahrouss (amlal@nekernel.org)
/// @brief NeKernel.org 64-bit Mach-O Linker.
-/// Last Rev: 2026
+/// @version Last Rev: 2026
/// @note Outputs Mach-O executables with __TEXT and __DATA segments.
#ifdef CK_USE_MACHO_LINKER
diff --git a/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp b/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp
index 0ef8531..34333a3 100644
--- a/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp
+++ b/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp
@@ -6,7 +6,7 @@
/// @author Amlal El Mahrouss (amlal@nekernel.org)
/// @brief NeKernel.org 64-bit PEF Linker.
-/// Last Rev: Sun Feb 8 CET 2026
+/// @version Last Rev: Sun Feb 8 CET 2026
/// @note Do not look up for anything with .code64/.data64/.zero64!
/// It will be loaded when the program loader will start the image.