diff options
Diffstat (limited to 'src/rv64')
| -rw-r--r-- | src/rv64/rv64-api.s | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-boot.s | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-err.c | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-uart.c | 2 |
4 files changed, 4 insertions, 4 deletions
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> |
