grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linux/ADFS partition table support


From: Hollis Blanchard
Subject: Re: Linux/ADFS partition table support
Date: Tue, 22 Nov 2005 20:45:50 -0600

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]