summaryrefslogtreecommitdiffhomepage
path: root/src/rv64/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-02 15:27:19 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-02 15:27:19 +0200
commitb884315aa529f5993f8aa12d44d601fdf4a4fac3 (patch)
treeeb86f6be580bd4a9b99d07e401c522099b3f7a25 /src/rv64/makefile
parent74f329a38884e3d3468ad6abad43a4fbd7afa970 (diff)
add: rv64 CI, and copyright updates.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/rv64/makefile')
-rw-r--r--src/rv64/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rv64/makefile b/src/rv64/makefile
index 0bd8a28..757d6c1 100644
--- a/src/rv64/makefile
+++ b/src/rv64/makefile
@@ -3,7 +3,7 @@
#
# CoreBoot
# Date Added: 08/11/2023
- # Copyright 2024, ZKA Technologies, all rights reserved.
+ # Copyright 2024, Amlal El Mahrouss, all rights reserved.
#
# ========================================================
#
@@ -18,7 +18,7 @@ CXX_SRC= $(wildcard *.cc) $(wildcard ../*.cc) -c
LD=riscv64-unknown-elf-ld
OBJ=*.o
-FLAGS_LD= --script=linkscript.ld -o core-boot.elf
+FLAGS_LD= --script=script.lds -o core-boot.elf
EMU=qemu-system-riscv64 -m 4G -smp 2 -machine virt -bios $(FIRMWARE) -d int -device VGA