minosproject / minos

Flexible Virtualization Solution for Embedded System
http://minosproject.org
GNU General Public License v2.0
247 stars 92 forks source link

set text_offset to MINOS_TEXT_OFFSET if defined #22

Closed ghost closed 4 years ago

ghost commented 4 years ago

Image is placed text_offset bytes from 2MB aligned base near the start of usable system RAM 1.

MINOS_TEXT_OFFSET and MINOS_ENTRY_ADDRESS may not be equal.

lemin9538 commented 4 years ago

@l3ifeng Under what circumstances that MINOS_TEXT_OFFSE needed to be defined?

lemin9538 commented 4 years ago

Ok, Could you add this information in the commit message to make people know the reason. Thanks