Kernel configuration program - 0.1 alpha. Hacker help and feedback required.

David H. Kristensen d-force at driverheaven.net
Mon Jun 28 08:50:42 PDT 2004


:)

I have started development on a kernel configuration tool for FreeBSD
5.2.1 (other versions aren't supported yet)

It's similar to the linux kernel's make config and xf86config in terms of
way of working, and it's written in ISO C++ (requires g++ compiler)

Get the source:

(DENMARK)
http://www.davidhanefelt.dk/files/upload/kernconf01.tar.bz2

(SCOTLAND)
http://www.kentra.net/kernconf01.tar.bz2

Extract to a directory, and build with:

g++ main.cpp printinfo.cpp getfilename.cpp printmsg.cpp writecpu.cpp
operations.cpp scsi.cpp pcinic.cpp isanic.cpp wifi.cpp usbnet.cpp

Run the output with ./a.out as usual :)

Here's what i'd like to see (but can't figure out myself)
GCC Makefile (would really rock)

Here's what i intend to add to 0.2:
Support for moving the file into /usr/src/sys/i386/conf/[fname] and
instantiate the config, build and install process.

The program is released under the BSD license.

Happy hacking.

David




More information about the freebsd-hackers mailing list