一、虚拟化kvm发展: 2006 年 10 月由以色列的 Qumranet 组织开发的一种新的“虚拟机”方案,并将其贡献给开源世界 2007 年 2 月于 Linux Kernel-2.6.20 中第一次包含了 KVM 2008 年 9 月,红帽收购了 Qumranet ,由此入手了 KVM 的虚拟 ...
分类:
其他好文 时间:
2019-07-13 13:24:57
阅读次数:
119
编译设备树的时候 可以单独编译 也可以和内核一起编译 单独编译执行DTS编译指令即可,如果是和内核一起编译,需要指定编译的哪一个设备树 在 kernel/arch/arm/boot/dts/Makefile 指定 首先要在dts下面有对应的dts 就也可以指定 ...
分类:
系统相关 时间:
2019-07-04 12:59:06
阅读次数:
155
任务环境说明: 攻击机: 物理机:Windows7 物理机安装工具1:Microsoft Visual Studio 2008 物理机安装工具2:OllyICE 虚拟机1:Ubuntu_Linux 虚拟机1安装工具1:Python3/Python2 虚拟机1安装工具2:GCC 虚拟机1安装工具3:G ...
分类:
系统相关 时间:
2019-07-02 19:11:02
阅读次数:
421
Linux组成 Linux: kernel+rootfskernel: 进程管理、内存管理、网络管理、驱动程序、文件系统、安全功能rootfs:程序和glibc库:函数集合, function, 调用接口(头文件负责描述)程序:二进制执行文件 CentOS6启动流程 post加电自检 这个过程是开机 ...
分类:
系统相关 时间:
2019-06-30 15:40:29
阅读次数:
180
Linux-kernel-module 目录 1. kernel module 2. Linux kernel module 2.1 管理模块的实用程序。 2.1.1 depmod 选项 2.1.2 modprobe 选项 2.1.3 modinfo 选项 2.2 内核目录 2.3 查看linux内 ...
分类:
系统相关 时间:
2019-06-29 19:13:07
阅读次数:
184
内核移植过程 下载 linux 内核 从 http://www.kernel.org/pub/linux/kernel/v2.6/linux2.6.14.1.tar.bz2 下载 linux2.6.14.1 内核至 home/arm/dev_home/kernel. [root@localhos ...
分类:
系统相关 时间:
2019-06-29 10:30:07
阅读次数:
154
系统启动和内核管理 Linux: kernel+rootfs kernel: 进程管理、内存管理、网络管理、驱动程序、文件系统、安全功能 rootfs:程序和glibc 库:函数集合, function, 调用接口(头文件负责描述) 程序:二进制执行文件 内核设计流派: 单内核(monolithic ...
分类:
系统相关 时间:
2019-06-16 20:16:38
阅读次数:
155
https://github.com/SecWiki/linux-kernel-exploits https://www.sec-wiki.com/skill ...
分类:
系统相关 时间:
2019-06-10 00:05:11
阅读次数:
110
1. 内核raw发包 #include <linux/init.h>#include <linux/module.h> #include <linux/kernel.h>#include <linux/moduleparam.h>#include <linux/ip.h>#include <linu ...
分类:
系统相关 时间:
2019-06-07 22:36:06
阅读次数:
512
Linux 线程实现机制分析 Linux 线程实现机制分析 Linux 线程模型的比较:LinuxThreads 和 NPTL http://www.ibm.com/developerworks/cn/linux/kernel/l thread/ 自从多线程编程的概念出现在 ...
分类:
编程语言 时间:
2019-06-03 14:27:21
阅读次数:
107