You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initialization of .bss is available only when the test is loaded by an ELF
loader, which is not the case when it is started directly by a
multiboot-compliant bootloader.
This patch explicitly clears .bss, except the stack which is already in use when
initializing .bss.
Signed-off-by: Junjie Mao <[email protected]>
0 commit comments