From owner-freebsd-hackers@FreeBSD.ORG Sat Nov 24 03:33:26 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 CF3F616A417 for ; Sat, 24 Nov 2007 03:33:26 +0000 (UTC) (envelope-from aryeh.friedman@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 A3E3213C458 for ; Sat, 24 Nov 2007 03:33:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so29875pyb for ; Fri, 23 Nov 2007 19:33:25 -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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=wTKmpAXv1MY75q0mkX50DY2Um1hfPwLld4fjs4+XlZQ=; b=e9Q8/aaEGcOf5/nP3JMwR64FA/Qxa3TbLOrFG0JrbFvPAJeigxVLe+vwcRUyt/ASkICY/uC8oDhbT6LcZ0iFbOK8yEXqXW/zXu2nW7TP6g6GuCsVfjbYQjSWow4ptKLOa2pGlFDUjkbt3DYvV6nucDtONZZg2/Ksmxz6XIwmdSw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=J4HFhdc/dMA+cSoIZcMVHwDZk8XDY2E9oaAVZg7PFAPXJ002df2y4CyYoQOQrrIuAPEZmh+ZmouTzyM/AQdLV8lB5EKuPk72AYNao3K49SoJKx3gPfbNATfpiqdd3sSFl8m69REeGNob2vOrxP0h31fbttIug+MXuFy9LCsc8EY= Received: by 10.65.59.11 with SMTP id m11mr33310qbk.1195875204912; Fri, 23 Nov 2007 19:33:24 -0800 (PST) Received: by 10.65.105.5 with HTTP; Fri, 23 Nov 2007 19:33:24 -0800 (PST) Message-ID: Date: Sat, 24 Nov 2007 03:33:24 +0000 From: "Aryeh Friedman" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 03:33:26 -0000 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