Skip to content
/ kccmp Public
forked from jeff-dagenais/kccmp

Kernel config compare command line tool

License

Notifications You must be signed in to change notification settings

hanzyd/kccmp

 
 

Repository files navigation

---------------------------------------
kccmp - kernel configuration comparison
---------------------------------------

kccmp is a simple tool for comparing two linux kernel ".config" files.

It has the following features:
1) Displays the configuration variables with different values.
2) Displays the configuration variables and values which are found in
only one of the compared files.

usage:
% kccmp /path/to/first/.config /path/to/second/.config

example:
% kccmp /usr/src/linux/.config /usr/src/linux/.config.old

--------
Building
--------
The standard build is as easy as:
% make

About

Kernel config compare command line tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.2%
  • Makefile 1.8%