摘要: 本文提供的方法适用于在远程服务器的kvm+qemu环境中部署CentOS虚拟机。 #!/bin/bash set -xe diskimage=/var/lib/libvirt/images/centosvm.qcow2 echo "Creating qcow2 disk image.." qemu- 阅读全文
posted @ 2020-01-06 19:35 Linux-inside 阅读(322) 评论(0) 推荐(0) 编辑
摘要: Ceph编译:L版本及其之后的版本。 1. 编译前准备 下载代码库 git clone git://github.com/ceph/ceph.git all 或者 git clone --recursive https://github.com/ceph/ceph.git 假如想看v13.2.2的代 阅读全文
posted @ 2020-01-02 15:14 Linux-inside 阅读(2395) 评论(0) 推荐(0) 编辑
摘要: 简单记录下可行的kernel调试工具和步骤。 (本文是从本人的github上迁移过来的) 调试使用4.18版本的kernel, 用到的工具是qemu+gdb 1. 调试环境说明 Host主机是centos7.6的环境 2. 编译需要调试的内核(4.18 version) 首先下载内核tar包: wg 阅读全文
posted @ 2019-12-26 15:46 Linux-inside 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: 》》》》》》仅供参考使用《《《《《《《《 Host系统:基于centos 7.6 Guest系统:基于QEMU的Linux虚拟机(要调试的对象) 在host上编译Linux4.8内核。 内核源代码下载地址:https://mirrors.aliyun.com/linux kernel/v4.x/li 阅读全文
posted @ 2019-09-24 10:09 Linux-inside 阅读(390) 评论(0) 推荐(0) 编辑