我正在查看操作系統的一些考試試卷,並且遇到了一個我根本找不到的問題。內存管理方案是尋呼 這裏有一個問題:如何計算16位地址指針中的頁面幀
An operating system that runs on a CPU with a 16 bit address pointer employs a paging memory management scheme with a page size of 1024 bytes.
a) At most how many frames can physical memory contain?
b) Indicate which bits in an address pointer are used for page and offset.
c) A process image of size 3.5K resides in memory. You are given the page table of this process in Figure 1 below. What physical address will the hexadecimal logical address 0x0FCE result in? Show your calculations.
d) How much internal fragmentation does this process produce?
Page Frame
0 4
1 8
2 9
3 6
Figure 1 Process Page Table
任何人可以幫助我嗎?
你是個傳奇人物謝謝:) –