From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 27 11:59:05 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DCC1E452 for ; Thu, 27 Jun 2013 11:59:05 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A13B31E66 for ; Thu, 27 Jun 2013 11:59:05 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r5RBx5EV000181; Thu, 27 Jun 2013 05:59:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r5RBx4pZ000178; Thu, 27 Jun 2013 05:59:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 27 Jun 2013 05:59:04 -0600 (MDT) From: Warren Block To: Brian Kim Subject: Re: bsd boot sequence In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 27 Jun 2013 05:59:05 -0600 (MDT) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 11:59:05 -0000 On Thu, 27 Jun 2013, Brian Kim wrote: > To start, I was wondering if someone could briefly explain the operations > and function calls that occur at boot time. I wish to thoroughly examine > the freebsd source code but I'm afraid the sheer volume of code that exists > leaves me with no real starting point for my research. These should be a start. man 8 boot http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html