zlweiyang / linux

Linux kernel source tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.



kernel 内核管理核心代码,包括进程管理子系统。
mm 内存管理代码-内存管理子系统。
drivers 驱动程序代码-设备管理子系统。
fs 文件系统代码-文件管理子系统。
net 网络协议代码-网络管理子系统。
arch 体系结构代码,如x86、arm等。
ipc 进程通信子系统
init Liunx系统启动初始化相关代码

About

Linux kernel source tree

License:Other


Languages

Language:C 96.3%Language:C++ 1.4%Language:Assembly 1.3%Language:Objective-C 0.3%Language:Makefile 0.3%Language:Shell 0.2%Language:Perl 0.1%Language:Python 0.1%Language:Roff 0.0%Language:Yacc 0.0%Language:Lex 0.0%Language:Awk 0.0%Language:UnrealScript 0.0%Language:Gherkin 0.0%Language:M4 0.0%Language:XS 0.0%Language:Clojure 0.0%Language:Perl 6 0.0%Language:sed 0.0%