Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3651449
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2020-04-22 16:17:31

https://blog.csdn.net/tankai19880619/article/details/16885615  之前《Linux启动过程分析》内核挂载根文件系统一文,分析的rootfs、其实就是解决了Linux的VFS架构下初始挂载点的创建问题。  下边说的Initramfs/initrd则是填充(仅仅是释放文件到rootfs根目录)/扩充(通过挂载其他文件系统类型到rootfs指.........【阅读全文】

阅读(1738) | 评论(0) | 转发(0)

发布时间:2020-04-20 14:43:08

https://www.veryarm.com/118111.html1、从arm64路径下拷贝个默认配置出来cp ./arch/arm64/configs/defconfig  .config2、配置选项make ARCH=arm64 CROSS_COMPILE=~/tools/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- menuconfig3、编译内核make ARCH=arm64 C.........【阅读全文】

阅读(8085) | 评论(0) | 转发(0)

发布时间:2020-04-17 16:24:59

export PERL5LIB=/usr/share/perl5yum install cpanmissing XHTML1 DTDtouch apibuild.py.stamp  GEN      html/index.html  GEN      hvsupport.html.in  GEN      devhelp/index.htmlI/O error : Attempt to load ne.........【阅读全文】

阅读(3304) | 评论(0) | 转发(0)

发布时间:2020-04-16 19:29:39

[root@arm-centos libvirt-1.2.20]# make -j8CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/zlg/openSource/libvirt-1.2.20/build-aux/missing aclocal-1.15 -I m4/home/zlg/openSource/libvirt-1.2.20/build-aux/missing: line 81: aclocal-1.15: command not foundWARNING: 'aclocal-1.15' is missing on your.........【阅读全文】

阅读(8337) | 评论(0) | 转发(0)

发布时间:2020-04-16 11:14:23

[root@q iso]# qemu-img info venus-vids-7060-x86_64 |grep virtual |awk '{print $4}'|cut -b 2-2012774400[root@q iso]# [root@q iso]# [root@q iso]# qemu-img info venus-vids-7060-x86_64image: venus-vids-7060-x86_64file format: qcow2virtual size: 1.9G (2012774400 bytes)disk size: 1.1Gcluster_size.........【阅读全文】

阅读(2800) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册