2
I’m having some difficulty answering two questions based on the following information:
- Hardware support for virtual memory;
- Works with 1KB pages;
- Works with 24-bit virtual addresses;
- Works with 16-bit physical addresses;
- Has only 1 table of pages for mapping the entire address space virtual;
What is the maximum amount of physical memory that can be installed?
What is the maximum amount of virtual memory that can be accessed?
I think that question is outside the scope.
– user28595
I thought because the physical address has 16 bits, the amount of addresses I can allocate is 2 16, or 65MB, but I don’t know if this is correct.
– Pedro Sturmer