- Home //
- Digital Processing //
- Microprocessor //
Demand Paging on Symbian OS
As ARM-based mobile phones become increasingly feature-rich, the demand on system resources increases. One important commodity is physical Random Access Memory (RAM), which contributes significantly to the bill of materials (BOM) of a device. Demand paging (DP) involves making the contents of memory available to a program at the time they are required—that is, 'on demand.' When the contents are no longer required, the RAM used to store them may be reused for other content. In this way, the total RAM required to store content is less than if it were all permanently available. Since less physical RAM is required, the overall bill of materials may be reduced.
Although any kind of memory can potentially be demand paged, this article is primarily concerned with paging memory used to access read-only memory or to execute code on a device with NAND flash as its main storage media. It also provides a technical overview of demand paging on Symbian OS and explains important supporting concepts where necessary.
Symbian
Symbian is a software licensing company, owned by wireless industry leaders, that supplies the advanced, open, standard operating system Symbian OS for data-enabled mobile phones.
view more from Symbian
ARM
ARM is the industry's leading provider of 16/32-bit embedded RISC processor solutions. The company licenses its high-performance, low-cost, power-efficient RISC processors, peripherals, and system-chip... Read More

0 comments
write a comment