Kernel size 5.2.1

Nikos Vassiliadis nvass at teledome.gr
Tue Oct 19 02:59:19 PDT 2004


On Tuesday 19 October 2004 10:34, Florian Hengstberger wrote:
> Hi!
>
> I have compiled my own kernel now, editing the GENERIC configfile
> that comes with the distrubtion and commenting out a huge number of
> options.
> The kernel size is still much larger than a linux kernel
> (3.7 MB - 1.2 MB).
> Why is this?

Linux(vmlinuz, bzimage ) is compressed. I think it's much biger than
FreeBSD's kernel. You should compare vmlinux with /kernel

>
> Is there anything similar to lspci in FreeBSD?
> What about lsmod, is there a tool which lists the loaded
> kernel modules?
> How can I find out which driver modules are used for my
> network card?

You can use apropos(1) since almost every device driver has
a manual page. Very nice thing when you don't know the name
of a kld.

Cheers, Nikv

>
> Thanks a lot,
> Florian
>


More information about the freebsd-questions mailing list