From 6f8e5772d17d277842be3f6162ddd665a17e5be9 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 20 Dec 2021 14:53:44 +0200 Subject: More sensible init + Who knew some reservations were a good thing? (at least relativelyy speaking) --- arch/riscv/conf/init-link.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 642e831..53d24ab 100644 --- a/arch/riscv/conf/init-link.S +++ b/arch/riscv/conf/init-link.S @@ -1,5 +1,5 @@ OUTPUT_ARCH(riscv) -ENTRY(main) +ENTRY(init) SECTIONS { . = ABSOLUTE(PM_KERN); @@ -27,4 +27,5 @@ SECTIONS { } __init_end = . ; + __kernel_size = ; } -- cgit v1.3