Editing Talk:Hypervisor Reverse Engineering
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1,158: | Line 1,158: | ||
<pre> | <pre> | ||
0x28002010000 contains the same as 0x2808FF90000 | 0x28002010000 contains the same as 0x2808FF90000 | ||
0x28002050000 contains the same as 0x2808FFD0000 | 0x28002050000 contains the same as 0x2808FFD0000 | ||
you can prove that by writing in one offset and reading the other | you can prove that by writing in one offset and reading the other | ||
0x2808XXXXXXX is BAR1 (i.e. VRAM on Nvidia GPUs) | 0x2808XXXXXXX is BAR1 (i.e. VRAM on Nvidia GPUs) | ||
0x28002XXXXXX is | 0x28002XXXXXX is BAR0 (i.e. PRAMIN on Nvidia GPUs) | ||
</pre> | </pre> |