From 3434b2e1e27fc908e25008659d529d1cfc5efa46 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Mar 2026 15:14:08 +0100 Subject: chore: upstream fixes. Signed-off-by: Amlal El Mahrouss --- CITATION.cff | 2 +- README.md | 2 +- doc/tex/pci-tree.tex | 2 +- include/30pin.h | 2 +- include/boot.h | 2 +- include/bootnet.h | 2 +- include/cxx-abi.hpp | 2 +- include/fd.h | 2 +- include/mp-bit.h | 2 +- include/pci-tree.h | 2 +- include/string.h | 2 +- include/xcoff.h | 2 +- libfdt/libfdt.h | 2 +- libfdt/libfdt_address.c | 2 +- libfdt/libfdt_empty_tree.c | 2 +- libfdt/libfdt_env.h | 2 +- libfdt/libfdt_strerror.c | 2 +- src/arm64/arm64-30pin.c | 2 +- src/arm64/arm64-err.c | 2 +- src/arm64/arm64-uart.c | 2 +- src/hal/neboot-ahci-driver.c | 2 +- src/neboot-bootnet.c | 2 +- src/neboot-cpu-api.c | 2 +- src/neboot-cxx-abi.cc | 2 +- src/neboot-partition-map-parse.c | 2 +- src/neboot-partition-map.c | 2 +- src/neboot-pci-tree.c | 2 +- src/neboot-print-name.c | 2 +- src/neboot-start.c | 2 +- src/neboot-string.c | 2 +- src/ppc64/ppc64-boot.S | 2 +- src/ppc64/ppc64-err.c | 2 +- src/ppc64/ppc64-hal.c | 2 +- src/ppc64/ppc64-uart.c | 2 +- src/rv64/rv64-api.s | 2 +- src/rv64/rv64-boot.s | 2 +- src/rv64/rv64-err.c | 2 +- src/rv64/rv64-uart.c | 2 +- 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 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 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 #include 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -- cgit v1.2.3