kern: fix bss end align (now gets through kernelldr on hardware)
This commit is contained in:
@@ -157,10 +157,11 @@ SECTIONS
|
||||
*(COMMON)
|
||||
. = ALIGN(8);
|
||||
} : data
|
||||
__bss_end__ = .;
|
||||
|
||||
. = ALIGN(0x1000);
|
||||
|
||||
__bss_end__ = .;
|
||||
|
||||
__end__ = ABSOLUTE(.);
|
||||
|
||||
/* ==================
|
||||
|
||||
Reference in New Issue
Block a user