暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ANSWERS.md 692B

hw4 - Simulation 1 - Lösungen

Warmup

0x611c =>

0110 0001 0001 1100 =>

Valid PDE PTE Offset
0 11000 01000 11100
False 24 8 28

PDE at index 24:

page 108: 83 […] e9 a1 e8 […] ff

0xa1 => 1010 0001 => 1 | 0100001 => Valid | 33

PTE at index 8 in page 33 (found in PDE):

page 33: 7f […] 7f b5 7f […] 7f

0xb5 => 1011 0101 => 1 | 0110101 => Valid | 53

Final Value is in page 0xb5 (53) with offset 28 => 0x08 (8).

Aufgaben

  1. Für eine zweistufige Seitentabelle benötigt man ein Register, für eine dreistufige Seitentabelle bräuchte man ein zweites PDBR.

2.

3.