make linker.ld more readable
This commit is contained in:
parent
499e25d23d
commit
95ac2d439a
|
|
@ -3,7 +3,7 @@ ENTRY(stivale2_main)
|
|||
SECTIONS
|
||||
{
|
||||
kernel_phys_offset = 0xffffffff80000000;
|
||||
. = kernel_phys_offset + 0x100000;
|
||||
. = kernel_phys_offset + 1M;
|
||||
|
||||
.stivale2hdr ALIGN(4K) :
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue