From owner-freebsd-small@FreeBSD.ORG Thu Sep 8 16:59:52 2005 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAB3A16A41F for ; Thu, 8 Sep 2005 16:59:52 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D4743D48 for ; Thu, 8 Sep 2005 16:59:52 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j88Gxp9Z021362; Thu, 8 Sep 2005 09:59:51 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j88GxpWU021361; Thu, 8 Sep 2005 09:59:51 -0700 Date: Thu, 8 Sep 2005 09:59:51 -0700 From: Brooks Davis To: "Sandro Noel." Message-ID: <20050908165951.GE31354@odin.ac.hmc.edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a+b56+3nqLzpiR9O" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: freebsd-small@freebsd.org Subject: Re: System Tree essentials UNDERSTANDING the system X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 16:59:52 -0000 --a+b56+3nqLzpiR9O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [Please don't top post or use lines longer than 78 characters.] On Thu, Sep 08, 2005 at 03:41:28PM +0000, Sandro Noel. wrote: > Nathan, > thank you for the pointer, unfortunately, it does not help me. and > i've tried it, the scripts are great, and i actualy use the mklibs.pl > script the one that walks the tree and pick's up the libraries on the > way, it's a very nice script to have :) > > You see my ultimate goal is to build my system; sleek, slim, and > polished, with strictly only what is needed to fill the task. but I > also do not want to forget anything, in the sense that i couldforget > a configuration file that would cause the system to work ondefault > values, and notice it later when i bump into a problem, so ineed to > understand it as much as possible. > > what i need are pointers to hard to find documentation about the > building blocks of the system.(maybe it does not exist) Not the > architecture, i've read it, and it helps in understanding theinner > mecanics, but then again that is way to deep for my needs. and it's > not the handbook either, read that too, and while it is great for a > user perspective, it's to shalow for my needs. I am not talking about > the man page for a perticular application, thatis way to specific, > tough it's somewhat sometimes usefull to figure outthe configuration > options and the configuration files that shouldfollow, but there not > always acurate. > > I need something in the middle. > > more like on the lines of , > the basic core system is the kernel and this and that file, this > configuration and that setting. for the modules you need to include > this nad configure that, and here are some options. if you want to > add networking to the core system, you need to add these files, and > configura this and that. if you want IPV6 then you need this and that, > and you need to configure this and that file. > > Mainly the information would not leave the scope of the core system, > I do not need more info on how to install samba or Xorg, That info > is available all over the place, and BSD makes it really painless to > install them anyways. > > I'm sure, or at least i hope i'm not the only one who would like such > documentation. We'd love to have such documenation, but creating it would be a massive task and keeping it up to date would be nearly as much work so no one has done it. -- Brooks >=20 > Thank you Nathan. >=20 > Sandro Noel. >=20 > From: "Nathan Littlepage" > Date: Thu, 8 Sep 2005 00:56:00 +0000 > To: "Sandro Noel" > Subject: Re: System Tree essentials UNDERSTANDING the system >=20 > Try here for a good break down on building your own small version of=20 > FreeBSD. >=20 > https://neon1.net/misc/minibsd.html >=20 > Hope that gets you what you're looking for. >=20 >=20 >=20 > Sandro Noel wrote: > > Greetings Embedded Gurus. > >=20 > >=20 > > I'm trying to build a system, so this is a brain dump of my needs and = =20 > > questions. > >=20 > > For the past 3 month i have been scratching the net and book stores to= =20 > > collect as much information as possible about the FreeBSD system, toug= h=20 > > the amount of information is quite satisfactory, and repeated many=20 > > times in all kinds of format, i'm still missing some information to=20 > > make me completely comfortable with what i want to achieve. > >=20 > > So far PicoBSD configuration and building it, makes it easy to build a= =20 > > system, but i need more than that > > the information i would really need to understand it all is: > >=20 > > I got myself Embedded FreeBSD cookbook it's good if you want to build= =20 > > a firewall. and some drivers ( not my wish at this time ) > >=20 > > -What files are needed to build a bare system. > > the kernel and it's modules, > > configuration files, > > start-up scripts > > what else am i forgetting. > >=20 > > What files are needed for WLAN networking to work, with or without= =20 > > DHCP client. > > what are the files involved into video and sound output. > >=20 > > - and then there would be the explanation of what are the files in the= =20 > > /bin and /sbin directories what are they used for. > > yes i know the meaning of the directory structure, and of course i= =20 > > know about the ones i use, > > in a regular shell, but i want to know about the ones the system = =20 > > can't live without. > > the ones that make it tick, and why. > >=20 > > I found that LDD is a magical tool.. :) to find lib dependencies. > > I know i can find application dependencies into the port makefile, =20 > > witch is a BIG THAKNK YOU THE BSD team. > >=20 > > Yes i know i could use some else's efforts and copy their thing like = =20 > > everyone else is doing, but i like to understand what i do before =20 > > getting into it. > > this way, I know where my are mistakes when they happen, and it's much= =20 > > faster to fix. > >=20 > > Thank you for any help you fine people can provide. > >=20 > > Sandro Noel > > snoel@gestosoft.com > >=20 > >=20 > > _______________________________________________ > > freebsd-small@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-small > > To unsubscribe, send any mail to "freebsd-small-unsubscribe@freebsd.org" > >=20 > >=20 >=20 >=20 > _______________________________________________ > freebsd-small@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-small > To unsubscribe, send any mail to "freebsd-small-unsubscribe@freebsd.org" --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --a+b56+3nqLzpiR9O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDIG4HXY6L6fI4GtQRAucpAKCsVkSFwTu/YTXZSty9hvn0LxkNCwCfcVeM 8qGdKae77FkstcYfdTte1ao= =JqtR -----END PGP SIGNATURE----- --a+b56+3nqLzpiR9O--