码迷,mamicode.com
首页 >  
搜索关键字:kernel    ( 5514个结果
KVM源代码解读:linux-3.17.4\arch\x86\include\asm\kvm_host.h
/** Kernel-based Virtual Machine driver for Linux** This header defines architecture specific interfaces, x86 version** This work is licensed under th...
分类:系统相关   时间:2014-12-16 13:02:25    阅读次数:487
程序员的困境
Original:Programmer’s Dilemma - I.M.H.O. - MediumTranslated by:cssmagicRecently I interviewed tens of candidates for a kernel programmer’s position. T...
分类:其他好文   时间:2014-12-16 09:56:56    阅读次数:257
fedora linux源代码下载
yumdownloader --source kernel如果是下载insight就是 yumdownloader --source insight下载到的是当前目录.
分类:系统相关   时间:2014-12-15 23:26:06    阅读次数:486
kernel-线程thread
介绍了pthread和kthread分别在2.6和3.0的区别,几个关键的函数都给出了介绍。...
分类:编程语言   时间:2014-12-15 20:25:55    阅读次数:208
kernel-char设备的建立
分析了一个典型的kernel中的char设备初始化程序,算是kernel下几种设备分析的一个开始吧。...
分类:其他好文   时间:2014-12-15 19:05:00    阅读次数:183
Spring学习笔记之整合hibernate
1、web.xml里边要配置好对应的springxml的路径 contextConfigLocation conf/kernel/spring_kernel/spring-*.xml, conf/business/spring_business/spring-*.xml, conf/cust...
分类:编程语言   时间:2014-12-15 12:05:02    阅读次数:265
将调试串口作为普通串口使用(仅限于调试、测试)
出现的问题:um220模块需要串口,然开发板无空余端口的使用。 问题分析: mensa开发板共4个UART,其功能如下: UART0:为蓝牙预留的端口,若想使用,需要将wifi模块摘除; UART1、UART2:管脚的复用,作为网口的管脚,使用需要摘除DM9000; UART3:作为调试串口,可以作为普通端口使用; 解决方案: Bootloader和内核中对串口的初始化可以看成两个独立的过程,鉴于调试我们没有关闭bootloader的调试串口功能。 修改kernel配置和系统配置,将调试串口作为普通串口使用...
分类:其他好文   时间:2014-12-15 10:28:25    阅读次数:642
enabel docker on minnowmax board
1.清空minnowmax kernel以后,从头编译的.config保存一份2.make -c menuconfig linux-yocto保存新的.config3.diff old_config new_config 得到配置段,添加到kernel配置中4.在PC上跑docker时,载入了3个模...
分类:其他好文   时间:2014-12-15 06:32:56    阅读次数:252
Linux 驱动模型初探4——汇总和拾遗
Linux 驱动模型初探4——汇总和拾遗 1,直接上code #include #include #include #include #include #include #include #include //#include "./kf_device.h" #define KFMAJOR 96 //-----\\clas...
分类:系统相关   时间:2014-12-13 15:13:54    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!