Arunpreet / hyperdbg

Automatically exported from code.google.com/p/hyperdbg
0 stars 0 forks source link

Unloading fails when PAE is enabled #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile HyperDbg with PAE support enabled.
2. Load HyperDbg.
3. Unload HyperDbg

What is the expected behaviour? What do you see instead?
HyperDbg should be unloaded without problems. The machine crashes (triple 
fault) when tring to unload HyperDbg. 

Please provide Bochs output file and serial debug file.

Original issue reported on code.google.com by aristidefattori on 16 Jul 2010 at 1:38

Attachments:

GoogleCodeExporter commented 9 years ago
MmuFini() was called a little too early.

Original comment by aristidefattori on 16 Jul 2010 at 2:47