From owner-freebsd-arm@FreeBSD.ORG Thu Jun 28 09:09:21 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABE2C16A41F for ; Thu, 28 Jun 2007 09:09:21 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 6A23013C457 for ; Thu, 28 Jun 2007 09:09:21 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 08446-07; Thu, 28 Jun 2007 11:11:49 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-42-120.dynamic.qsc.de [212.202.42.120]) by mail.liberty-hosting.de (Postfix) with ESMTP id 7B12F3E9488; Thu, 28 Jun 2007 11:11:49 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 19F8745046; Thu, 28 Jun 2007 11:09:18 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Thu, 28 Jun 2007 11:09:18 +0200 (CEST) Message-ID: <56984.2001:6f8:101e:0:20e:cff:fe6d:6adb.1183021758.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <76c271ae0706272332i79bcd771n2dc7eeb6b93a49c3@mail.gmail.com> References: <76c271ae0706272332i79bcd771n2dc7eeb6b93a49c3@mail.gmail.com> Date: Thu, 28 Jun 2007 11:09:18 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: "PowerMan" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: freebsd-arm@freebsd.org Subject: Re: A simple question about FreeBSD-ARM, thanks for reply X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 09:09:21 -0000 PowerMan wrote: > Now I intend to study the principle of OS, but I find the linux > kernel is too large and complex, so I change to FreeBSD. The FreeBSD kernel is not significantly less complex. The linux kernel has a better pronounced modularisation. > Would the FreeBSD-ARM be very complex? How many lines would the > source code of the kernel (without device drivers, just the key modules > like FS, MM, porcess scheduler, TCP/IP and the others) be? Approximately 15 MB of source code. I suggest to read a book to learn something about the various parts of an operating system kernel. http://www.amazon.com/Design-Implementation-FreeBSD-Operating-System/dp/0201702452 Regards Björn