menuconfig for hobby kernel
Posted: Sat Oct 24, 2015 5:23 pm
Hi, everyone!
I stepped into a problem when I wanted to test different configurations of my toy kernel. I got too much configuration definitions. And script which now have some hundred lines wouldn't handle that in a long time.
Linux kernel allows to use different kinds of configuration programs as menuconfig, gconfig etc.
I want to ask do you know any good configuration tool which would be easy to port assuming that I'm not implementing Unix-like terminals, ncurses and unneeded staff like that. menuconfig could be good but I wanted to ask about any more interesting options.
I consider writing my own and sharing with you if available options is not enough portable and depends too much on existing staff.
I stepped into a problem when I wanted to test different configurations of my toy kernel. I got too much configuration definitions. And script which now have some hundred lines wouldn't handle that in a long time.
Linux kernel allows to use different kinds of configuration programs as menuconfig, gconfig etc.
I want to ask do you know any good configuration tool which would be easy to port assuming that I'm not implementing Unix-like terminals, ncurses and unneeded staff like that. menuconfig could be good but I wanted to ask about any more interesting options.
I consider writing my own and sharing with you if available options is not enough portable and depends too much on existing staff.