Skip to content

Commit

Permalink
put the sbss.pae section at the begin
Browse files Browse the repository at this point in the history
the purpose is due to directory in the pae.c require 2M alignment,
it will cuase a memory hole, put it at the begin to save the memory.

Test Done:
1. android boot
2. crashdump function works

Tracked-On: OAM-126307
Signed-off-by: Bo He <[email protected]>
  • Loading branch information
bhe4 authored and sysopenci committed Oct 11, 2024
1 parent 43d8280 commit 8ef1bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/elf_ia32_sbl.lds
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ SECTIONS
_edata = .;

.bss : {
*(.sbss.pae)
*(.sbss)
*(.sbss.*)
*(.bss)
Expand Down

0 comments on commit 8ef1bab

Please sign in to comment.