mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 20:05:30 +00:00
In non real mode, for segment registers other than CS, the guest segment base should be zero, otherwise the guest's segmentation results in wrong effective addresses. Linux boots with the wrong segment registers (base address in hidden part), because it happens that it assigns the segment registers before using any of them, which effectively reloads the segment base addresses from GDT. |
||
---|---|---|
.. | ||
x86 |