Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ljrcore committed Oct 10, 2019
2 parents cfbf735 + 6334232 commit eb60989
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# LearningLinuxKernel
# 和我一起学习Linux内核吧
# **<center>和我一起学习Linux内核吧**</center>

# <center>索引目录</center>
## <center><font color="#00dddd">Linux初学者入门系列</font><br /></center>
||
|--|
|[手把手教你搭建Linux开发环境(VMware+Ubuntu)(一)——安装VMware虚拟机和Ubuntu](https://blog.csdn.net/qq_34258344/article/details/101175849)|
|[手把手教你搭建Linux开发环境(VMware+Ubuntu)(二)——安装VMwareTools并设置共享文件夹](https://blog.csdn.net/qq_34258344/article/details/101942788) |
| [手把手教你搭建Linux开发环境(VMware+Ubuntu)(三)——Ubuntu下vim编辑器的安装、配置和使用](https://blog.csdn.net/qq_34258344/article/details/97525312) |
| [手把手教你搭建Linux开发环境(VMware+Ubuntu)(四)——gcc编译器的安装和使用](https://blog.csdn.net/qq_34258344/article/details/101975444) |
| [Linux初学者接住了---Linux常用命令](https://blog.csdn.net/qq_34258344/article/details/96960662) |
| [Xshell远程登录Ubuntu](https://blog.csdn.net/qq_34258344/article/details/97394189) |
| [网站迁移的一般步骤、常见问题及解决措施](https://blog.csdn.net/qq_34258344/article/details/99619696) |

## <center><font color="#00dddd">Linux内核系列</font><br /></center>
||
|--|
|[陈老师Linux内核概述导学](https://blog.csdn.net/qq_34258344/article/details/102399144)|
|[陈老师Linux内核内存寻址导学](https://blog.csdn.net/qq_34258344/article/details/102399578)|
|[陈老师Linux内核进程管理导学](https://blog.csdn.net/qq_34258344/article/details/102399917)|
| [Linxu内核模块开发入门](https://blog.csdn.net/qq_34258344/article/details/95028200) |
| [Linux内核中max()宏的奥妙何在?(一)](https://blog.csdn.net/qq_34258344/article/details/101039771) |
| [Linux内核中max()宏的奥妙何在?(二)——大神Linus对这个宏怎么看?](https://blog.csdn.net/qq_34258344/article/details/101161512) |
| [Linux内核之浅谈内存寻址](https://blog.csdn.net/qq_34258344/article/details/95519020)|
| [Linux内核之话说进程](https://blog.csdn.net/qq_34258344/article/details/98347167) |
| [linux内核之内核同步(一):内核同步基础](https://blog.csdn.net/qq_34258344/article/details/100592236) |

## <center><font color="#00dddd">Git</font><br /></center>
| [Linux下如何快速使用GitHub](https://blog.csdn.net/qq_34258344/article/details/100625434) |
|--|

## <center><font color="#00dddd">其它</font><br /></center>
| [Docker初体验](https://blog.csdn.net/qq_34258344/article/details/95972999) |
| -- |
![](https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1560594152290&di=0868a18dba47fee131453d3e58fd1b7b&imgtype=0&src=http%3A%2F%2Fimg.article.pchome.net%2F00%2F41%2F18%2F54%2Fpic_lib%2Fs960x639%2Flinux_08s960x639.jpg)
29 changes: 29 additions & 0 deletions 代码目录索引.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 本仓库代码为Linux内核初学者练习代码,包含源代码、编译链接后的文件和运行结果,目录说明如下

## ex1_hello

经典的helloworld入门代码

## ex2_exnum

使用内核中的函数求最大值和最小值

## ex3_lklist

内核链表的创建、遍历,删除,并将数据打印出来

## ex4_kernel_param

内核传参

## ex5_Makefile2file

Makefile编译两个以上文件

## ex6_rbtree

红黑树的应用

## ex7_ForkAndClone

fork()的应用

0 comments on commit eb60989

Please sign in to comment.