From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lt5Mn-0001Pb-BO for mharc-grub-devel@gnu.org; Sun, 12 Apr 2009 15:29:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lt5Mm-0001PW-KG for grub-devel@gnu.org; Sun, 12 Apr 2009 15:29:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lt5Mh-0001PC-HE for grub-devel@gnu.org; Sun, 12 Apr 2009 15:29:19 -0400 Received: from [199.232.76.173] (port=47828 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lt5Mh-0001P9-9h for grub-devel@gnu.org; Sun, 12 Apr 2009 15:29:15 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:48866) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lt5Mg-0002cO-TU for grub-devel@gnu.org; Sun, 12 Apr 2009 15:29:15 -0400 Received: by fg-out-1718.google.com with SMTP id l27so258616fgb.7 for ; Sun, 12 Apr 2009 12:29:13 -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=cPtv5lKNEKwBB/AkYvpelFLy0mCR47xwEyEqh1wR6bg=; b=svUSTDjCO3y7OjpEZ/pvLgpaamo2r0HATfhhqAGkV2p9SRN0e50YGQUTsCNxoud6mG liqUZNzRPthBFK6NmwMMBx5szjKRM4l17SuxOGzCsS4c1IMZwk8CmX2vIJoYnIzQyV+y lwY9rjc/e0/rMPtO6j/UwmlnjKlwMS3APNPEA= 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=RYYa/9GeR3XFAATUyzf0cdnOE9qlwGlUhbS2ZY4AiGjn5GR9MvM/YMo1A3pE7E3ryT XcWr8Orp7WYu7uFbKPikHBvM0gxGBZ1HNiyenCoqjm2qJJTYqlCI++sn4Fvsj1iVPGHk k0UgFwYwq4hlVEdR6RB46gYjZP3+6PVso6pw8= Received: by 10.86.86.10 with SMTP id j10mr782190fgb.29.1239564553803; Sun, 12 Apr 2009 12:29:13 -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 l19sm5985368fgb.26.2009.04.12.12.29.13 (version=SSLv3 cipher=RC4-MD5); Sun, 12 Apr 2009 12:29:13 -0700 (PDT) Message-ID: <49E2410E.5050508@gmail.com> Date: Sun, 12 Apr 2009 21:29:18 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <49E24058.8060108@gmail.com> In-Reply-To: <49E24058.8060108@gmail.com> 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:29:20 -0000 Also asm helpers are verbatim copy from bsd so the copyright line is probably incorrect phcoder wrote: > 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