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
It seems the code only support 'program headers' but not 'section headers'. So, it can't handle 'NOLOAD' section, and will zero the NOLOAD section memory.
The text was updated successfully, but these errors were encountered:
Yes,
I need that section exists, but mustn't be initialized. I realize that parsing 'section headers' may consume more time and resources for a simple bootloader. So for now I achieve my goals with memory pointers. It's a 'dirty' but simple way. However, I'll be very appreciated if you can support 'NOLOAD' sections without much performance penalty.
It seems the code only support 'program headers' but not 'section headers'. So, it can't handle 'NOLOAD' section, and will zero the NOLOAD section memory.
The text was updated successfully, but these errors were encountered: