From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lt5Jz-0000nJ-Ma for mharc-grub-devel@gnu.org; Sun, 12 Apr 2009 15:26:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lt5Js-0000ln-WB for grub-devel@gnu.org; Sun, 12 Apr 2009 15:26:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lt5Jm-0000jQ-28 for grub-devel@gnu.org; Sun, 12 Apr 2009 15:26:19 -0400 Received: from [199.232.76.173] (port=50314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lt5Jl-0000jM-Rm for grub-devel@gnu.org; Sun, 12 Apr 2009 15:26:13 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:55626) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lt5Jl-0001w6-GG for grub-devel@gnu.org; Sun, 12 Apr 2009 15:26:13 -0400 Received: by fg-out-1718.google.com with SMTP id 19so537405fgg.7 for ; Sun, 12 Apr 2009 12:26:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=QKbRxhfaIgLDn57nUNxi6K4qQPakJlI+Ec6PJJTGwxc=; b=lNbJcAWJy7LwVraomEoAWEt1m26KKgDWdeQK8i5d8Z34jd8zWcg1sK7Nv/Ll04esRB GkyRuyouzNHUvVYjTJsZSE9/eeNmDFtsnD7e96aw4436sB+v/tPO3OCyHsuVSgQ0NXT8 CVR0zcSP8YX4wvogaC4dwmn9o1VSsaO/C5bXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=flmHY71PQxlI3WNF5t6ys4BmQngdtn6LI02W0cE9ctD20+Pj1ZpzoFC5J52Hd+EsBD /qlAPOyOf+3FfU9upKru1bfWiDmGALCB1QBhg1noO9NWSai1T1q3fClT1tNJaKmFqUkN zp+Jpwh2aPlPPk/eoP4dyBrM9/WYFAFimn7aQ= Received: by 10.86.89.20 with SMTP id m20mr4241378fgb.8.1239564372598; Sun, 12 Apr 2009 12:26:12 -0700 (PDT) Received: from ?192.168.1.25? (116-145.62-81.cust.bluewin.ch [81.62.145.116]) by mx.google.com with ESMTPS id 4sm5954519fge.28.2009.04.12.12.26.11 (version=SSLv3 cipher=RC4-MD5); Sun, 12 Apr 2009 12:26:12 -0700 (PDT) Message-ID: <49E24058.8060108@gmail.com> Date: Sun, 12 Apr 2009 21:26:16 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] FreeBSD 64-bit kernel support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 19:26:25 -0000 Hello, you were faster than me. I will test it today. However I would suggest to move all asm stuff to bsd.mod and not in the kernel. Look my patch "move bsd helpers out of kernel" Bean wrote: > Hi, > > This patch allows you to load amd64 freebsd kernel directly, here is an example: > > set root=(hd0,1,a) > freebsd /boot/kernel/kernel > freebsd_loadenv /boot/device.hints > set FreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1a > boot > > Test successfully on FreeBSD 7.1 amd64. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko