make linker.ld more readable

This commit is contained in:
Quinten Kock 2020-12-05 03:33:33 +01:00
parent 499e25d23d
commit 95ac2d439a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ENTRY(stivale2_main)
SECTIONS SECTIONS
{ {
kernel_phys_offset = 0xffffffff80000000; kernel_phys_offset = 0xffffffff80000000;
. = kernel_phys_offset + 0x100000; . = kernel_phys_offset + 1M;
.stivale2hdr ALIGN(4K) : .stivale2hdr ALIGN(4K) :
{ {