(Reply).
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1
|
2
|
|||||
3 |
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
Previous attempts to reconfigure the mtrr layout have tended to end quite badly, with all kinds of unexpected interactions with the BIOS (there aren't enough MTRRs to avoid every hole in memory, but how do we tell if the BIOS expects a specific area of reserved address space to be uncached?). Moving to using PAT instead might work better, but then we end up with the pretty much entirely undocumented semantics of what happens when you have conflicting MTRR and PAT configurations. Have I ever mentioned that everything involving firmware is dreadful?