[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix chainloding + Chainloading into logical partitions
From: |
Lucas Gadani |
Subject: |
Re: [PATCH] Fix chainloding + Chainloading into logical partitions |
Date: |
Sun, 6 Jul 2008 20:47:30 +0000 |
On Sun, Jul 6, 2008 at 18:41, Robert Millan <address@hidden> wrote:
>
> Looks like it increases pc.mod code to store information that is only useful
> to the chainloader. Is there a reason for not having the chainloader
> retrieve it? (note that for disk access we have a cache)
We would need to duplicate the code that iterates through the logical
partitions in the chainloader or we can change
pc_partition_map_iterate hook function to also receive
grub_pc_partition (we can't use the pc_partition_map_iterate cause the
hook function only receives a grub_disk_t and grub_partition_t, but
not the grub_pc_partition that's necessary to reconstruct the
partition info).
--
Lucas