logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux, BUG: spinlock recursion on CPU

<br />1.<br />I got a bug report <br />BUG: spinlock recursion on CPU#0, hci0/1205lock: dfae1008, .magic: dead4ead, .owner: hci0/1205, .owner_cpu: 0[<c003ade0>] (unwind_backtrace+0x0/0xe0) from [<c046

#linux
Linux install 命令

 install  - copy files and set attributes install 在做拷贝的同时,设置attributes. 因此Makefile 中尽量使用install 命令。 例如@install -d /usr/bin@install -p -D -m 0755 targets /usr/bin 相当于@mkdir -p /

#linux
Linux(posix) 系统下压力测试工具stress.

 stress 是一个posix系统下生成 cpu/menory/IO/disk  负载的工具.  1.stress 工具的主页 http://weather.ou.edu/~apw/projects/stress/stress.html  2.交叉编译 tar -zxvf stress-1.0.0.tar.gzcd stress-1.0.0./

#测试工具#linux
思维导图,linux 版族谱

 Ubuntu 是从Debian发展过来的 Ruassia 发行的是 Linux XP,呵呵 牛的.. PS:http://en.wikipedia.org/wiki/Linux_distribution    

#linux#debian#ubuntu
POSIX 线程取消点的 Linux 实现

原文链接:http://blog.solrex.cn/articles/linux-implementation-of-posix-thread-cancellation-points.html摘要:这篇文章主要从一个 Linux 下一个 pthread_cancel 函数引起的多线程死锁小例子出发来说明 Linux 系统对 POSIX 线程取消点的实现方式,以及如何避免因此产生的线程

#linux
android toolchain is using Thread model: single

1. arm-eabi-gcc information in androidstevenliyong@stevenliyong-desktop:~/smartq_utility/linux-kernel-2.6.24.7-smartq$ arm-eabi-gcc -vUsing built-in specs.Target: arm-eabiConfigured with: ../.

#android#ubuntu
Porting Android to our BB board

我们的 BB 板 linux 版本是 2.6.23.17-xxxxx。 下载官方 linux2.6.23下载linux2.6.23-android-m3-rc20 比较linux2.6.23 和 linux.26.23-android-m3-rc20 差别是driver/androiddriver/bindinlcude/linux/android_alar

#android#linux
Linux X display manager

X display manager includes three types:1.XDMXDM (in full, the X Window Display Manager) is the default display manager for the X Window System. It is a bare-bones X display manager. It was introduced

#linux
How to install wireless driver on Ubuntu9.10

re-marked from http://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T400https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsRealTek#PCI  1. IndentificationMy la

#ubuntu#express#linux +1
到底了