码迷,mamicode.com
首页 >  
搜索关键字:kernel kill init    ( 35249个结果
内核调试神器SystemTap — 探测点与语法(二)
SystemTap脚本主要是由探测点和探测点处理函数组成的,来看下都有哪些探测点可用。 The essential idea behind a systemtap script is to name events, and to give them handlers. Systemtap works by translating the script to C, running the system C compiler to create a kernel module from that. When t...
分类:其他好文   时间:2014-06-07 01:59:08    阅读次数:369
POSIX信号量与互斥锁
POSIX信号量相关函数: sem_open sem_close sem_unlink sem_init sem_destroy sem_wait sem_post POSIX互斥锁 pthread_mutex_init pthreaad_mutex_lock pthread_mutex_unlock pthread_mutex_...
分类:其他好文   时间:2014-06-05 12:39:14    阅读次数:412
获取某一个相册中所有照片和照片的缩略图
- (void)loadAssets {          // Initialise     _assets = [NSMutableArray new];     _assetLibrary = [[ALAssetsLibrary alloc] init];          // Run in the background as it takes a while to get a...
分类:其他好文   时间:2014-06-05 12:06:55    阅读次数:215
VirtualBox提示Kernel driver not installed (rc=-1908)
今天用虚拟机挂载了一个镜像文件,结果虚拟机不能打开(见下图),结果我还以为是我挂载的操作给影响的,后来经过谷歌查询,原来是因为linux内核升级的原因。仔细的想了一下,自己的确在上次关机的时候给电脑更新过软件。谷歌查询了解决办法,知道了原因,不过没按照网上说的去做。我是把虚拟机卸载(不会删除自己虚拟的系统),然后重新安装,结果就可以正常使用了。 卸载虚拟机VirtualBox(可以输入vir然后...
分类:其他好文   时间:2014-06-05 11:33:59    阅读次数:222
linux 通用时钟框架CCF
linux 通用时钟框架CCF   简介          这里讲的时钟是给soc各组件提供时钟的树状框架,并不是内核使用的时间,和其他模块一样,clk也有框架,用以适配不同的平台。适配层之上是客户代码和接口,也就是各模块(如需要时钟信号的外设,usb等)的驱动。适配层之下是具体的soc平台的时钟操作细节。          内核中另外一个具有类似树状框架特点的是regulator框架。对...
分类:系统相关   时间:2014-06-05 08:28:03    阅读次数:512
gg init load初始化直接加载
gg init load初始化直接加载...
分类:其他好文   时间:2014-06-05 08:03:21    阅读次数:232
Lichee(二) 在sun4i_crane平台下的编译
本文以编译android平台下的kernel uboot,比较详尽地分析了lichee在sun4i_crane平台下编译的过程...
分类:其他好文   时间:2014-06-05 08:00:38    阅读次数:256
centOS下mysql-ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
系统centOS-6.3 方法操作很简单,如下: # /etc/init.d/mysql stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u root mysql # mysql>use mysql ; mysql> UPDATE user SET Password=PAS...
分类:数据库   时间:2014-06-05 02:54:40    阅读次数:331
init: cannot execve(‘XXX’):Permission denied问题
最近在给android 4.3系统进行root时候,一直出现如下的红色权限问题  :  7.695741] Freeing init memory: 236K [    8.555286] init: cannot find '/system/bin/dbus-daemon', disabling 'dbus' [    8.566954] init: cannot execve('/s...
分类:其他好文   时间:2014-06-05 01:02:36    阅读次数:358
用qemu与gdb调试linux kernel tcp/ip协议栈
description 用gdb debug linux kernel容易吗?其实要走到这步真的不容易啊,其实也难道是不难,就是要知道的东西太多了。用gdb debug linux kernel 可以有2中方式:UML和qemu方式,这里主要说qemu,从源码编译安装qemu很费劲。 准备环境 linux OS: Debian7.5-i386(当时最新的Wheezy,装在VMware...
分类:数据库   时间:2014-06-04 21:12:03    阅读次数:670
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!