Re: [PATCH] memtest86+ fix

2008-01-05 Thread Robert Millan
On Sat, Jan 05, 2008 at 01:04:24PM +0100, Yoshinori K. Okuji wrote: > On Saturday 05 January 2008 12:50, Robert Millan wrote: > > On Fri, Jan 04, 2008 at 08:18:19PM -0500, Pavel Roskin wrote: > > > On Sat, 2008-01-05 at 02:09 +0100, Yoshinori K. Okuji wrote: > > > > "big_loaded" sounds horrible to

Re: [PATCH] memtest86+ fix

2008-01-05 Thread Yoshinori K. Okuji
On Saturday 05 January 2008 12:50, Robert Millan wrote: > On Fri, Jan 04, 2008 at 08:18:19PM -0500, Pavel Roskin wrote: > > On Sat, 2008-01-05 at 02:09 +0100, Yoshinori K. Okuji wrote: > > > "big_loaded" sounds horrible to me. How about > > > grub_linux_big_image_loaded? > > > > "big image" is norm

Re: [PATCH] memtest86+ fix

2008-01-05 Thread Robert Millan
On Fri, Jan 04, 2008 at 08:18:19PM -0500, Pavel Roskin wrote: > On Sat, 2008-01-05 at 02:09 +0100, Yoshinori K. Okuji wrote: > > > "big_loaded" sounds horrible to me. How about grub_linux_big_image_loaded? > > "big image" is normally abbreviated as bzimage, as opposed to zimage, so > I would sugg

Re: [PATCH] memtest86+ fix

2008-01-04 Thread Pavel Roskin
On Sat, 2008-01-05 at 02:09 +0100, Yoshinori K. Okuji wrote: > "big_loaded" sounds horrible to me. How about grub_linux_big_image_loaded? "big image" is normally abbreviated as bzimage, as opposed to zimage, so I would suggest something of this kind: grub_is_bzimage grub_linux_is_bzimage grub_bz

Re: [PATCH] memtest86+ fix

2008-01-04 Thread Yoshinori K. Okuji
On Thursday 03 January 2008 02:06, Robert Millan wrote: > On Thu, Jan 03, 2008 at 12:46:15AM +0100, Yoshinori K. Okuji wrote: > > On Wednesday 02 January 2008 18:05, Robert Millan wrote: > > > This fixes boot for memtest86+ (and actually, Linux zImages since they > > > were all affected). > > > > >

Re: [PATCH] memtest86+ fix

2008-01-02 Thread Robert Millan
On Thu, Jan 03, 2008 at 12:46:15AM +0100, Yoshinori K. Okuji wrote: > On Wednesday 02 January 2008 18:05, Robert Millan wrote: > > This fixes boot for memtest86+ (and actually, Linux zImages since they were > > all affected). > > > > The problem was that the first code in grub_linux_boot_zimage cop

Re: [PATCH] memtest86+ fix

2008-01-02 Thread Yoshinori K. Okuji
On Wednesday 02 January 2008 18:05, Robert Millan wrote: > This fixes boot for memtest86+ (and actually, Linux zImages since they were > all affected). > > The problem was that the first code in grub_linux_boot_zimage copied the > payload from 0x10 to 0x1. Since GRUB starts at 0x8200 and