diff options
Diffstat (limited to 'src/rv64/rv64-api.s')
| -rw-r--r-- | src/rv64/rv64-api.s | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/rv64/rv64-api.s b/src/rv64/rv64-api.s index ee8b03c..36ea838 100644 --- a/src/rv64/rv64-api.s +++ b/src/rv64/rv64-api.s @@ -1,11 +1,7 @@ -# ==================================== -# -# Amlal El Mahrouss NeBoot -# (c) Amlal El Mahrouss licensed under Apache 2.0. -# -# Purpose: Assembler API for RISC-V -# -# ==================================== +# // 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 .balign 4 .global cb_flush_tlb |
