817e629743
For this code before __ld_kernel_begin should not be modifier (e.g. crt0.S and static_tools.c). Inspired/Taken by/from https://github.com/nicolasmesa/PiOS
4 lines
74 B
C
4 lines
74 B
C
#pragma once
|
|
|
|
int __attribute__((section("static_tools"))) copy_kernel();
|