You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
In the PCx86 386 emulation, the reserved bits of CR0 are allowed to be cleared. On a real 386 (I've tested two, though they may have both been the same stepping), the reserved bits in CR0 are always set and can't be cleared.
You can verify by running ID.COM and comparing results against real hardware. Source is included.
I don't know of any software that relies on it aside from some AMI BIOSes, so it's probably not too important.
In the PCx86 386 emulation, the reserved bits of CR0 are allowed to be cleared. On a real 386 (I've tested two, though they may have both been the same stepping), the reserved bits in CR0 are always set and can't be cleared.
You can verify by running ID.COM and comparing results against real hardware. Source is included.
I don't know of any software that relies on it aside from some AMI BIOSes, so it's probably not too important.