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
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to