码迷,mamicode.com
首页 >  
搜索关键字:kernel driver    ( 11073个结果
linux编译内核步骤与错误解决
1、查看内核版本实验环境[root@lnmpsrc]# uname-r2.6.32-358.el6.x86_642、安装图形依赖包yuminstall-yncursesncurses-devel3、下载内核[root@lnmp src]#wgethttps://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.2.tar.xz解压[root@lnmpsrc]#tar -xflinux-3.16.2.tar.xz-..
分类:系统相关   时间:2014-09-17 15:27:53    阅读次数:646
[原]在Fedora 20环境下安装系统内核源代码
1、安装Kernel Headers(头文件) 通过安装kernel-devel RPM包就可以得到Kernel Headers,但默认情况下没有被Fedora 20安装。通过DVD ISO 或者 yum在线安装的方式都可以安装系统内核头文件,这里先查看一下系统的内核版本:[root@localh....
分类:其他好文   时间:2014-09-17 13:24:02    阅读次数:276
Keyboard Input WDF Filter Driver (Kbfiltr)源代码学习笔记
WDF版本键盘过滤驱动——KbfiltrThe Kbdfltr sample is an example of a keyboard input filter driver.This sample is WDF version of the original WDM filter driver sa...
分类:其他好文   时间:2014-09-17 02:19:11    阅读次数:1879
linux内核设计的艺术--从16位转向32位
本文对linux0.11源码进行分析,讲到了linux从16位模式转换成32为模式,为下一步执行main函数打下基础...
分类:系统相关   时间:2014-09-16 12:44:40    阅读次数:303
严重: The web application [] registered the JDBC driver 错误
近日发现启动tomcat的时候报如下警告:2014-9-16 10:25:26 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc严重: The web application [] registered the JDB....
分类:移动开发   时间:2014-09-16 12:02:30    阅读次数:260
Reentrant protected mode kernel using virtual 8086 mode interrupt service routines
A method for allowing a protected mode kernel to service, in virtual 8086 mode, hardware interrupts which occur during execution of ring 0 protected m...
分类:其他好文   时间:2014-09-16 10:28:10    阅读次数:409
ubuntu驱动开发环境搭建之nfs
安装nfs: #sudo apt-get install nfs-kernel-server (1)设置共享目录 运行命令 #gedit /etc/exports 编辑 nfs 服务的配置文件(注意:第一次打开时该文件是空的),添加以下内容: /opt/FriendlyARM/mini2440/rootfs_qtopia_qt4 *(rw,sync,no_root_squash...
分类:其他好文   时间:2014-09-15 22:57:29    阅读次数:466
(process:6471): GConf-WARNING **: 等类似错误
(process:6471): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security...
分类:其他好文   时间:2014-09-15 22:55:54    阅读次数:222
有了iscsi存储怎么让主机识别以及使用创建lvm
1.查找安装包:rpm -ivh iscsi-initiator-utils去sf.net下载iscsitarget包make kernel,usr,install开启服务(0)查看iscsi发现记录 iscsiadm -m node(1)发现iscsi存储:iscsiadm -m discover...
分类:其他好文   时间:2014-09-15 22:41:29    阅读次数:291
javaEE jdbc编程步骤
1.载入数据库驱动(jar文件)//须要下载一个数据库的jar包,并导入对应的JDBC项目中,创建路径!Class.forName("com.mysql.jdbc.Driver");2.获得数据库连接DriverManager.getConnection("jdbc:mysql://Database...
分类:数据库   时间:2014-09-15 22:30:39    阅读次数:525
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!