From owner-freebsd-questions@FreeBSD.ORG Mon Feb 8 14:52:46 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E4210656FF for ; Mon, 8 Feb 2010 14:52:46 +0000 (UTC) (envelope-from DeckerR@brevardcc.edu) Received: from cocoaironport.brevard.cc.fl.us (cocoaironport.brevard.cc.fl.us [169.139.190.11]) by mx1.freebsd.org (Postfix) with ESMTP id 317628FC0C for ; Mon, 8 Feb 2010 14:52:45 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswBAJusb0usGBg1/2dsb2JhbAAIgWPJDYN5iFSEVAQ X-IronPort-AV: E=Sophos;i="4.49,430,1262581200"; d="scan'208,217";a="42242869" Received: from cocoaex3.brevard.cc.fl.us ([172.24.24.53]) by cocoaironport.brevard.cc.fl.us with ESMTP; 08 Feb 2010 09:23:42 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 8 Feb 2010 09:23:41 -0500 Message-ID: <3C2D9FDCACFBCB4183516E784E9DC7DE17D09128@cocoaex3.brevard.cc.fl.us> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: The first file loaded is? Thread-Index: AcqoylBCjnolP7RqQ9OzVnk9KYX+9g== From: "Decker, Ross" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: The first file loaded is? 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: Mon, 08 Feb 2010 14:52:46 -0000 I'm just starting my adventure into BSD along with C++. I know that this OS gives you all the source files that are used in the OS. What I'm asking, is what is the name of the first file that is loaded and where is the source file for it? I want to start with the very first line of code and see if I can step my way through the entire boot process. There are many things that I see during boot up that I have no idea what they are (SMAP Type....) that aren't that Google Friendly. So if anyone knows the names of the source files and their locations for the boot sequence could you please post them..... SUPER thank you's!