码迷,mamicode.com
首页 >  
搜索关键字:kernel    ( 5514个结果
Red Hat Enterprise Linux 各个版本以及发布日期
Red Hat Enterprise Linux 7 Release/Update General Availability Date redhat-release Errata Date* Kernel Version RHEL 7 Update 2 TBA TBA TBA RHEL 7 Upda...
分类:系统相关   时间:2015-03-15 00:27:33    阅读次数:419
Ubuntu下升级VisualBox后无法启动 Kernel driver not installed (rc=-1908)
Ubuntu下升级VisualBox后无法启动 Kernel driver not installed (rc=-1908)VisualBox之所以在Linux上比传统的VMware快得多,关键一点就是它和Linux内核的结合比较紧密,这也是开源的优点。不过Linux内核更新很频繁,每次更新内核后启...
分类:系统相关   时间:2015-03-14 21:28:19    阅读次数:252
【转】在Ubuntu上下载、编译和安装Android最新源代码
原文网址:http://blog.csdn.net/luoshengyang/article/details/6559955看完了前面说的几本书之后,对Linux Kernel和Android有一定的认识了,是不是心里蠢蠢欲动,想小试牛刀自己编译一把Android源代码了呢?一直习惯使用Window...
分类:移动开发   时间:2015-03-14 18:19:10    阅读次数:202
linux kernel API 查询网址
http://docs.knobbits.org/local/linux-doc/html/regulator/index.htmlhttp://www.cs.fsu.edu/~baker/devices/lxr/http/ident?i=regulatorhttp://lxr.free-elect...
分类:Windows程序   时间:2015-03-14 12:26:42    阅读次数:299
快速搭建KVM及安装linux系统
1.安装KVM内核及libvirtd相关组件yum-yinstallkvmpython-virtinstlibvirttunctlbridge-utilsvirt-managerqemu-kvm-toolsvirt-viewer2.加载KVM运行模块[root@localhost~]#modprobekvm [root@localhost~]#modprobe-ls|grepkvm kernel/arch/x86/kvm/kvm.ko kernel/arch/x86/kvm/kv..
分类:系统相关   时间:2015-03-14 11:11:02    阅读次数:306
qemu,kvm,qemu-kvm,xen,libvirt的区别
KVM:(Kernel-based Virtual Machine)基于内核的虚拟机 KVM是集成到Linux内核的Hypervisor,是X86架构且硬件支持虚拟化技术(Intel VT或AMD-V)的Linux的全虚拟化解决方案。它是Linux的一个很小的模块,利用Linux...
分类:其他好文   时间:2015-03-13 20:53:35    阅读次数:172
忘记root密码时如何重设密码
哈哈,太久没用linux了,把自己的登陆密码给忘了。今天找了下方法如何重设密码以登陆系统。此文仅以作备忘。忘记linux密码时,可以使用单用户模式进入linux,修改root密码。1.在linux加载时,按下任意键,进入某个界面后,按下e键,就可以进入grub模式2.选择第二行的kernel(第一行...
分类:其他好文   时间:2015-03-13 13:58:02    阅读次数:131
(转)Working with MTD Devices
This article shows how kernel and application developers (in C) can make use of MTD in Linux.MTD (Memory Technology Devices) are NAND/NOR-based flash ...
分类:其他好文   时间:2015-03-13 12:29:45    阅读次数:141
[转] Building xnu for OS X 10.10 Yosemite
Source:http://shantonu.blogspot.jp/2014/10/building-xnu-for-os-x-1010-yosemite.htmlThe OS X kernel source (xnu) has been released for OS X 10.10 Yosem...
分类:其他好文   时间:2015-03-13 12:16:24    阅读次数:124
一个简单的时间片轮转多道程序内核代码 的实现
张韩 + 原创作品转载请注明出处 + 《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000 首先,解读一下程序的核心代码 void __init my_start_kernel(void) {     int i = 0;     while(1)     {         i++;      ...
分类:其他好文   时间:2015-03-13 10:56:54    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!