Re: VCS [Was: Linux/ADFS partition table support]

2005-11-27 Thread Hollis Blanchard
On Sun, 2005-11-27 at 22:06 +0100, Nico -telmich- Schottelius wrote: > Sorry to misuse this thread, but I've a small question to this > regarding something different, the VCS (version control system): > > Marco Gerards [Sun, Nov 13, 2005 at 05:03:38PM +0100]: > > [...] > > Please include the Chang

VCS [Was: Linux/ADFS partition table support]

2005-11-27 Thread Nico -telmich- Schottelius
Sorry to misuse this thread, but I've a small question to this regarding something different, the VCS (version control system): Marco Gerards [Sun, Nov 13, 2005 at 05:03:38PM +0100]: > [...] > Please include the Changelog entry every time you send in a patch, > otherwise I can't reply to in the a

Re: Linux/ADFS partition table support

2005-11-22 Thread Hollis Blanchard
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

Re: Linux/ADFS partition table support

2005-11-13 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: > On Sunday 13 Nov 2005 16:03, Marco Gerards wrote: >> Timothy Baldwin <[EMAIL PROTECTED]> writes: > >> * include/grub/acorn_filecore.h: Likewise. >> >> I would prefer to move this to partmap/acorn.c. Or do you have to use >> this struct elsewhere?

Re: Linux/ADFS partition table support

2005-11-13 Thread Timothy Baldwin
On Sunday 13 Nov 2005 16:03, Marco Gerards wrote: > Timothy Baldwin <[EMAIL PROTECTED]> writes: > * include/grub/acorn_filecore.h: Likewise. > > I would prefer to move this to partmap/acorn.c. Or do you have to use > this struct elsewhere? Yes it's also used in disk/arm/RISC_OS/filecore.c,

Re: Linux/ADFS partition table support

2005-11-13 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: > On Thursday 20 Oct 2005 15:47, 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 structur

Re: Linux/ADFS partition table support

2005-11-08 Thread Timothy Baldwin
On Thursday 20 Oct 2005 15:47, 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 separ

Linux/ADFS partition table support

2005-10-20 Thread Timothy Baldwin
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. In writing this I've discovered t