Some early computers used [[Drum memory|magnetic drum]] which was non-volatile as a byproduct of its construction. The industry moved to [[magnetic-core memory]] in the later 1950s, which stored data in the polarity of small magnets. Since the magnets held their state even with the power removed, core memory was also non-volatile. Other memory types required constant power to retain data, such as [[vacuum tube]] or solid-state [[Flip-flop (electronics)|flip-flop]]s, [[Williams tube]], and semiconductor memory (static or dynamic RAM).
Advances in [[semiconductor fabrication]] in the 1970s led to a new generation of [[Solid state (electronics)|solid state]] memories that magnetic-core memory could not match on cost or density. Today dynamic RAM forms the vast majority of a typical computer's [[main memory]]. Many systems require at least some non-volatile memory. Desktop computers require permanent storage of the instructions required to load the operating system. Embedded systems, such as an engine control computer for a car, must retain their instructions when power is removed. Many systems used a combination of RAM and some form of ROM for these roles.
Custom [[Read-only memory|ROM]] integrated circuits were one solution. The memory contents were stored as a pattern of the last mask used for manufacturing the integrated circuit, and so could not be modified once completed.
[[Programmable read-only memory|PROM]] improved on this design, allowing the chip to be written electrically by the end-user. PROM consists of a series of diodes that are initially all set to a single value, 1 for instance. By applying higher power than normal, a selected diode can be ''burned out'' (like a [[Fuse (electrical)|fuse]]), thereby permanently setting that bit to 0. PROM facilitated prototyping and small-volume manufacturing. Many semiconductor manufacturers provided a PROM version of their mask ROM part so that development [[firmware]] could be tested before ordering a mask ROM.
Line 58:
===Millipede memory===
{{Main|Millipede memory}}
Perhaps one of the more innovative solutions is [[IBM Millipede|millipede memory]], developed by [[IBM]]. Millipede is, in essence, a [[punched card]] rendered using [[nanotechnology]] in order to dramatically increase areal density. Although it was planned to introduce Millipede as early as 2003, unexpected problems in development delayed this until 2005, by which point it was no longer competitive with flash. In theory the technology offers storage densities on the order of 1 Tbit/in<sup>2</sup> (≈155 Gbit/cm<sup>2</sup>), greater than even the best [[hard drive]] technologies currently in use ([[perpendicular recording]] offers 636 Gbit/in<sup>2</sup> (≈98.6 Gbit/cm<sup>2</sup>) as of Dec. 2011<ref name=636-gigabits>{{cite press release | url = http://www.hitachigst.com/press-room/2011/hitachi-gst-ships-one-terabyte-per-platter-hard-drives | title = Hitachi GST Ships One Terabyte Per Platter Hard Drives | access-date = 2011-12-17 | date = 2011-08-03 | publisher = [[Hitachi Global Storage Technologies]] | url-status = dead | archive-url = https://web.archive.org/web/20111026210519/http://www.hitachigst.com/press-room/2011/hitachi-gst-ships-one-terabyte-per-platter-hard-drives | archive-date = 2011-10-26}}</ref>), but future [[heat-assisted magnetic recording]] and [[patterned media]] together could support densities of 10 Tbit/in<sup>2</sup><ref name=10-terabits>{{cite web | url = https://arstechnica.com/science/news/2010/05/new-hard-drive-write-method-packs-in-one-terabyte-per-inch.ars | title = New hard drive write method packs in one terabit per inch | access-date = 2011-12-17 | last = Johnston | first = Casey | date = 2011-05-07 | website = Ars Technica}}</ref> (≈1.55 Tbit/cm<sup>2</sup>). However, slow read and write times for memories this large seem to limit this technology to hard drive replacements as opposed to high-speed RAM-like uses, although to a very large degree the same is true of flash as well.