eugenepaniot / test-linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-linux

test linux code

Rong Tao rongtao@cestc.cn more about auther see AUTHOR file. You must clone this repo under Linux(UNIX like) system. Because there are lots of symbol links, some file system not support in Windows OS.

In directory modules store some API demos. You'd better rename any of folder and file's name.

Relate Repos

Linux Version

linux >= 5.0, some time 5.14 will successful. You can use the following macro

#include <linux/version.h>

#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
	[...]
#else
	[...]
#endif

About

Links

There are so many LINKs in this repo, so you better clone this repo in linux system, if windows, oops.

Ignore

This repo ignore .txt file(check .gitignore). If you want to write a text Note, use .md(markdown) instead.

Reference

  • linux-5.10.13
  • linux-5.14.0
  • linux-5.15.0 ~ ?

About

License:GNU General Public License v3.0


Languages

Language:C 85.9%Language:Makefile 9.4%Language:C++ 2.3%Language:Shell 2.2%Language:Ruby 0.1%Language:Assembly 0.1%Language:Roff 0.0%