Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 1997 03:27:06 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        hackers@freebsd.org, kgor@inetspace.com
Subject:   Re: What is the absolute minimum options for a kernel? (INET required)
Message-ID:  <199704251727.DAA05566@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>file that I created.  Why is INET a required option?

Because most people need it.

Comments on other options in your config file:

>options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]

Might not be necessary for testing.

>options		BOUNCE_BUFFERS		#include support for DMA bounce buffers

Not necessary with bt0.

>options		DDB
>options		DIAGNOSTIC
>options		SCSIDEBUG
>options		DEBUG
>options		SCSI_REPORT_GEOMETRY

Not minimal :-).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704251727.DAA05566>