Renormalize files

This commit is contained in:
2025-01-07 19:27:29 -04:00
parent 2bf7d29931
commit f34e528b5a
112 changed files with 12951 additions and 12951 deletions

View File

@@ -1,5 +1,5 @@
Lecture Topic: Memory
There is a problem with 32 bit systems in which the max addressable ram is 4GB at a time.
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.