From owner-freebsd-hackers@FreeBSD.ORG Sat Nov 24 04:03:23 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48D5316A46D for ; Sat, 24 Nov 2007 04:03:23 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id F000413C448 for ; Sat, 24 Nov 2007 04:03:22 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so14380nfb for ; Fri, 23 Nov 2007 20:03:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=UMdEkdF+FyK1DCn2FN5JHUSQ2PqKHMFw9Wg0gAy9/zA=; b=iDND1HZqbqOYpI/Ai8584QcqBz4TdFm/QeX1bZnPo5ITRTA1XZ2OuRqGnns5kmcmSB5tTkxFgtyRRIqETMSijdklvRkVsVZNUdHyNsk9Vx5BBQSbhq1xvlT2uxQ4Jh8IT6+Bs7v4cLpv0VxWL8L6FroMq2PRg4wvuNI2uX1m2ak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lpbwIH6Tiik6Fc+bzYUtzt81TAkFG+ehF8ysteCZewhy6HegfCYr87M2NWCVP1dWh03uVLcd+1RCWm/oDzRiqPQ0jWAWr4cVWqaAnrRhgbB4P+0xsHBajPMFUZjrpQN79P6lvgQfCC7GjevqzRZMVIziqAGqRDMlRj5vZGbNOX0= Received: by 10.86.25.17 with SMTP id 17mr51585fgy.1195875478324; Fri, 23 Nov 2007 19:37:58 -0800 (PST) Received: by 10.86.28.19 with HTTP; Fri, 23 Nov 2007 19:37:58 -0800 (PST) Message-ID: <3bbf2fe10711231937y1e9af357hd8b6a63cbf6ae077@mail.gmail.com> Date: Sat, 24 Nov 2007 04:37:58 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Aryeh Friedman" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 36c369a8af3625b9 Cc: freebsd-hackers@freebsd.org Subject: Re: a strange/stupid question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 04:03:23 -0000 2007/11/24, Aryeh Friedman : > Where do I find the main() [and/or other entery point] for the > kernel.... I tend to understand stuff better if I follow the flow of > exec from the start It is highly MD. For IA32 it is in i386/i386/locore.s::btext Attilio -- Peace can only be achieved by understanding - A. Einstein