醉卧沙场君莫笑
全部博文(19)
发布时间:2016-05-08 20:36:04
这几天折腾路由器过墙,累得一头大汗。这些天本来挺忙的,需要很多时间去做一些“正经的"事情,却因为原来的过墙方法不可以用了,又是各种学习网络知识,又是各种脚本配置的折腾。在这件事上足足花了有七八个小时。不仅感叹一下,难道就没有傻瓜一点的方法吗,我不需要了解这么多细节呀!在折腾路由器过程中。在某人的博.........【阅读全文】
发布时间:2016-05-08 20:11:54
Since I started working on aarch64 support for QEMU the most frequently asked question I got was “when can I run aarch64 system emulation on QEMU?”. Well wait no more as support for a VIRT-IO based aarch64 board was recently merged into the master branch of QEMU. In this post I’ll talk about.........【阅读全文】
发布时间:2016-05-08 20:09:49
1 安装FastModelFastModel依赖于32位的库,所以在安装前需要安装32位的库:sudo apt-get install ia32-lib*安装的过程比较简单。先切换到FastModel安装文件所在目录然后运行setup.sh。cd Fastmodel/FM000-KT-00005-r8p3-42rel0/FastModels_8-3-042_Linux./setup.sh然后就一路点击Next到Install就完成了。完成安装以.........【阅读全文】
发布时间:2015-12-29 15:34:54
spin-table启动方法我们都知道,一个系统的启动的基本流程是先bootloader然后运行kernel。当一上电,所有的CPU就都争先恐后地往前跑,为了防止并发的一些问题,有必要将除了primary cpu以外的cpu拦截下来。在启动的过程中,bootloader中有一道栅栏,它拦住了除了cpu0外的其他cpu。cpu0直接往下运行,进行设备初.........【阅读全文】