码迷,mamicode.com
首页 >  
搜索关键字:kernel driver    ( 11073个结果
applicationContext.xml文件配置模板
com.mysql.jdbc.Driver jdbc:mysql://wonder:3306/j2ee root pass lee/Person.hbm.xml org.hibernate...
分类:移动开发   时间:2014-09-02 17:40:35    阅读次数:233
[Hibernate] - Annotations - One To Many
Hibernate使用Annotation的一对多:hibernate.cfg.xml com.mysql.jdbc.Driver jdbc:mysql://127.0.0.1/testdb root ...
分类:系统相关   时间:2014-09-02 17:29:55    阅读次数:261
Ubuntu下VirtualBox kernel driver not installed
解決方案:1.sudo apt-get install virtualbox-ose-source2.cd /usr/src3.sudo tar xjvf virtualbox*.bz24.cd modules/virtualbox-ose5.sudo ./build_in_tmp install6...
分类:其他好文   时间:2014-09-02 11:59:44    阅读次数:201
<Debugging Techniques> LDD3 学习笔记
Debugging Techniques 内核debug的挑战:                    Kernel programming brings its own, unique debugging challenges. Kernel code can not be easily executed under a debugger, nor can it be eas...
分类:其他好文   时间:2014-09-02 00:23:13    阅读次数:476
[Hibernate] - Annotations - One To One
Hibernate annotation 一对一的两种实现:1)幅表中有主表的主键ID做为引用2)幅表的主键即为主表的IDhibernate.cfg.xml com.mysql.jdbc.Driver jdbc:mysql://127.0.0.1/...
分类:系统相关   时间:2014-09-01 19:25:43    阅读次数:285
LED子系统剖析
写之前,先看一张图:上次说了LED驱动程序,Linux自身也携带了LED驱动,且是脱离平台的,即LED子系统.操作起来十分简单.但是它的实质却不是那么容易,研究了一个晚上,终于明白了其中一个文件的功能啦,机led-class.c文件.现在分享一下.其实LED的驱动位于内核driver/leds目录下...
分类:其他好文   时间:2014-09-01 17:38:13    阅读次数:405
Linux的启动过程
linux基本的启动步骤:1、加载BIOS的硬件资讯与进行自我测试,并依据配置取得第一个可启动的装置;2、读取并运行第一个启动装置内MBR的bootLoader(亦即是grub,spfdisk等程序);3、依据bootloader的配置加载Kernel,Kernel会开始侦测硬件与加载驱动程序;4、在硬件驱动成功后,K..
分类:系统相关   时间:2014-09-01 15:47:43    阅读次数:208
启动模块
核心与核心模块核心:/boot/vmlinuz或/boot/vmlinuz-version;核心解压缩所需RAMDisk:/boot/initrd(/boot/initrd-version);核心模块:/lib/modules/version/kernel或/lib/modules/$(uname-r)/kernel;核心原始码:/usr/src/linux或/usr/src/kernels/(要安装才会有,默认不安..
分类:其他好文   时间:2014-09-01 15:47:34    阅读次数:263
vmplayer中的fedora20无法进入图形界面
新装了台fedora20的虚拟机,安装升级了一些东西后,启动时过了fedora的logo画面后就是黑屏。也没提示任何错误,好在shell还能进去,查看/var/log/anaconda/syslog日志,发现错误如下: 20:40:34,794 NOTICE kernel:[ 1256.967907] type=1400 audit(1409517634.790:29): avc: denie...
分类:其他好文   时间:2014-09-01 12:34:33    阅读次数:245
OK Labs公司的故事(1):从头开始
This month marks the second anniversary of the acquisition of Open Kernel Labs (OK Labs) by General Dynamics (GD). It also marks ten years of us engaging with Qualcomm on commercialising L4 microker...
分类:其他好文   时间:2014-09-01 10:45:23    阅读次数:352
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!