Skip to content

P-Fly/Kbuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kbuild Manual

Usage

make clean
make defconfig
make
./vmlinux

Output:

Iterate over RBTree.
0x1 0x2 0x3 0x4 0x5 0x7 0x8 0x9 0x129 
Iterate over by postorder.
0x1 0x3 0x2 0x5 0x8 0x129 0x9 0x7 0x4

About

The Simple Kbuild from linux source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.0%
  • C++ 11.0%
  • Makefile 6.6%
  • Yacc 3.3%
  • Perl 2.1%
  • Lex 1.4%
  • Shell 0.6%