Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究48 位虚拟地址,但我对 48 位实现的较低和较高规范一半可以寻址多少内存感到困惑?
另外,有谁知道为什么较低和较高规范一半的范围不连续?
只需将其放入您的计算器中,7ffffffffffff = 140737488355327 = 140E12 ~= 140 TB。
我想说的是,除了将其映射为内核和用户模式地址空间分离的传统方式之外,它有助于阻止程序员滥用地址中未使用的位供自己使用。