From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1SIKYo-0007m2-30 for mharc-grub-devel@gnu.org; Thu, 12 Apr 2012 09:59:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIKYg-0007lW-Jy for grub-devel@gnu.org; Thu, 12 Apr 2012 09:59:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIKYa-00036W-96 for grub-devel@gnu.org; Thu, 12 Apr 2012 09:59:34 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:42653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIKYZ-00035x-W8 for grub-devel@gnu.org; Thu, 12 Apr 2012 09:59:28 -0400 Received: by eeke53 with SMTP id e53so555012eek.0 for ; Thu, 12 Apr 2012 06:59:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=KlgiVvveIfEbm8zMXpT7ULwwoD14/t0YTvL7R/FtRQ4=; b=mqumGgdqED5dry72E/N0O7PnlkhgNfoM/PX14I/hto85sT0X1alRHnoxl3Wmqth00E iIAccnbAp8bIzu8x4oBp16XgJ1EWmPQLbrhLdvJGKKJtrMelg+JcKICQ6nkmYn8eNEC/ dIdlHxYs8lNpuBi8Va66T7jd4VUmGSxAWCDD1FmajfOvFNVgoIGetMAkBYnDlJNIeY3F 5VY5hia6WoxQrVbvd9lUiDozxN9AebtfrTREv7De9eL3u/RPLaB3YgOYtR6qs+ySIiE3 FCVdU6o8WCq+6yInogTCsf93KQAaMUu4Fa/h5pWKW4sjyN7fEFpmVGTPLtgXRCSTw1nh +0Ag== Received: by 10.14.100.16 with SMTP id y16mr364988eef.2.1334239164747; Thu, 12 Apr 2012 06:59:24 -0700 (PDT) Received: from debian.x201.phnet (121-234.197-178.cust.bluewin.ch. [178.197.234.121]) by mx.google.com with ESMTPS id r44sm28239239eef.2.2012.04.12.06.59.22 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 Apr 2012 06:59:23 -0700 (PDT) Message-ID: <4F86DFB9.4010702@gmail.com> Date: Thu, 12 Apr 2012 15:59:21 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: disklabel support References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig91D9FA5A3536D674CDCD6400" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2012 13:59:40 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig91D9FA5A3536D674CDCD6400 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12.04.2012 14:52, tripun goel wrote: > Hi all , > Well I wonder whether there is a way for grub2 to support 64 bit > disklabels (for eg DragonflyBSD disklabel) or not ? I could not find > it on any help manual Do you have the documentation on on-disk format. > If not , then can somebody suggest how should i go about editing the > source code to add support for such a disklabel . If the difference from standard disklabel is minor (e.g. only type change) the best way is to have a grub-core/partmap/bsdlong.c which defines MODE_LONG and modify grub-core/partmap/bsd.c to change types, module name and partmap name (must be in [a-z]+, hence no name "bsd64" is possible) when MODE_LONG is defined > Please help > Thank you > Tripun > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig91D9FA5A3536D674CDCD6400 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk+G37kACgkQNak7dOguQgl4qgD6AnHCf7JN+WxW4B/IxcX0ozmh Aey1rjOTFMwCBBIDk2ABAKUSQfDMKh1PcBaJRHZ7KN5NTKJHPlA/yGTyitwJK5JO =3Sxh -----END PGP SIGNATURE----- --------------enig91D9FA5A3536D674CDCD6400--