# Linux_kernel **Repository Path**: cpu_code/Linux_kernel ## Basic Information - **Project Name**: Linux_kernel - **Description**: No description available - **Primary Language**: C - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-01 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * @Author: cpu_code * @Date: 2020-06-26 23:34:01 * @LastEditTime: 2020-06-27 19:49:47 * @FilePath: \Linux_kernel\README.md * @Gitee: https://gitee.com/cpu_code * @CSDN: https://blog.csdn.net/qq_44226094 # Linux_kernel ## 介绍 linux内核的代码分析 ## 目录结构 * [arch__硬件体系结构](#arch__硬件体系结构) * [block__块设备驱动程序I/O调度](#arch__硬件体系结构) * [certs__](#certs__) * [crypto__加密和散列算法](#crypto__加密和散列算法) * [Documentation__内核的解释和注释](#Documentation__内核的解释和注释) * [drivers__设备驱动程序](#drivers__设备驱动程序) * [fs__文件系统](#fs__文件系统) * [include__头文件](#include__头文件) * [init__内核初始化](#init__内核初始化) * [ipc__进程间通信](#ipc__进程间通信) * [kernel__内核核心](#kernel__内核核心) * [lib__库文件](#lib__库文件) * [LICENSES__](#LICENSES__) * [mm__内存管理](#mm__内存管理) * [net__网络](#net__网络) * [samples__](#samples__) * [scripts__配置内核的脚本](#scripts__配置内核的脚本) * [secuity__SELinux的模块](#secuity__SELinux的模块) * [sound__音频设备](#sound__音频设备) * [tools__](#tools__) * [usr__打包和压缩的cpio](#usr__打包和压缩的cpio) * [virt__](#virt__) ## [arch__硬件体系结构](arch) ## [block__块设备驱动程序I/O调度](block) ## [certs__](certs) ## [crypto__加密和散列算法](crypto) ## [Documentation__内核的解释和注释](Documentation) ## [drivers__设备驱动程序](drivers) ## [fs__文件系统](fs) ## [include__头文件](include) ### [include/linux](include/linux) * [sched.h__描述进程](include/linux/sched.h) ## [init__内核初始化](init) ## [ipc__进程间通信](ipc) ## [kernel__内核核心](kernel) * [fork.c__创建内核线程](kernel/fork.c) ## [lib__库文件](lib) ## [LICENSES__](LICENSES) ## [mm__内存管理](mm) ## [net__网络](net) ## [samples__](samples) ## [scripts__配置内核的脚本](scripts) ## [secuity__SELinux的模块](secuity) ## [sound__音频设备](sound) ## [tools__](tools) ## [usr__打包和压缩的cpio](usr) ## [virt__](virt)