rust-firmware icon indicating copy to clipboard operation
rust-firmware copied to clipboard

enable writable global variable

Open jyao1 opened this issue 3 years ago • 0 comments

The reason is that some rust lib will require writable global variable to register a trait instance. (such as heap, or log)

This can be done by PE data section relocation to temp ram.

jyao1 avatar Jun 29 '21 01:06 jyao1