# HG changeset patch # User mir3636 # Date 1545732369 -32400 # Node ID 0157781eb6c2c6500d11e724680247ba56bfb41f # Parent 290b6ced4943bcba5c1fa39dc0cc25458d925326 add entry point diff -r 290b6ced4943 -r 0157781eb6c2 kernel.ld --- a/kernel.ld Mon Dec 17 16:24:01 2018 +0900 +++ b/kernel.ld Tue Dec 25 19:06:09 2018 +0900 @@ -5,6 +5,8 @@ * A linker script for generation of raspberry pi kernel images. ******************************************************************************/ +ENTRY(_start) + SECTIONS { /* Link the kernel at this address: "." means the current address */ /* Must be equal to KERNLINK */