From owner-freebsd-hackers@FreeBSD.ORG Sat Nov 24 12:12:38 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 B9B0C16A417 for ; Sat, 24 Nov 2007 12:12:38 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 843D013C442 for ; Sat, 24 Nov 2007 12:12:38 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id DE22D66A3DD; Sat, 24 Nov 2007 12:53:51 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QY1FWCdn6JG7; Sat, 24 Nov 2007 12:53:50 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E148266A3DB; Sat, 24 Nov 2007 12:53:50 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id lAOBronu059674; Sat, 24 Nov 2007 12:53:50 +0100 (CET) (envelope-from rdivacky) Date: Sat, 24 Nov 2007 12:53:50 +0100 From: Roman Divacky To: Aryeh Friedman Message-ID: <20071124115350.GA59602@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i 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 12:12:38 -0000 On Sat, Nov 24, 2007 at 03:33:24AM +0000, Aryeh Friedman wrote: > 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 note that "kernel" as such does not "exist". its threads/processes running code in kernel space.