We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
所有的内存单元都有唯一的地址,叫做物理地址
各类存储器的物理地址情况
1.内存地址空间的大小受CPU地址总线宽度的限制。8086的地址总线宽度为20,可以定位2^20个不同的内存单元(内存地址范围0x00000-0xFFFFF),所以8086的内存空间大小为1MB 2.0x00000-0x9FFFF:主存储器。可读可写 3.0xA0000-0xBFFFF:向显存中写入数据,这些数据会被显卡输出到显示器。可读可写 4.0xC0000-0xFFFFF:存储各种硬件\系统信息。只读
1.
2.
3.
4.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
03-内存介绍
所有的内存单元都有唯一的地址,叫做物理地址
各类存储器的物理地址情况
The text was updated successfully, but these errors were encountered: