Non-volatile random-access memory: Difference between revisions

Content deleted Content added
Early NVRAMs: Removed the weird, anachronistic reference to disks in very early systems.
Tags: Mobile edit Mobile web edit
Mardovar (talk | contribs)
Put back magnetic drum as an early NVRAM and improve flow to core memory
Line 10:
==Early NVRAMs==
 
EarlySome early computers used core[[Drum storagememory|magnetic drum]] which werewas non-volatile as a byproduct of theirits construction. The mostindustry commonmoved form of memory through the 1960s wasto [[magnetic-core memory]] in the later 1950's, 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.