Hi guys, I'm going through an exercise for a class and part of it involves translating a virtual memory address into a page number and an offset. I'm given that the
address space is 32-bit and the page size is 4 KB. I've been reading and re-reading my book to try to understand this stuff better, but it's still fuzzy. Here's what I'm getting so far: the 32-bit address has 2 parts: - the page ...