【发布时间】:2011-09-08 03:00:03
【问题描述】:
这是内核代码中 header.S 文件的代码片段。我无法理解 lretw 指令的作用。我已经查看了很多在线资源以获取该说明。
# We will have entered with %cs = %ds+0x20, normalize %cs so
# it is on par with the other segments.
pushw %ds
pushw $6f
lretw
谁能帮我理解这个指令?
【问题讨论】:
标签: linux linux-kernel gnu-assembler