Add *(.bss.*) to link.x; fixes #8
Const var, which is used for allocator, is .bss.alloc..., and because there was no that pattern in link scrypt, FILE_END didn't count the var, that's why initial zero value was overwritten by application name (see MENUET01 header description for more info)
This commit is contained in:
parent
21c90abd44
commit
24c38957f4