summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CITATION.cff2
-rw-r--r--README.md2
-rw-r--r--doc/tex/pci-tree.tex2
-rw-r--r--include/30pin.h2
-rw-r--r--include/boot.h2
-rw-r--r--include/bootnet.h2
-rw-r--r--include/cxx-abi.hpp2
-rw-r--r--include/fd.h2
-rw-r--r--include/mp-bit.h2
-rw-r--r--include/pci-tree.h2
-rw-r--r--include/string.h2
-rw-r--r--include/xcoff.h2
-rw-r--r--libfdt/libfdt.h2
-rw-r--r--libfdt/libfdt_address.c2
-rw-r--r--libfdt/libfdt_empty_tree.c2
-rw-r--r--libfdt/libfdt_env.h2
-rw-r--r--libfdt/libfdt_strerror.c2
-rw-r--r--src/arm64/arm64-30pin.c2
-rw-r--r--src/arm64/arm64-err.c2
-rw-r--r--src/arm64/arm64-uart.c2
-rw-r--r--src/hal/neboot-ahci-driver.c2
-rw-r--r--src/neboot-bootnet.c2
-rw-r--r--src/neboot-cpu-api.c2
-rw-r--r--src/neboot-cxx-abi.cc2
-rw-r--r--src/neboot-partition-map-parse.c2
-rw-r--r--src/neboot-partition-map.c2
-rw-r--r--src/neboot-pci-tree.c2
-rw-r--r--src/neboot-print-name.c2
-rw-r--r--src/neboot-start.c2
-rw-r--r--src/neboot-string.c2
-rw-r--r--src/ppc64/ppc64-boot.S2
-rw-r--r--src/ppc64/ppc64-err.c2
-rw-r--r--src/ppc64/ppc64-hal.c2
-rw-r--r--src/ppc64/ppc64-uart.c2
-rw-r--r--src/rv64/rv64-api.s2
-rw-r--r--src/rv64/rv64-boot.s2
-rw-r--r--src/rv64/rv64-err.c2
-rw-r--r--src/rv64/rv64-uart.c2
38 files changed, 38 insertions, 38 deletions
diff --git a/CITATION.cff b/CITATION.cff
index 3acd287..e41f69c 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -13,7 +13,7 @@ identifiers:
- type: url
value: 'https://nekernel.org'
description: NeKernel Website.
-repository-code: 'https://github.com/nekernel-org/neboot'
+repository-code: 'https://github.com/ne-foss-org/neboot'
url: 'https://nekernel.org'
abstract: >-
This is NeKernel.org's Bootloader, authored
diff --git a/README.md b/README.md
index 859e870..9813e26 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# NeBoot
-![ARM64](https://github.com/nekernel-org/neboot/actions/workflows/arm64.yml/badge.svg)
+![ARM64](https://github.com/ne-foss-org/neboot/actions/workflows/arm64.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
## Abstract
diff --git a/doc/tex/pci-tree.tex b/doc/tex/pci-tree.tex
index 37f3581..5e453a4 100644
--- a/doc/tex/pci-tree.tex
+++ b/doc/tex/pci-tree.tex
@@ -54,7 +54,7 @@ struct hw_nb_pci_tree {
\begin{ImplC}
\item {SNU Trusted Base:} \url(https://snu.systems)
-\item {NeBoot (NeKernel Boot):} \url(https://github.com/nekernel-org/neboot)
+\item {NeBoot (NeKernel Boot):} \url(https://github.com/ne-foss-org/neboot)
\end{ImplC}
\subsection{ISO C++}
diff --git a/include/30pin.h b/include/30pin.h
index 336f536..dc34326 100644
--- a/include/30pin.h
+++ b/include/30pin.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/include/boot.h b/include/boot.h
index a10a7df..fa07990 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/include/bootnet.h b/include/bootnet.h
index e3892b4..60be0a4 100644
--- a/include/bootnet.h
+++ b/include/bootnet.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/include/cxx-abi.hpp b/include/cxx-abi.hpp
index 2863948..b92159d 100644
--- a/include/cxx-abi.hpp
+++ b/include/cxx-abi.hpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/include/fd.h b/include/fd.h
index f0d99a3..50d2230 100644
--- a/include/fd.h
+++ b/include/fd.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/include/mp-bit.h b/include/mp-bit.h
index 8298084..1a1efd0 100644
--- a/include/mp-bit.h
+++ b/include/mp-bit.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#ifndef __BITMANIP_H__
#define __BITMANIP_H__
diff --git a/include/pci-tree.h b/include/pci-tree.h
index b4fd500..53587c1 100644
--- a/include/pci-tree.h
+++ b/include/pci-tree.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/include/string.h b/include/string.h
index 586e54a..9ca742a 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/include/xcoff.h b/include/xcoff.h
index b679fa9..0082bed 100644
--- a/include/xcoff.h
+++ b/include/xcoff.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#ifndef __XCOFF__
#define __XCOFF__
diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h
index a48e4bf..a8b8ecd 100644
--- a/libfdt/libfdt.h
+++ b/libfdt/libfdt.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#pragma once
diff --git a/libfdt/libfdt_address.c b/libfdt/libfdt_address.c
index 7e78ea6..e3886af 100644
--- a/libfdt/libfdt_address.c
+++ b/libfdt/libfdt_address.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <libfdt/libfdt_env.h>
diff --git a/libfdt/libfdt_empty_tree.c b/libfdt/libfdt_empty_tree.c
index 37aeadf..719b8dc 100644
--- a/libfdt/libfdt_empty_tree.c
+++ b/libfdt/libfdt_empty_tree.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <libfdt/libfdt_env.h>
diff --git a/libfdt/libfdt_env.h b/libfdt/libfdt_env.h
index 46f8931..a0b4ea0 100644
--- a/libfdt/libfdt_env.h
+++ b/libfdt/libfdt_env.h
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#ifndef __NB_FDT_H__
#define __NB_FDT_H__
diff --git a/libfdt/libfdt_strerror.c b/libfdt/libfdt_strerror.c
index 5c067b5..004e3b4 100644
--- a/libfdt/libfdt_strerror.c
+++ b/libfdt/libfdt_strerror.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <libfdt/libfdt.h>
#include <libfdt/libfdt_env.h>
diff --git a/src/arm64/arm64-30pin.c b/src/arm64/arm64-30pin.c
index c9cbef8..536f584 100644
--- a/src/arm64/arm64-30pin.c
+++ b/src/arm64/arm64-30pin.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/30pin.h>
#include <include/partition-map.h>
diff --git a/src/arm64/arm64-err.c b/src/arm64/arm64-err.c
index 5a7c801..59219fc 100644
--- a/src/arm64/arm64-err.c
+++ b/src/arm64/arm64-err.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
diff --git a/src/arm64/arm64-uart.c b/src/arm64/arm64-uart.c
index 461a9ce..f2496d9 100644
--- a/src/arm64/arm64-uart.c
+++ b/src/arm64/arm64-uart.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
#include <include/string.h>
diff --git a/src/hal/neboot-ahci-driver.c b/src/hal/neboot-ahci-driver.c
index c18a4fc..11c9692 100644
--- a/src/hal/neboot-ahci-driver.c
+++ b/src/hal/neboot-ahci-driver.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
/**
* @file neboot-ahci-driver.cc
diff --git a/src/neboot-bootnet.c b/src/neboot-bootnet.c
index af120b1..63b1262 100644
--- a/src/neboot-bootnet.c
+++ b/src/neboot-bootnet.c
@@ -1,6 +1,6 @@
// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/bootnet.h>
diff --git a/src/neboot-cpu-api.c b/src/neboot-cpu-api.c
index a3209aa..4d8d758 100644
--- a/src/neboot-cpu-api.c
+++ b/src/neboot-cpu-api.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
diff --git a/src/neboot-cxx-abi.cc b/src/neboot-cxx-abi.cc
index 1482487..a1d9f12 100644
--- a/src/neboot-cxx-abi.cc
+++ b/src/neboot-cxx-abi.cc
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/cxx-abi.hpp>
diff --git a/src/neboot-partition-map-parse.c b/src/neboot-partition-map-parse.c
index e59fcde..a3639be 100644
--- a/src/neboot-partition-map-parse.c
+++ b/src/neboot-partition-map-parse.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/partition-map.h>
diff --git a/src/neboot-partition-map.c b/src/neboot-partition-map.c
index 4b2c332..f3b25a9 100644
--- a/src/neboot-partition-map.c
+++ b/src/neboot-partition-map.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/partition-map.h>
#include <include/string.h>
diff --git a/src/neboot-pci-tree.c b/src/neboot-pci-tree.c
index 47012f1..79fa23c 100644
--- a/src/neboot-pci-tree.c
+++ b/src/neboot-pci-tree.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
/**
* @file neboot-pci-tree.c
diff --git a/src/neboot-print-name.c b/src/neboot-print-name.c
index 6e4ee92..7204bc2 100644
--- a/src/neboot-print-name.c
+++ b/src/neboot-print-name.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
diff --git a/src/neboot-start.c b/src/neboot-start.c
index 4fef132..869f43d 100644
--- a/src/neboot-start.c
+++ b/src/neboot-start.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
#include <include/mp-bit.h>
diff --git a/src/neboot-string.c b/src/neboot-string.c
index 3c62d64..aedecaf 100644
--- a/src/neboot-string.c
+++ b/src/neboot-string.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
/**
* @file neboot-string.c
diff --git a/src/ppc64/ppc64-boot.S b/src/ppc64/ppc64-boot.S
index 6bf3c29..2c11eb2 100644
--- a/src/ppc64/ppc64-boot.S
+++ b/src/ppc64/ppc64-boot.S
@@ -2,7 +2,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
*/
.balign 4
diff --git a/src/ppc64/ppc64-err.c b/src/ppc64/ppc64-err.c
index 6ade80a..d786a80 100644
--- a/src/ppc64/ppc64-err.c
+++ b/src/ppc64/ppc64-err.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
diff --git a/src/ppc64/ppc64-hal.c b/src/ppc64/ppc64-hal.c
index 07d397b..cd8ab4f 100644
--- a/src/ppc64/ppc64-hal.c
+++ b/src/ppc64/ppc64-hal.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/ppc64/mmu.h>
#include <include/ppc64/processor.h>
diff --git a/src/ppc64/ppc64-uart.c b/src/ppc64/ppc64-uart.c
index c081ac7..0ba7692 100644
--- a/src/ppc64/ppc64-uart.c
+++ b/src/ppc64/ppc64-uart.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
#include <include/string.h>
diff --git a/src/rv64/rv64-api.s b/src/rv64/rv64-api.s
index 0fbf770..d5a5758 100644
--- a/src/rv64/rv64-api.s
+++ b/src/rv64/rv64-api.s
@@ -1,7 +1,7 @@
# // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
# // Distributed under the Apache Software License, Version 2.0. (See accompanying
# // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-# // Official repository: https://github.com/nekernel-org/neboot
+# // Official repository: https://github.com/ne-foss-org/neboot
.balign 4
.global nb_flush_tlb
diff --git a/src/rv64/rv64-boot.s b/src/rv64/rv64-boot.s
index 3742eea..b06be95 100644
--- a/src/rv64/rv64-boot.s
+++ b/src/rv64/rv64-boot.s
@@ -1,7 +1,7 @@
# // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
# // Distributed under the Apache Software License, Version 2.0. (See accompanying
# // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-# // Official repository: https://github.com/nekernel-org/neboot
+# // Official repository: https://github.com/ne-foss-org/neboot
/* Code starts at 8M, everything below is memory mapped hardware. */
diff --git a/src/rv64/rv64-err.c b/src/rv64/rv64-err.c
index 7cdb7ab..02a598d 100644
--- a/src/rv64/rv64-err.c
+++ b/src/rv64/rv64-err.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
diff --git a/src/rv64/rv64-uart.c b/src/rv64/rv64-uart.c
index cbbcb6f..bb25b4d 100644
--- a/src/rv64/rv64-uart.c
+++ b/src/rv64/rv64-uart.c
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
#include <include/string.h>