Re: memory leak in normal/command.c(grub_command_find)?

2005-11-18 Thread Yoshinori K. Okuji
On Monday 14 November 2005 05:03 am, Mike Small wrote: > It looks to me like there is a memory leak in grub_command_find: You are right. Thank you. Okuji ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub-install on powermac newworld

2005-11-18 Thread Yoshinori K. Okuji
On Thursday 17 November 2005 07:05 am, Hollis Blanchard wrote: > > 1. The path to ofpathname is hard-coded in the script as /usr/sbin. > > For me running on debian that doesn't seem right. Since it's not > > currently part of a package, I'd probably end up putting it in > > /usr/local/sbin instead

Re: Support for including *.mk files

2005-11-18 Thread Yoshinori K. Okuji
On Thursday 17 November 2005 08:30 pm, Marco Gerards wrote: > Thanks a lot! I will wait for Okuji's comment because this is quite a > big change and he wrote the build system. Good. Okuji ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gn

Re: Video subsystem draft

2005-11-18 Thread Yoshinori K. Okuji
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 . Then, convert it

FOSDEM 2006

2005-11-18 Thread Yoshinori K. Okuji
Hello, As you may know, FOSDEM 2006 is planned at the end of February. And, they started to accept applications to DevRooms: http://www.fosdem.org/index/press/devrooms_call_for_presence_2006 For now, I really have no idea if I am available at that time, but I promise that I would go, if my sch

Re: FOSDEM 2006

2005-11-18 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: Hi, > As you may know, FOSDEM 2006 is planned at the end of February. And, they > started to accept applications to DevRooms: > > http://www.fosdem.org/index/press/devrooms_call_for_presence_2006 > > For now, I really have no idea if I am availabl

Re: FOSDEM 2006

2005-11-18 Thread Vincent Guffens
for me, and if I find time to improve the work before that, it would be great to discuss with everyone the merge from etherboot with grub2 for netboot support. On Fri, 18 Nov 2005 13:31:16 +0100, Marco Gerards wrote > "Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > > Hi, > > > As you may kno

Re: Support for including *.mk files

2005-11-18 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: > On Wednesday 16 Nov 2005 06:49, Marco Gerards wrote: >> Timothy Baldwin <[EMAIL PROTECTED]> writes: >> > On Sunday 13 Nov 2005 21:16, Marco Gerards wrote: >> >> It would be nice if you can >> >> send in the patch that actually splits up the rmk files s

Re: FOSDEM 2006

2005-11-18 Thread Marco Gerards
"Vincent Guffens" <[EMAIL PROTECTED]> writes: > for me, and if I find time to improve the work before that, it would be great > to discuss with everyone the merge from etherboot with grub2 for netboot > support. Cool! What's the status of netboot support? Perhaps it would be nice if at least s

Re: FOSDEM 2006

2005-11-18 Thread Vincent Guffens
ok, here is the status : http://www.inma.ucl.ac.be/~guffens/grub2_netboot/index.html you can see there that it is possible to cat file and I was able to boot with it. Also it is very easy to use the driver from etherboot. The problems are : 1) it has not changed since the 23rd of june and grub ha

Re: Support for including *.mk files

2005-11-18 Thread Timothy Baldwin
On Friday 18 Nov 2005 13:47, Marco Gerards wrote: > Timothy Baldwin <[EMAIL PROTECTED]> writes: > > On Wednesday 16 Nov 2005 06:49, Marco Gerards wrote: > >> Timothy Baldwin <[EMAIL PROTECTED]> writes: > >> > On Sunday 13 Nov 2005 21:16, Marco Gerards wrote: > >> >> It would be nice if you can > >>

Re: Support for including *.mk files

2005-11-18 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: > You forgot the first patch (genmk.diff), also Okuji's latest commit conflicts > with it. So here it is all together. Oh, I thought genmk2.diff replaced genmk.diff. :-) Committed. Thanks, Marco ___ Gru

Re: FOSDEM 2006

2005-11-18 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 18 Nov 2005 12:23:25 +0100 "Yoshinori K. Okuji" <[EMAIL PROTECTED]> wrote: > For now, I really have no idea if I am available at that time, but I > promise that I would go, if my schedule permits. Same here. Are there any grub 2 logos ? T-shi

RISC OS rescue mode

2005-11-18 Thread Timothy Baldwin
Here is the first patch for the RISC OS port. 2005-08-29 Timothy Baldwin <[EMAIL PROTECTED]> * boot/arm/RISC_OS/!Run,feb: New file. * kern/arm/aif_header.lds: Likewise. * kern/arm/aif_header.S: Likewise. * kern/arm/dl.c: Likewise. * kern/arm/RISC_OS/init.c:

Re: RISC OS rescue mode

2005-11-18 Thread Hollis Blanchard
On Friday 18 November 2005 16:37, Timothy Baldwin wrote: > Here is the first patch for the RISC OS port. Great! But I think you forgot to attach the patch... > 2005-08-29 Timothy Baldwin <[EMAIL PROTECTED]> > * boot/arm/RISC_OS/!Run,feb: New file. What on earth is this file...? :) >