For any static variables in the BIOS6, will compiler initialize it to zero by default so codes does not need to do init again?
Regards
yihe
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Yihe,
I believe that if you are using an ELF target, all uninitialized global and static variables are zero'd out at boot time.
This is NOT true for the COFF targets.
Alan