From 4f4d9fdc89c27aa3346467a24b621954f4564d3b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 29 Dec 2021 23:23:36 +0200 Subject: Refactoring + Mainly just moving stuff out or arch/riscv/ that should be handled in common/ + Prepared separate process stack/call stack for server callbacks, rest to be implemeted soon ish --- arch/riscv/conf/init-link.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/riscv/conf/init-link.S') diff --git a/arch/riscv/conf/init-link.S b/arch/riscv/conf/init-link.S index 53d24ab..ce53e5e 100644 --- a/arch/riscv/conf/init-link.S +++ b/arch/riscv/conf/init-link.S @@ -1,8 +1,8 @@ OUTPUT_ARCH(riscv) -ENTRY(init) +ENTRY(_start) SECTIONS { - . = ABSOLUTE(PM_KERN); + . = ABSOLUTE(PM_KERN_BASE); __init_start = .; /* objcopy only copies these three sections (as far as I'm aware) into the -- cgit v1.3