|
|
|
|
|
by customguy
13 days ago
|
|
How could it be? For example, each memory stick doesn't know beforehand what other memory sticks it will be used with, so the "physical" addressing of the memory on each stick has to be independent of the others, i.e. a local address, that gets mapped to a virtual one. |
|
That's the abstraction I'm working with when coding. Which is necessary because in most cases this should be an implementation detail.