Re: RISC OS rescue mode

2005-11-22 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: Hi Timothy, Thanks a lot for your patch. This week I will have very little time, but I'll try to review it ASAP. Here are a few things I noticed while I was having a quick look at it. >> I'm a little confused about this "RISC_OS" naming. Is "RISC_OS"

Re: Video subsystem draft

2005-11-22 Thread Vesa Jääskeläinen
Yoshinori K. Okuji wrote: > On Friday 18 November 2005 12:19 am, Vesa Jääskeläinen wrote: >> What is the procedure to generate font file to font manager? Or should I >> just add some functionality to import VGA font to font manager. > > First, download unifont.hex from

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

module references

2005-11-22 Thread Hollis Blanchard
Right now I'm getting a lot of these: ../fs/affs.c: In function `grub_mod_init': ../fs/affs.c:556: warning: unused parameter `mod' ... in fact, one for every GRUB_MOD_INIT in fs/ and partmap/, it seems. This led me to examine the module reference counting system. Most filesystems

UFS byte swapping

2005-11-22 Thread Hollis Blanchard
This warning has been annoying me for quite some time: ../fs/ufs.c: In function `grub_ufs_find_file': ../fs/ufs.c:474: warning: declaration of `_x' shadows a previous local ../fs/ufs.c:474: warning: shadowed declaration is here ../fs/ufs.c:474: warning: declaration

Re: grub-install --root-directory

2005-11-22 Thread Hollis Blanchard
On Nov 16, 2005, at 10:17 PM, Mike Small wrote: 2. The script seems to assume that /boot/grub/ will be where my boot partition is mounted. This was mentioned in the original mail, and I could set things up this way, but in my opinion it would be more natural to be able to specify the install di

Re: grub-install on powermac newworld

2005-11-22 Thread Hollis Blanchard
On Nov 21, 2005, at 12:00 AM, Mike Small wrote: This worked for me, and I've enclosed a patch with the a similar loop to the one used for the linux command. It also has debugging messages before the grub_claimmap calls. Looks good, thanks! I've just committed this. I'm wondering though, doe