TheGeorge / menuconfig

standalone mconf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

menuconfig

This is a standalone version of the mconf tool from the linux kernel.

Licence

The code is distributed under the GPLv2.0.

building

mkdir build
cd build
cmake ..
make

testing

cd build
./mconf ../test/rootconf

About

standalone mconf

License:Other


Languages

Language:C 99.8%Language:CMake 0.2%