# linux_kernel **Repository Path**: llxwj/linux_kernel ## Basic Information - **Project Name**: linux_kernel - **Description**: Linux内核相关内容的摸索实现. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-22 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #linux_kernel | 目录 | 说明 | | ------------------------------- | ------------------------------------- | | alloc_memory_use_negative_index | linux内核中vmalloc动态内存用负数索引访问内存造成死机的测试代码 | | file | 从网上搜索整理的内核文件操作测试例子. | | signal | 内核态与用户态之间通过信号进行通信 | | module_parameter | 内核模块的参数 |