From owner-freebsd-ppc@FreeBSD.ORG Thu May 4 13:51:12 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A8F16A417 for ; Thu, 4 May 2006 13:51:12 +0000 (UTC) (envelope-from aag.lists@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 D782043D45 for ; Thu, 4 May 2006 13:51:11 +0000 (GMT) (envelope-from aag.lists@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so528951pya for ; Thu, 04 May 2006 06:51:11 -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:content-transfer-encoding:content-disposition; b=C2A+ExnW8G0+jYAmUvUIgQHhRt3Z8GqiyilnvasFlEb6HSlhwuVqCTEXVcSKWq/e01oP5AnlF1OQBFGib/utBrhf2zqt/Z5+rkEYzLyszzTkS+BtfCax/ljusFmflt4r/nvJUgcJFgn+xia7+fU5Q9Nf9px4H5Wt6iu51jb913Q= Received: by 10.35.91.10 with SMTP id t10mr1369110pyl; Thu, 04 May 2006 06:51:11 -0700 (PDT) Received: by 10.35.129.12 with HTTP; Thu, 4 May 2006 06:51:09 -0700 (PDT) Message-ID: <2f3a439f0605040651x549914efq5f1d95e7b0d2a468@mail.gmail.com> Date: Thu, 4 May 2006 19:21:11 +0530 From: "Aditya Godbole" To: freebsd-ppc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: loader startup code X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2006 13:51:12 -0000 Hi, This is my first mail to the list. There don't seem to be any discussions going on here, so I don't know whether this is the right place to post the query. I've been trying to navigate my way through the execution of the kernel and in the loader directory (boot/powerpc/loader/start.c), a function called 'main' gets called. I couldn't find this function though. Any pointers? -aditya