To be a better coder
发布时间:2019-04-10 09:00:39
https://blog.csdn.net/qq_34247099/article/details/50949720一、实验前的准备:Vmware + ubuntu10.10 (32位)+ linux-2.6.32.71.tar.xz安装虚拟机教程:http://jingyan.baidu.com/article/90895e0f95a07564ec6b0bc7.html说明:ubuntu 10.10是我试验的最后一个,也是最后成功的那个。当然,更推荐ubuntu 10.04,因为.........【阅读全文】
发布时间:2019-04-05 13:37:09
1 Linux IOMMU Support 2 =================== 3 4 The architecture spec can be obtained from the below location. 5 6 http://www.intel.com/technology/virtualization/ 7 8 This guide gives a quick cheat sheet for some basic understanding. 9 &nbs.........【阅读全文】
发布时间:2019-04-04 16:53:42
intel_iommu=off or intel_iommu=pt or intel_iommu=igfx_off 问题dmar表或者bios损坏了针对这个问题不得而知......【阅读全文】
发布时间:2019-04-04 16:43:46
一般:/proc/config.gzubuntu的位于 /boot下 cat /boot/config-`uname -r` 编译kernel时需要使能 CONFIG_IKCONFIG_PROC获取zcat /proc/config.gz > /usr/src/linux/.config ......【阅读全文】