Fwd: GSOC: Qt front-ends

Freddie Cash fjwcash at gmail.com
Wed Apr 24 17:28:40 UTC 2013


On Wed, Apr 24, 2013 at 5:43 AM, Lars Engels <lars.engels at 0x20.net> wrote:

> Am 24.04.2013 13:44, schrieb Chris Rees:
>
> Our kernel is actually very easy to configure, so I'm not convinced that
>> it's needed; you may be thinking of Linux's menuconfig, but I think that
>> is
>> because of the complexity.
>>
>
>
> It _is_ easy. But having a nice graphical tool which draws a pretty table
> of
> GENERIC and NOTES together with useful information about the possible
> options
> and devices would be a handy thing to have IMHO.
> Let's make FreeBSD userfriendly :-)
>

Especially if it handles dependencies!  For example, check USB Disk
Support, and have scbus, da, etc enabled automatically.  Or having the
LIBICONV stuff enabled if you add MSDOSFS support.  And so on.

That part of kernel configuration (keeping track of what devices require
which options and other devices) is currently the hardest part for newbies
(and even for some seasoned kernel compilers!).

Yes, the output of "config KERNELNAME" or "buildkernel KERNCONF=KERNELNAME"
will tell you about missing dependencies, but it breaks automated
compile/install processes.  Having the "create kernel config file" step
take care of dependencies would be nice.

-- 
Freddie Cash
fjwcash at gmail.com


More information about the freebsd-hackers mailing list