Gentoo Archives: gentoo-user

From: Toby 'qubit' Cubitt <tsc25@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Writing to a 256MB Rom
Date: Wed, 01 Mar 2006 21:53:46
Message-Id: 20060301214835.GE4729@mpq3p6.mpq.mpg.de
In Reply to: Re: [gentoo-user] Writing to a 256MB Rom by Ryan Holt
1 On Wed, Mar 01, 2006 at 04:16:33PM -0500, Ryan Holt wrote:
2 > Is there any difference between ROM and NVRam?
3
4 Yes. ROM is a WORM medium (write once, ready many times). The data
5 stored in a PROM (programmable read only memory) is literally burned
6 in by applying high-voltage pulses to the chip.
7
8 There's also EPROM (eraseable PROM) which can be erased by exposing
9 the chip to ultraviolet light, and EEPROM (electrically eraseable
10 PROM). If we're being pedantic, ROM is a misnomer for these, since
11 they're not really "write once".
12
13 NVRAM (non-volatile random access memory) is similar to EEPROM in some
14 ways: it can be written and erased many times, and maintains its data
15 even when power is disconnected. MRAM, FRAM, etc. are forms of
16 NVRAM. Flash memory is I believe a more modern form of EEPROM. They
17 all differ in the physical technology used on the chip, and have
18 different properties, such as how many times the memory can be erased
19 and rewritten, how fast writing and reading is, etc.
20
21 Also, Wikipedia says:
22
23 "...there is a convention to reserve the term EEPROM [for] byte-wise
24 writable memories compared to block-wise writable flash memories."
25
26 > I think I mis-spoke when I said ROM; because it's actually Non Volatile Ram.
27
28 You *could* have meant PROM, but NVRAM sounds much more likely ;-)
29
30 Toby
31 --
32 PhD Student
33 Quantum Information Theory group
34 Max Planck Institute for Quantum Optics
35 Garching, Germany
36
37 email: toby@××××××××.org
38 web: www.dr-qubit.org
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Writing to a 256MB Rom Ryan Holt <carpenike@×××××.com>