A machine has a memory of 256 frames, with each frame being…
A machine has a memory of 256 frames, with each frame being 4K (2^12) bytes. Current free-frame list is: 0x19, 0xC2, 0x75, 0xE8, 0x2F, 0x0C, 0x96, 0xDF, 0xE0, 0xD1, 0xC4, and 0x0A (this means hex notation). You just scheduled a process that requires 10 frames. Write the resulting page table. Show the translation of logical address 0x53D7 and 0x4BAA into physical addresses using your page table.