5 lines
278 B
Markdown
Raw Normal View History

2025-01-07 19:27:29 -04:00
Lecture Topic: Memory
There is a problem with 32 bit systems in which the max addressable ram is 4GB at a time.
2024-01-22 10:12:48 -04:00
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.