Dacă vă place acest articol trimiteți mai departe!
Cookie-urile ne ajută să îmbunătățim experiența dvs pe MobileWave. Utilizând acest site vă exprimați acordul asupra folosirii cookie-urilor.
Pentru mai multe detalii click aici.
Pentru detalii legate de procesarea datelor cu caracter personal (GDPR) vedeti regulametul site & forum.
26 februarie 2008, 15:36:42 • actualizat 26 februarie 2008, 15:37:58 (1 ori)
Am gasit o aplicatie (thx to NitroGeN ) cu care se poate schimba PagePool-ul foarte usor, ne mai fiind necesara folosirea WinHex + flashuire.
The Page Pool Applications use RAM in two ways. There is code that runs, and there is data that is created while it is running. On a NOR device, the code can run directly from the ROM and not be loaded into RAM first. This process is called XIP (eXecute In Place). NAND devices can't XIP, so their code is loaded into RAM and executed from there. If you don't have a Page Pool, this code is loaded into normal RAM. The Page Pool is a mechanism to limit how much code is loaded into normal RAM. With a Page Pool, we can unload code that hasn't been used in a while and reload it later if we need to. We can't do that without a Page Pool.