虚拟内存(Virtual Memory)
摘要:
Each process has its own virtual address space, so the virtual address 0xdead0000 in one process's address space will represent a different physical page than the page represented by 0xdead0000 in another process. Each process has it's own mapping from virtual addresses to physical addresses 阅读全文
posted @ 2012-11-22 06:05 NULL00 阅读(3838) 评论(1) 推荐(0) 编辑