Re: [RFC] split floppy support off biosdisk

2008-06-19 Thread Pavel Roskin
On Thu, 2008-06-19 at 14:20 +0200, Robert Millan wrote: > On Wed, Jun 18, 2008 at 10:37:03PM -0400, Pavel Roskin wrote: > > On Thu, 2008-06-19 at 04:14 +0200, Yoshinori K. Okuji wrote: > > > > > I took a look at lzma 4.32.6. All code in liblzmadec is licensed with > > > LGPL 2.1 > > > or any lat

Re: [PATCH] add a counter in grub_dprintf

2008-06-19 Thread Isaac Dupree
Robert Millan wrote: How about adding a counter to grub_dprintf to make it easy to instrument GRUB and find which are the bottlenecks in boot time? Sidenote: perhaps it'd be a good idea to conditionalize all grub_dprintf calls with #ifdef DEBUG to obtain a smaller core.img. It's not hard to ask

Re: [PATCH] Small fix in i386 grub-setup

2008-06-19 Thread Javier Martín
El jue, 19-06-2008 a las 14:21 +0200, Robert Millan escribió: > On Thu, Jun 19, 2008 at 01:22:11PM +0200, Javier Martín wrote: > > Hi there - I have found that a grub-setup in i386 recently got borked, > > and now inserts the core.img filename twice in the path while looking > > for it the second t

Re: [PATCH] Small fix in i386 grub-setup

2008-06-19 Thread Javier Martín
El jue, 19-06-2008 a las 14:21 +0200, Robert Millan escribió: > On Thu, Jun 19, 2008 at 01:22:11PM +0200, Javier Martín wrote: > > Hi there - I have found that a grub-setup in i386 recently got borked, > > and now inserts the core.img filename twice in the path while looking > > for it the second t

[PATCH] add a counter in grub_dprintf

2008-06-19 Thread Robert Millan
How about adding a counter to grub_dprintf to make it easy to instrument GRUB and find which are the bottlenecks in boot time? Sidenote: perhaps it'd be a good idea to conditionalize all grub_dprintf calls with #ifdef DEBUG to obtain a smaller core.img. It's not hard to ask a user to rebuild if

Re: [PATCH] Small fix in i386 grub-setup

2008-06-19 Thread Robert Millan
On Thu, Jun 19, 2008 at 01:22:11PM +0200, Javier Martín wrote: > Hi there - I have found that a grub-setup in i386 recently got borked, > and now inserts the core.img filename twice in the path while looking > for it the second time: the program tried to find the file > "/boot/grubcore.img/core.img

Re: [RFC] split floppy support off biosdisk

2008-06-19 Thread Robert Millan
On Wed, Jun 18, 2008 at 10:37:03PM -0400, Pavel Roskin wrote: > On Thu, 2008-06-19 at 04:14 +0200, Yoshinori K. Okuji wrote: > > > I took a look at lzma 4.32.6. All code in liblzmadec is licensed with LGPL > > 2.1 > > or any later version. So where is the problem? > > Indeed, the "any later ver

[PATCH] Small fix in i386 grub-setup

2008-06-19 Thread Javier Martín
Hi there - I have found that a grub-setup in i386 recently got borked, and now inserts the core.img filename twice in the path while looking for it the second time: the program tried to find the file "/boot/grubcore.img/core.img" which is obviously wrong. This is a fix, or so I think - it seems the