Details
-
Bug
-
Resolution: Fixed
-
Major
Description
I figured out that the args (rdx, rcx) in PnpBiosGetDeviceNodeCount are destroyed after calling "CallRealMode". Saving it before and restoring it after solves the problem. See attached patch.
With this Patch qemu boot a little bit further in x64-bit build.