【英特尔IA-32架构软件开发者开发手册第3卷:系统编程指南】2001年版翻译,2-24

文件下载与邀请翻译者

学习英特尔开发手册,最好手里这个手册文件。原版是PDF文件。点击下方链接了解下载方法。

讲解下载英特尔开发手册的文章

翻译英特尔开发手册,会是一件耗时费力的工作。如果有愿意和我一起来做这件事的,那么,欢迎你的加入。

另外,我不仅仅是打算翻译这一种手册,以后,可能还需要去翻译许多的英文技术文档

本节翻译

【原文】The LTR and STR instructions load and store the segment selector part of the task register, respectively. When the LTR instruction loads a segment selector in the task register, the base address, limit, and descriptor attributes from the TSS descriptor are automatically loaded into the task register. On power up or reset of the processor, the base address is set to the default value of 0 and the limit is set to FFFFH.

【翻译】LTR和STR指令分别加载和存储进程寄存器的段选择器部分。当LTR指令加载任务寄存器中的段选择器时,来自TSS描述符的基地址、界限值和描述符属性会自动加载到任务寄存器中。处理器上电或复位时,基址设置为默认值0,极限值设置为FFFFH。

【原文】When a task switch occurs, the task register is automatically loaded with the segment selector and descriptor for the TSS for the new task. The contents of the task register are not automatically saved prior to writing the new TSS information into the register.

【翻译】在发生任务切换时,任务寄存器自动加载新任务的TSS的段选择器和描述符。在将新的TSS信息写入寄存器之前,不会自动保存任务寄存器的内容。

相关推荐
信创工程师-小杨16 小时前
Linux内网环境如何解决依赖的问题
linux·运维·服务器
设计师小聂!16 小时前
宝塔 Linux 面板保姆级教程
linux·mysql·开源·运维开发
Zyed17 小时前
[STM32]Day9-Part1USART+串口接收+串口收发
stm32·单片机·嵌入式硬件
不吃土豆的马铃薯17 小时前
C++ 高性能网络缓冲区 Buffer 源码解析
linux·服务器·开发语言·网络·c++
java知路17 小时前
linux yum 下载docker安装包及依赖安装包,并离线安装
linux·运维·docker
fanged17 小时前
设备树学习2--一个DTBO实验
linux·嵌入式开发
星间都市山脉17 小时前
Android STS(Security Test Suite)完整介绍与测试流程
android·java·linux·windows·ubuntu·android studio·androidx
qq_1631357517 小时前
Linux 【02-tac命令超详细教程】
linux
Jurio.18 小时前
tmux 安装与使用教程:SSH 断开后任务继续运行,终端分屏与多窗口管理
linux·经验分享·ssh·tmux
YJlio18 小时前
《Sysinternals实战指南》16.5 Ctrl2Cap 工具详解:把 Caps Lock 变成 Ctrl 的键盘改造与回退方法
linux·运维·服务器·网络·python·学习·计算机外设