Content deleted Content added
rv - vandalism by IP user |
Undid revision 1305588724 by 2600:4040:B575:7E00:ACFA:1FAB:6851:2785 (talk) |
||
(36 intermediate revisions by 24 users not shown) | |||
Line 1:
{{Multiple issues|
{{Unreferenced|date=May 2009}}▼
{{cleanup-rewrite|date=December 2011}}
{{disputed|date=December 2011}}
}}
In [[computer architecture]], '''
This design is used with many integrated graphics solutions to reduce the cost and complexity of the [[motherboard]] design, as no additional memory [[silicon chip|chips]] are required on the board. There is usually some mechanism (via the [[BIOS]] or a [[jumper (computing)|jumper]] setting) to select the amount of system memory to use for graphics, which means that the graphics system can be tailored to only use as much RAM as is actually required, leaving the rest free for applications. A [[Unintended consequence|side effect]] of this is that when some RAM is allocated for graphics, it becomes effectively unavailable for anything else, so an example computer with 512
▲In [[computer architecture]], '''Shared Memory Architecture''' (SMA) refers to a design where the [[Graphics Card|graphics chip]] does not have its own dedicated memory, and instead shares the main system [[Random access memory|RAM]] with the [[Central processing unit|CPU]] and other components.
▲This design is used with many integrated graphics solutions to reduce the cost and complexity of the [[motherboard]] design, as no additional memory [[silicon chip|chips]] are required on the board. There is usually some mechanism (via the [[BIOS]] or a [[jumper (computing)|jumper]] setting) to select the amount of system memory to use for graphics, which means that the graphics system can be tailored to only use as much RAM as is actually required, leaving the rest free for applications. A [[Unintended consequence|side effect]] of this is that when some RAM is allocated for graphics, it becomes effectively unavailable for anything else, so an example computer with 512 [[Mebibyte|MiB]] RAM set up with 64MiB graphics RAM will appear to the [[operating system]] and user to only have 448 MiB RAM installed.
The disadvantage of this design is lower performance because system RAM usually runs slower than dedicated graphics RAM, and there is more contention as the [[memory bus]] has to be shared with the rest of the system. It may also cause performance issues with the rest of the system if it is not designed with the fact in mind that some RAM will be 'taken away' by graphics.
== History ==
Most early personal computers used a shared memory design with graphics hardware sharing memory with the CPU. Such designs saved money as a single bank of DRAM could be used for both display and program. Examples of this include the Apple II computer, the Commodore 64, the Radio Shack Color Computer, the Atari ST, and the Apple Macintosh.{{Cn|date=September 2024}}
The first PC to use the SMA was the [[IBM PCjr]], released in 1984. [[Video memory]] was shared with the first 128KiB of RAM. The exact size of the video memory could be reconfigured by software to meet the needs of the current program.▼
A notable exception was the IBM PC. Graphics display was facilitated by the use of an expansion card with its own memory plugged into an ISA slot.
▲The first IBM PC to use the SMA was the [[IBM PCjr]], released in 1984. [[Video memory]] was shared with the first
An early hybrid system was the Commodore Amiga which could run as a shared memory system, but would load executable code preferentially into non-shared "[[Amiga Chip RAM|fast RAM]]" if it was available.
Later, the [[DirectX 6.1]] introduced software support for shared graphics memory. Hardware to further support shared graphics memory include Intel [[DVMT]] and NVIDIA [[TurboCache]].
== See also ==
* [[IBM PCjr]]
* [[Video memory]]
* [[Shared memory (interprocess communication)|Shared memory]], in general, other than graphics
== References ==
{{Reflist}}
== External links ==
* [
* [http://www.old-computers.com/museum/doc.asp?c=186 IBM PCjr information]
{{Graphics Processing Unit}}
[[Category:Memory management]]
[[ro:Arhitectură cu memorie partajată]]
|