Skip to content
New issue

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

03-内存介绍 #3

Open
HHuiHao opened this issue Apr 23, 2018 · 0 comments
Open

03-内存介绍 #3

HHuiHao opened this issue Apr 23, 2018 · 0 comments

Comments

@HHuiHao
Copy link
Owner

HHuiHao commented Apr 23, 2018

03-内存介绍

  • 各类存储器的逻辑连接情况

  • 所有的内存单元都有唯一的地址,叫做物理地址

  • 各类存储器的物理地址情况

1.内存地址空间的大小受CPU地址总线宽度的限制。8086的地址总线宽度为20,可以定位2^20个不同的内存单元(内存地址范围0x00000-0xFFFFF),所以8086的内存空间大小为1MB
2.0x00000-0x9FFFF:主存储器。可读可写
3.0xA0000-0xBFFFF:向显存中写入数据,这些数据会被显卡输出到显示器。可读可写
4.0xC0000-0xFFFFF:存储各种硬件\系统信息。只读

  • 下图是各类存储器的逻辑连接-物理地址对应图

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant