Symbian operating system structure 3: executable files in ROM and Ram

Source: Internet
Author: User

Executable files include EXE and DLL.

* EXE in ROM and Ram
-On the mobile phone, the executable code can be loaded into both the read-only memory (ROM) and the built-in memory or memory card (RAM) of the mobile phone.
-Generally, ROM-based EXE can be directly executed from the Rom.
· Program code and read-only data can be directly read from Rom
· The component only allocates a separate data zone in the ram region for reading/writing data.
-Ram-based EXE is fully executed from Ram
· It contains areas for program code and read-only static data, as well as separate data areas
· If this EXE is run again, the read-only zone is shared, and only the read/write zone needs to be re-allocated.

* DLL in ROM and Ram
-The DLL in the Rom is not loaded into the memory, but directly executed in the Rom.
-The DLL in Ram will be loaded into the memory area of a specific address until all components no longer use the DLL.
-When a DLL is running from Ram, the executable code is determined at the time of loading.
-For static and multi-state DLL, the Code part is shared.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.