【Linux概念与体系教程http://www.cnblogs.com/vamei/archive/2012/10/10/2718229.html】1.Linux开机启动(bootstrap)启动顺序:BIOS -> MBR -> boot loader -> kernel -> init proc...
分类:
系统相关 时间:
2014-10-06 00:14:49
阅读次数:
360
IP是无连接的,因此IP路由是每包一路由的,数据包通过查找路由表获取路由,这是现代操作协议协议栈IP路由的默认处理方式。可是假设协议栈具有流识别能力,是不是能够基于流来路由呢?答案无疑是肯定的。设计思想在Linux的实现中,nf_conntrack能够做到基于流的IP路由,大致思想就是,仅仅针对一个...
分类:
其他好文 时间:
2014-10-05 15:21:48
阅读次数:
279
repo仅仅是google用Python脚本写的调用git的一个脚本,主要是用来下载、管理Android项目的软件仓库。1. 下载 repo 的地址: http://android.git.kernel.org/repo ,能够用 wget http://android.git.kernel.org...
分类:
其他好文 时间:
2014-10-05 10:41:48
阅读次数:
192
查看内核版本信息:cat/etc/lsb-releaseuname-a————————————————————————————————root@ubuntu:/work/jz2440/kernel/linux-2.6.22.6# uname -aLinux ubuntu 2.6.35-22-gene...
分类:
其他好文 时间:
2014-10-05 10:07:28
阅读次数:
165
Data Types in the KernelUse of Standard C Types/* * datasize.c -- print the size of common data items * This runs with any Linux kernel (not any Unix,...
分类:
其他好文 时间:
2014-10-04 21:17:27
阅读次数:
248
引入Recently SVMs using spatial pyramid matching (SPM) kernel have been highly successful in image classification. Despite its popularity, these nonline...
分类:
其他好文 时间:
2014-10-03 12:44:34
阅读次数:
278
引入 Recently SVMs using spatial pyramid matching (SPM) kernel have been highly successful in image classification. Despite its popularity, these nonlin...
分类:
其他好文 时间:
2014-10-02 23:06:13
阅读次数:
917
dateLinux时钟分为系统时钟(System Clock)和硬件(Real Time Clock,简称RTC)时钟。系统时钟是指当前Linux Kernel中的时钟,而硬件时钟则是主板上由电池供电的时钟,这个硬件时钟可以在BIOS中进行设置。当Linux启动时,硬件时钟会去读取系统时钟的 设置,...
分类:
其他好文 时间:
2014-10-02 13:31:02
阅读次数:
228
驱动中pr_debug定义在kernel/include/linux/printk.h
/* If you are writing a driver, please usedev_dbg instead */
#if defined(CONFIG_DYNAMIC_DEBUG)
/* dynamic_pr_debug() uses pr_fmt()internally so we don...
分类:
其他好文 时间:
2014-09-30 18:23:44
阅读次数:
338