diff options
Diffstat (limited to 'elf_x86_64_efi.lds')
-rw-r--r-- | elf_x86_64_efi.lds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elf_x86_64_efi.lds b/elf_x86_64_efi.lds index bcc65270..39aff6b0 100644 --- a/elf_x86_64_efi.lds +++ b/elf_x86_64_efi.lds @@ -35,6 +35,10 @@ SECTIONS .data.ident : { *(.data.ident) } + . = ALIGN(4096); + .sbatlevel : { + *(.sbatlevel) + } . = ALIGN(4096); .data : |