5 lines
274 B
Markdown
5 lines
274 B
Markdown
|
Lecture Topic: Memory
|
||
|
|
||
|
There is a problem with 32 bit systems in which the max addressable ram is 4GB at a time.
|
||
|
|
||
|
This can be solved with the use of 64 bit systems, which allow a max addressable space of 2^64 memory locations, which is in the tens of thousands of petabytes.
|