
Linux Kernel
wiwa
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu “load fallback graphic devices failed” 解决方案之一、待续的疑惑
使用系统: ubuntu 12.04.03-desktop-i386问题: 由于使用NVIDIA较旧的显示卡 GeForce 9600 GSO 512 而安装了较新的驱动,导致了“load fallback graphic devices failed ” ,系统画面直黑,仅有一个跳动异常的光标。解决方法http://write.blog.csdn.原创 2013-10-20 13:59:50 · 3875 阅读 · 0 评论 -
The zen of kobjects (linux kobjects 要旨)
The "kobject" structure first made its appearance in the 2.5.45 developmentkernel. It was initially meant as a simple way of unifying kernel codewhich manages reference counted objects. The kobject ha转载 2017-01-16 22:32:50 · 340 阅读 · 0 评论 -
jiffies溢出与时间先后比较
Title: jiffies溢出与时间先后比较 编制:[email protected] 日期:2005-05-25 1. 概述 在Linux内核中,TCP/IP协议栈在很多用到时间比较的地方都使用了jiffies?本文介绍了什么是jiffies,jiffies溢出可能造成的问题,使用time_after等宏来正确地比较时间及其背后的原理。2. jiffies简转载 2016-12-13 10:04:57 · 1207 阅读 · 0 评论 -
配置u-boot 參數,構造NFS啓動Beaglebone Black板的操作系統
Board SetupGetting Familiar with the BoardTake some time to read about the board features and connectors on http://www.elinux.org/Beagleboard:BeagleBoneBlack. Ensure you know how to properly pow转载 2016-09-09 21:22:28 · 968 阅读 · 0 评论 -
linux内核驱动 TI OMAP类处理器的LED所涉及到设备树汇整
样例截取自linux设备树自有关BeagleBone Black 的部分代码1. 定位GPIO控制器在处理的外围地址:原创 2016-02-06 14:30:10 · 4618 阅读 · 4 评论 -
Device_Tree_Usage(设备树用法)
Device Tree Usage Quality page [view draft] (+/-) This page walks through how to write a device tree for a new machine. It is intended to provide an overview of devi转载 2016-01-14 18:10:12 · 1136 阅读 · 0 评论 -
学习中的指令、方法等摘录备忘
1.安装 ubuntu classic mode :使用指令 :sudo apt-get install gnome-panelplease remember to update the software source first . as the offical source download speed is so slowly.2.forget the password转载 2013-06-09 22:44:45 · 652 阅读 · 0 评论 -
EXPORT_SYMBOL linux kernel 符号输出函数
节选《Linux Kernel Development》third edition charpter 17文章大意:内核编译的模块内部的函数如果需要在用户空间可被调用(或用户可见),要通过声明EXPORT_SYMBOL("相应的函名"),来达到可调用(可视)的效果。EXPORT后函数可以被其他模块使用。Exported SymbolsWhen modules a转载 2016-01-07 15:03:17 · 1012 阅读 · 0 评论 -
kobjects and sysfs
In The Zen of Kobjects, thisseries looked at the kobject abstraction and the various interfaces that gowith it. That article, however, glossed over one important part of thekobject structure (with a转载 2017-01-16 22:36:52 · 327 阅读 · 0 评论