码迷,mamicode.com
首页 >  
搜索关键字:kernel driver    ( 11073个结果
[Linux] I2C设备读写及文件节点创建
Linux Kernel Version:3.0.35Platform:Freescale DSA2L通过I2C读取VGA屏的EDID信息(主要是分辨率),解析后喂给CH7036芯片(LVDS转VGA,DVI,HDMI芯片),提供文件节点给User Space。代码流程由于EDID协议规定I2C的读...
分类:系统相关   时间:2014-09-09 12:14:38    阅读次数:538
【Android 系统开发】 Android 系统启动流程简介
Android 系统启动总结 : Android 系统启动分底层 Linux 内核启动 和 应用系统启动;-- 底层系统启动 : 系统上电, bootloader 启动, linux kernel 启动, init 进程启动;-- 应用系统启动 : init 进程启动关键的进程如 Zygote 进程...
分类:移动开发   时间:2014-09-08 06:25:46    阅读次数:409
【Android 系统开发】 Android 系统启动流程简介
作者 : 万境绝尘 (octopus_truth@163.com)转载请注明出处 : http://blog.csdn.net/shulianghan/article/details/38895481Android 系统启动总结 : Android 系统启动分底层 Linux 内核启动 和 应用系统启动;-- 底层系统启动 : 系统上电, bootloader 启动, linux kernel 启...
分类:移动开发   时间:2014-09-08 01:04:16    阅读次数:450
---Under Ubuntu 14.04
Thinprint provides driver-free printing. Do you wish to enable this feature? [yes] Disabling timer-based audio scheduling in pulseaudio.Detected X ser...
分类:其他好文   时间:2014-09-07 19:42:15    阅读次数:257
ubuntu14.04中virtualbox虚拟机无法启动
近期升级了ubuntu14.04,还是按之前的方法安装了virtualbox(guest系统仍然使用升级之前的镜像文件),可是在启动guest系统时,总是报错,提演示样例如以下:Kernel driver not installed (rc=-1908)The VirtualBox Linux k....
分类:其他好文   时间:2014-09-07 13:26:15    阅读次数:535
JDBC编程
JDBC是数据库连接纽带,统一数据库接口。JDBC编程步骤:1.Load the Driver v_b) then v_ret := v_a; else v_ret := v_b;end if; v_temp := v_temp +1;end;/impo...
分类:数据库   时间:2014-09-06 23:44:24    阅读次数:328
[代码管理_版本控制]开放源代码版本控制系统
当前主流的源代码版本控制系统有:CVS、 SVN、Git、Bazzar、Mercurial等几类;多数开源软件源代码都是由上述工具管理,典型的 Linux kernel之前通过SVN,现在由Git工具管理,Ubuntu 发行版所有源代码由 Bazzar 管理。Git、Mercurial和Bazzar...
分类:其他好文   时间:2014-09-06 22:25:04    阅读次数:354
Selenium webdriver firefox 带配置启动
FirefoxProfile firefoxProfile=new FirefoxProfile(new File("/Users/zhangminjie/Library/Application Support/Firefox/Profiles/y1qo9afq.default"));driver....
分类:Web程序   时间:2014-09-06 21:12:03    阅读次数:279
reincarnation server
- parent of all the drivers and servers- when a driver or server dies, RS collects it.- RS checks a table for action to take, e.g: restart it.- RS als...
分类:其他好文   时间:2014-09-06 15:58:53    阅读次数:214
Mac OS X Kernel Basic User Credentials
User Credentials In order to understand security in OS X, it is important to understand that there are two security models at work. One of these is th...
分类:其他好文   时间:2014-09-06 10:54:23    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!