From owner-freebsd-questions@FreeBSD.ORG Sun Sep 10 08:22:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3917016A407 for ; Sun, 10 Sep 2006 08:22:14 +0000 (UTC) (envelope-from fysical@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404AB43D5A for ; Sun, 10 Sep 2006 08:22:13 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1505038pye for ; Sun, 10 Sep 2006 01:22:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=G1Ms3lD7tnGxvpmvmbpAJpfdMkSo4HKMVxBxuWvhiDeKo8KethPXdlmSGihgzDmH8Zrqu8Kk1BXxy2pudmve7e1VgQeKWF1agjqaCXas+sO+eXBkAdYutW8eZUVrKUy0zzwxdUDDKZFj3eCQsAcsocBauGqSom8qQQvcLU3jum8= Received: by 10.65.84.4 with SMTP id m4mr3949391qbl; Sun, 10 Sep 2006 01:22:12 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Sun, 10 Sep 2006 01:22:12 -0700 (PDT) Message-ID: <73d604760609100122w387d4ebet6e68a07391ae4eff@mail.gmail.com> Date: Sun, 10 Sep 2006 13:52:12 +0530 From: "Viswas Nair" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Integrating kernel modules into the kernel while building the kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 08:22:14 -0000 I have a bunch of kernel modules I load from loader.conf. Eg: snd_emu10k1, acpi, ndis and many others. I am thinking of custom building the kernel. Could anyone guide me into integrating these kernel modules into the kernel, so that i dont have to load these options into loader.conf? Using 6.1 on i386. Thanks, Vishy