Content deleted Content added
Not every system uses virtual memory |
→Program memory: Add comma |
||
Line 8:
==Program memory==
A computer program memory can be largely categorized into two sections: read-only and read/write. This distinction grew from early systems holding their main program in [[read-only memory]] such as [[Mask ROM]], [[Programmable read-only memory|PROM]] or [[EEPROM]]. As systems became more complex and programs were loaded from other media into RAM instead of executing from ROM, the idea that some portions of the program's memory should not be modified was retained. These became the ''.text'' and ''.rodata'' segments of the program, and the remainder which could be written to divided into a number of other segments for specific tasks.
===Text===
|