SOEKRIS kernel config

Scot Hetzel swhetzel at gmail.com
Sun Sep 28 06:33:32 UTC 2014


On Sat, Sep 27, 2014 at 9:47 PM, Tom Everett <tom at khubla.com> wrote:
> I see there is no SOEKRIS config on the tree, here
>
> https://svnweb.freebsd.org/base/head/sys/i386/conf/
>
> I have attached one for addition to the tree.
>
>

Since you only appended a few configuration options to the end of the
GENERIC configuration, it would be better to use the include directive
in the SOEKRIS config file.  This allows changes to be made to the
GENERIC configuration, and the SOEKRIS kernel would automatically get
those changes.  Here's a shorter version of that configuration file:


#
# SOEKRIS -- Generic Kernel configuration file for FreeBSD/i386 on SOEKRIS
#
# $FREEBSD

include GENERIC

ident SOEKRIS

# To Make a SOEKRIS Kernel, the next options are needed
options  CPU_SOEKRIS
options  CPU_ELAN
#options  CPU_ELAN_PPS
#options  CPU_ELAN_XTAL=32768000
options  CPU_GEODE

# Include TMPFS
options  TMPFS


-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.


More information about the freebsd-current mailing list