搜索资源列表
vmm
- 通过分页技术,在屏幕上显示文件data.txt中多个选定的数据。方法是: 读入数据为整数的逻辑地址(<0时退出); 将逻辑地址分解为页号、页内位移; 查页表,若该页不在内存块中(中断位为1),将该页从外存读入内存某一块中,淘汰策略为FIFO;否则,由页号得块号; 将内存中该数据显示在屏幕上。
vmm1.2.2
- synopsys vmm 最新源码,功能更加强大,对IC验证加强支持-synopsys vmm system verilog source code
VMM.doc.tar
- 虚拟内存管理实例,用于显示当前有哪些进程占用内存,及其所在的逻辑地址-Instance of the virtual memory management, which is used to display the current process footprint, and where the logical address
vmm
- vmm module interface with kvm module for Linux v2.13.6.