On Oct 20, 2005, at 9:47 AM, Timothy Baldwin wrote:

Here is support for Linux/ADFS partition tables, which is used for Linux partitions on discs connected to the motherboard interface of systems which run RISC OS. Since it shares a structure with the RISC OS disc API, that has
been separated into a header file.

FYI, I have just committed some modifications to partmap/acorn.c. Specifically:
- sorting stack variables by size minimizes alignment padding
- fixed two of these: "passing arg 5 of `grub_disk_read' from incompatible pointer type"
- renamed "find" to "acorn_partition_map_find"
- moved stack variable definitions to the beginning of each function
- changed "unsigned" to "unsigned int"

If nothing else, these last three keep the code style similar to the rest of the codebase.

-Hollis



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

Reply via email to