【发布时间】:2011-12-28 02:14:24
【问题描述】:
我在 linux 内核 (arch/x86/boot/pmjump.S) 中找到了这段代码
# Set up TR to make Intel VT happy
ltr %di //Here1
# Clear registers to allow for future extensions to the
# 32-bit boot protocol
xorl %ecx, %ecx
xorl %edx, %edx
xorl %ebx, %ebx
xorl %ebp, %ebp
xorl %edi, %edi
# Set up LDTR to make Intel VT happy
lldt %cx //Here2
这些如何让英特尔 VT 高兴? 和 为什么那些让英特尔 vt 高兴??
谢谢你:)
【问题讨论】:
-
我很困惑,如果您在 Linux 内核中发现了该代码(并且可以正常工作),那是什么问题?
-
slugonamission//问题出在here1和here2如何让Intel VT开心。
-
但我的意思是,您是在问这些语句是如何工作的,或者如何解决它们?
-
我问为什么那些让英特尔 VT 高兴。对不起..