Achim Hasenmueller <[EMAIL PROTECTED]> writes: > Looking at your VBox.log, it seems as if your CPU does not support > CMPXCHG8B. Wonder why Windows refuses to install without it. Maybe it > doesn't fully recognize the CPU and thinks it's Intel which has to have > the feature?
Not sure if they are required. Looking into it further, I've stumbled across this bookmark: >From http://radagast.bglug.ca/epia/epia_howto/x1099.html : The identification issue is that the C3 is identifying itself as 686. According to the Intel IA32 documentation, this is correct: C3 does not implement conditional moves*, and do not pretend to implement conditional moves. The Intel documentation states that you should check before doing conditional moves, and that cmov implementation in the processor is optional. Heike _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
