Skip to content

rurumimic/kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kernel

# github: torvalds
git clone -b v2.6.39 https://github.com/torvalds/linux.git

# git.kernel.org
git clone -b v2.6.39.4 git:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

# tgz: kernel.org
curl -O https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/snapshot/linux-2.6.39.4.tar.gz
tar xzf linux-2.6.39.4.tar.gz

Make

make help

Vim

Tags

sudo apt install universal-ctags
sudo apt install cscope
sudo apt install global

SpaceVim

make TAGS
make cscope
make gtags
├── [3.1M]  GPATH
├── [196M]  GRTAGS
├── [ 63M]  GTAGS
├── [ 82M]  TAGS
├── [542K]  cscope.files
├── [232M]  cscope.out
├── [ 46M]  cscope.out.in
├── [335M]  cscope.out.po

distro

Release Kernel Version
RHEL 6.10 2.6.32-754
Fedora 15 Lovelock 2.6.38
Ubuntu 11.04 Natty Narwhal 2.6.38

Content

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages