From owner-freebsd-arm@FreeBSD.ORG Mon Nov 13 01:40:22 2006 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1338816A47B for ; Mon, 13 Nov 2006 01:40:22 +0000 (UTC) (envelope-from brewer.doug@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC0D43D55 for ; Mon, 13 Nov 2006 01:40:21 +0000 (GMT) (envelope-from brewer.doug@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so822945uge for ; Sun, 12 Nov 2006 17:40:20 -0800 (PST) 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=GFPByWX04OYUlgkaOhU7oKvgGLT63AEc8xnP/eR9JClX9B+uSJLRvOBCKYXVkheKM8mjuI8sS6PFHsbnKRlJGuO8e/aDBlImfDDMOpUKh9cWlnEGiHUIy73G/xtx0jDs/JjmD6I10xZ4UygtGSXpjZYQO4yHxNBbKdHuIWaFzJk= Received: by 10.78.178.5 with SMTP id a5mr5669674huf.1163382019798; Sun, 12 Nov 2006 17:40:19 -0800 (PST) Received: by 10.78.140.7 with HTTP; Sun, 12 Nov 2006 17:40:19 -0800 (PST) Message-ID: Date: Mon, 13 Nov 2006 09:40:19 +0800 From: "Doug Brewer" To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD/arm image question 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: Mon, 13 Nov 2006 01:40:22 -0000 Hello, I have an i80321 customized board and I'm new to FreeBSD/arm. My bootloader loads Linux zImage. My question is FreeBSD kernel.bin = Linux zImage? I think FreeBSD kernel.bin is a raw binary with no program headers. Warm regards, Doug.