| ▲ | ojbyrne 3 days ago | |
The article is essentially describing virtual memory (with enhancements) which predates the 6502 by a decade or so. | ||
| ▲ | Delk 2 days ago | parent [-] | |
IMO it's not even quite right in its description. The first picture that describes virtual memory shows all processes as occupying the same "logical" address space with the page table just mapping pages in the "logical" address space to physical addresses one-to-one. In reality (at least in all VM systems I know of) each process has its own independent virtual address space. | ||