logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux内核构建系统原理

Linux内核构建系统原理部分译自:《Embedded Linux System Design and Development 》 BY P. Raghavan/ Amol Lad/ Sriram Neelakandan刘建文略译(http://blog.csdn.net/keminlau ) KEY:内核构建 内核编译 kbuild L

Linux根文件系统结构再认识

Linux根文件系统结构再认识刘建文(http://blog.csdn.net/keminlau ) INTRO尽管Linux的根文件系统在形式表现上是一体的(所有数据目录均为根目录下的子目录),但实际它们是多个不同的【逻辑主体】(为了实现不同的逻辑功能)组合在一起的,参见下图。这也解释了为什么有些节点(如/var)可以挂接到不同磁盘分区上。划分这些逻辑部分对清晰把握根文件系统

#linux
使用Cscope阅读Linux源码

cscope 是什么东东?先看看官方定义:“cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code.”简译并补充为:“cscope 是一支面向屏幕的(与面向行相对)交互式C源代码浏览程序。它可

#linux#数据库#vim +1
Linux内核的概念体系结构

Linux内核的概念体系结构译自《Conceptual Architecture of the Linux Kernel》作者:Ivan Bowman January 1998 For Ric Holt刘建文略译(http://blog.csdn.net/keminlau) KEY:操作系统 软件工程 体系结构 2.3 Overview of the Kernel

#数据结构#网络#网络协议 +1
裁减 Linux 嵌入式系统:方法与实例 (rev#2)

裁减 Linux 嵌入式系统:方法与实例(rev#2)原PDF:《縮減Linux嵌入式系統軟體: 方法與實例 》作者:梁元彪 林盈达 刘建文整理(http://blog.csdn.net/keminlau) KEY:嵌入式操作系统 裁减 linux embedded 国立交通大学资讯科学系 300 新竹市大学路 1001 号 Tel: 03-571212

#嵌入式#linux#开发工具
伪代码(Pseudocode)

伪代码(Pseudocode)原文:《Pseudocode 》by Naomi Nishimura刘建文略译(http://blog.csdn.net/keminlau) In the text and lectures, algorithms will often be expressed in pseudocode, a mixture of code and English (f

#算法
到底了