Fork me on GitHub
侧边栏
摘要: 1. cyclictest 简介以及安装 1.1 cyclictest 简介 cyclictest 是什么? 看名字应该就能大致猜出来它是一种 test 程序,Cyclictest的维基主页这么介绍它“Cyclictest is a high resolution test program, wri 阅读全文
posted @ 2017-11-02 14:48 yooooooo 阅读(1751) 评论(0) 推荐(0)
摘要: MMU是Memory Management Unit的缩写,中文名是内存管理单元,它是中央处理器(CPU)中用来管理虚拟存储器、物理存储器的控制线路,同时也负责虚拟地址映射为物理地址,以及提供硬件机制的内存访问授权,多用户多进程操作系统。TLB(Translation Lookaside Buffe 阅读全文
posted @ 2017-11-02 11:41 yooooooo 阅读(8653) 评论(0) 推荐(4)