Notes/UNB/Year 4/Semester 1/CS3418/11-1-2023.md
2024-01-22 10:12:48 -04:00

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.