
linux操作相关
ckernel96
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
could not find filesystem '/dev/root'
A:是由于无法加载磁盘硬件的模块驱动。解决方式主要是通过make menuconfig中加载sata sici的devices设备模块驱动。常用的驱动模块如下:insmod /lib/uhci-hcd.ko insmod /libohci-hcd.ko insmo转载 2011-08-15 17:31:51 · 1709 阅读 · 0 评论 -
git使用
git log -p -1git mv from to直接把文件换掉git commit -a不用自己手动更新在库中暂存的文件git log --pretty="oneline/short/full/fuller"git log --pretty=format:"原创 2011-08-15 17:29:09 · 310 阅读 · 0 评论 -
cscope使用
在一个目录下创建cscope.out添加到$CSCOPE_DB.vimrc中判断如果有$CSCOPE_DB则添加cscope add $CSCOPE_DB原创 2011-08-16 16:28:39 · 299 阅读 · 0 评论