Quote:
Originally Posted by joeyc1123
what does changing the page pool do exactly?
|
What is the page pool ?The page pool is a reserved area in memory for the windows mobile kernel.
A ROM in a pocket pc is mainly divided into 2 parts (some other: IPL,SPL,ExtROM but forget it) :
- The Kernel
- The OS files (IMGFS)ETEN’s Pocket PCs do not have NOR/NAND ROM but a DiskOnChip that works like a SD card.
The real problem is that the system can’t execute ROM files (including the kernel) directly into the DiskOnChip.
It has to copy ‘pages’ of ROM into the RAM then execute them.
In a PC world it is called ROM shadowing.
To sum it up : the page pool is a container for pages of ROM shadowed in RAM. Why changing its size ? Device manufacturers tend to choose a big pool size in order to have a pocket pc that can do a wide range of tasks.
In pratice, most users do the same tasks : GPS mainly, some media, then a classical phone usage.
Most users don’t need a big pool size but a lot of RAM.
found
here