ROM and RAM

Search This thread

gogol

Senior Member
May 20, 2005
3,735
216
What does ROM and RAM means related to the HTC TyTn ?

HTC TyTn ROM = 128 MB
HTC TyTn RAM = 64 MB

When you install application to the "Storage Memory", where will it be installed ? in the RAM ?

What are installed in the ROM ?

Where the default application from the provider (e.g. T-Mobile) are installed ?

Thanks!
 

goestoeleven

Senior Member
Feb 1, 2005
515
1
Boston
What does ROM and RAM means related to the HTC TyTn ?

HTC TyTn ROM = 128 MB
HTC TyTn RAM = 64 MB

When you install application to the "Storage Memory", where will it be installed ? in the RAM ?

What are installed in the ROM ?

Where the default application from the provider (e.g. T-Mobile) are installed ?

Thanks!


The 128 MB of Flash ROM is broken into two parts:

- 64 MB for "Storage" (think hard disk space)
- 64 MB for "Program" execution (also called "RAM")

Programs reside in storage until they are activated (at which point they are also loaded into RAM). The amount of RAM you have available is what's left after loading the OS.

The carrier apps are also stored in ROM/RAM.
 

Lurker0

Senior Member
Sep 22, 2006
259
49
Moscow
RAM is used to run applications. Its content gets lost on power off.

ROM (Flash RAM indeed) is used to store firmware, to install user applications and to keep data. Its content is kept even without power. "Extended ROM" is also a part of 128MB "ROM".

As I understand, HTC TyTN has NAND flash, and so no XIP and PagePool consumes a lot of RAM, though making things to run faster.

A good reading for beginners is here and here.

I don't like the tendency to call flash memory that is writeable as "ROM" (=Read-Only Memory). IMHO it provides a lot of confusions.