Re: grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Bean
On Jan 30, 2008 5:39 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Tue, Jan 29, 2008 at 09:32:16PM +, Peter Hicks wrote: > > > > It appears that grub is no longer able to read from an xfs filesystem, and > > an example 32Mb image is contained in a .bz2 file linked to from the bug > > page a

Re: IA64 port

2008-01-29 Thread Tristan Gingold
On Tue, Jan 29, 2008 at 03:46:50PM +0100, Marco Gerards wrote: > Robert suggested some changes. I also noticed in the discussion that > you didn't follow common practise (like an existing grub-mkimage > implementation). Personally, as maintainer, I am against maintaining > two different approache

Re: PATCH: silently accept empty lines in rescue mode

2008-01-29 Thread Tristan Gingold
On Tue, Jan 29, 2008 at 09:26:16AM +0100, Marco Gerards wrote: > Tristan Gingold <[EMAIL PROTECTED]> writes: > What did it print? Nothing. Typing enter at the prompt simply print a new prompt. Like bash. > This can be applied. I don't have commit rights, so I can't apply it. Tristan. _

Re: IA64 port

2008-01-29 Thread Tristan Gingold
> If you send in a new patch that addresses Robert's concerns + > Changelog entry, I will go over it ASAP :-). Giving the same comments > as Robert does seems like a waste of time for everyone. Is this ok > for you? Here is the patch that makes FAT fs case insensitive. Tristan. 2008-01-28 Tris

Re:No entries seen in grub 2 menu

2008-01-29 Thread shirish
> > Message: 2 > Date: Wed, 30 Jan 2008 02:09:57 +0800 > From: Bean <[EMAIL PROTECTED]> > Subject: Re: No entries seen in grub 2 menu > To: "The development of GRUB 2" > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Jan 30, 2008 2:05 AM, shirish <[

Re: IA64 port

2008-01-29 Thread Tristan Gingold
On Tue, Jan 29, 2008 at 07:48:29PM +0100, Robert Millan wrote: [...] > AFAIK, there's no standard specifiing FAT, only a few implementations that act > de-facto as a "reference". Because of this, it is up to us to decide what is > "standard" and what is just an OS-dependant oddity. There are spef

Re: Grub Change HELP

2008-01-29 Thread gilberto
Hi, comunity of GNU Linux, Robert please see my idea about my problem: This file is builtins.c line 3974 more less. I add more commands. I set variable localiza to adress 0x000ffa17 , I am not sure but I think the function grub_sprintf, read the menu.lst if it is true I made the condicional expres

Re: Compiling grub2 on *BSD?

2008-01-29 Thread jakllsch
On Tue, Jan 29, 2008 at 02:47:07PM +0100, Robert Millan wrote: > On Mon, Jan 28, 2008 at 11:30:51PM -0600, [EMAIL PROTECTED] wrote: > > On Sun, Jan 27, 2008 at 09:56:50AM +0100, Robert Millan wrote: > > > On Sat, Jan 26, 2008 at 12:11:48PM -0800, walt wrote: > > > > > What is the problem initially?

Re: Grub Change HELP

2008-01-29 Thread gilberto
Robert thank you, You are great person, because worry with problems of the others people. The best demonstration of the spirit GNU is this. I will try put this code, in source grub, > if (*((grub_uint8_t *) 0x000ffa17)) > grub_env_set ("default", "1"); > else > grub_env_set ("default", "0");

Re: grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:32:16PM +, Peter Hicks wrote: > > It appears that grub is no longer able to read from an xfs filesystem, and > an example 32Mb image is contained in a .bz2 file linked to from the bug > page above. Available at: http://stash.poggs.com/grub-xfs-example.bz2 It can

grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Peter Hicks
Hello Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463081 - it outlines a bug I discovered in the CVS from 20080128, packaged in to Debian unstable. It appears that grub is no longer able to read from an xfs filesystem, and an example 32Mb image is contained in a .bz2 file linked

Re: [PATCH] eltorito cdrom boot

2008-01-29 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: Hi Bean! > This patch enable grub2 to read files from cdrom using int13 service. Wow, you are active! :-) > To create bootable cdrom: > > mkdir cdroot > cat cdboot.img core.img > cdroot/grub2cd.bin > mkisofs -R -no-emul-boot -boot-info-table --boot-load-size 4 -

Re: [PATCH] eltorito cdrom boot

2008-01-29 Thread Robert Millan
On Wed, Jan 30, 2008 at 03:22:58AM +0800, Bean wrote: > Hi, > > This patch enable grub2 to read files from cdrom using int13 service. > > [...] > + * Copyright (C) 1994-2002 H. Peter Anvin > [...] > + > +/* > + Most of this file was originally "isolinux.asm" from SYSLINUX package. > + It has be

Re: Grub Change HELP

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:29:10PM +0100, Robert Millan wrote: > > > > But I need help to make this. Please help me. If necessary I will pay. You could consider donating to the FSF to protect our freedom: http://www.fsf.org/ -- Robert Millan I know my rights; I want my phone call! What us

Re: Grub Change HELP

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 04:46:04PM -0200, [EMAIL PROTECTED] wrote: > > Hi, People, my name is Gilberto I from Brazil, I am development of Linux > FeniX - www.sistemafenix.com.br > I need your help about grub. > I have a problem with grub source and I need your help urgently, I need > change the co

[PATCH] eltorito cdrom boot

2008-01-29 Thread Bean
Hi, This patch enable grub2 to read files from cdrom using int13 service. To create bootable cdrom: mkdir cdroot cat cdboot.img core.img > cdroot/grub2cd.bin mkisofs -R -no-emul-boot -boot-info-table --boot-load-size 4 -b grub2cd.bin -o aa.iso cdroot diff --git a/boot/i386/pc/cdboot.S b/boot/i

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 05:38:20PM +0100, [EMAIL PROTECTED] wrote: > Quoting Robert Millan <[EMAIL PROTECTED]>: > > > On Tue, Jan 29, 2008 at 03:46:50PM +0100, Marco Gerards wrote: > > > In this case, FAT is modified so fit the need of EFI. However, FAT is > > > case insensitive. On windows C:\F

Grub Change HELP

2008-01-29 Thread gilberto
Hi, People, my name is Gilberto I from Brazil, I am development of Linux FeniX - www.sistemafenix.com.br I need your help about grub. I have a problem with grub source and I need your help urgently, I need change the code of the grub I need modify the boot loader code(grub) to check the byte at m

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Bean
On Jan 30, 2008 2:11 AM, <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 29, 2008 at 03:20:12PM +0800, Bean wrote: > > On Jan 29, 2008 3:11 PM, <[EMAIL PROTECTED]> wrote: > > > On Mon, Jan 28, 2008 at 06:37:16AM -0800, walt wrote: > > > > > > > > When I type 'boot' after loading the netbsd kernel with

Re: [PATCH] a.out kernel loader

2008-01-29 Thread jakllsch
On Tue, Jan 29, 2008 at 03:20:12PM +0800, Bean wrote: > On Jan 29, 2008 3:11 PM, <[EMAIL PROTECTED]> wrote: > > On Mon, Jan 28, 2008 at 06:37:16AM -0800, walt wrote: > > > > > > When I type 'boot' after loading the netbsd kernel with multiboot, the > > > machine reboots instantly instead of starti

Re: No entries seen in grub 2 menu

2008-01-29 Thread Bean
On Jan 30, 2008 2:05 AM, shirish <[EMAIL PROTECTED]> wrote: > Hi all, >First of all Robert, thanx for answering. I know grub2 uses > grub2.cfg & not menu.lst but was thinking if there is some way > whatever is in grub.cfg can be passed to menu.lst so in some way I can > see the menu without ch

No entries seen in grub 2 menu

2008-01-29 Thread shirish
Hi all, First of all Robert, thanx for answering. I know grub2 uses grub2.cfg & not menu.lst but was thinking if there is some way whatever is in grub.cfg can be passed to menu.lst so in some way I can see the menu without changing the entries manually, but now it seems there is no way to do it

Re: IA64 port

2008-01-29 Thread tgingold
Quoting Robert Millan <[EMAIL PROTECTED]>: > On Tue, Jan 29, 2008 at 03:46:50PM +0100, Marco Gerards wrote: > > In this case, FAT is modified so fit the need of EFI. However, FAT is > > case insensitive. On windows C:\FOO.TXT is the same as c:\foo.txt. > > Although I have troubles believing peop

Re: IA64 port

2008-01-29 Thread tgingold
Quoting Marco Gerards <[EMAIL PROTECTED]>: > Personally I do not like working around an issue in specific code (in > this case specific to *-efi) in generic code. Usually, this doesn't > improve shared code. > > In this case, FAT is modified so fit the need of EFI. However, FAT is > case insensi

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 03:46:50PM +0100, Marco Gerards wrote: > In this case, FAT is modified so fit the need of EFI. However, FAT is > case insensitive. On windows C:\FOO.TXT is the same as c:\foo.txt. > Although I have troubles believing people want to use a technically > flawed non-free OS th

Re: IA64 port

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 01:56:49PM +0100, [EMAIL PROTECTED] wrote: >> Quoting Robert Millan <[EMAIL PROTECTED]>: >> >> > On Tue, Jan 29, 2008 at 11:35:26AM +0100, [EMAIL PROTECTED] wrote: >> > > Quoting Robert Millan <[EMAIL PROTECTED]>: >> > > > > > Wh

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 09:56:38PM +0800, Bean wrote: >> > >> > The multiboot standard supports a.out. It would be nice if it was >> > also capable of a.out. So this code can somehow be shared, like ELF >> > support is shared now. >> >> but it doesn't

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:56:38PM +0800, Bean wrote: > > > > The multiboot standard supports a.out. It would be nice if it was > > also capable of a.out. So this code can somehow be shared, like ELF > > support is shared now. > > but it doesn't have the multiboot header, or the header is not >

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Bean
On Jan 29, 2008 5:14 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > > > On Jan 29, 2008 4:48 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > >> Bean <[EMAIL PROTECTED]> writes: > >> > >> > On Jan 28, 2008 5:11 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > >> >> On

Re: grub-fstest: debug tool for filesystem driver

2008-01-29 Thread Bean
On Jan 29, 2008 9:45 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 29, 2008 at 06:18:35PM +0800, Bean wrote: > > --- a/conf/i386-pc.rmk > > +++ b/conf/i386-pc.rmk > > @@ -61,6 +61,9 @@ sbin_UTILITIES = grub-setup grub-mkdevicemap grub-probe > > ifeq ($(enable_grub_emu), yes) > > sb

Re: Compiling grub2 on *BSD?

2008-01-29 Thread Robert Millan
On Mon, Jan 28, 2008 at 11:30:51PM -0600, [EMAIL PROTECTED] wrote: > On Sun, Jan 27, 2008 at 09:56:50AM +0100, Robert Millan wrote: > > On Sat, Jan 26, 2008 at 12:11:48PM -0800, walt wrote: > > > > What is the problem initially? > > > > > > kernel_img-kern_device.o: In function `grub_device_iterat

Re: grub-fstest: debug tool for filesystem driver

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 06:18:35PM +0800, Bean wrote: > --- a/conf/i386-pc.rmk > +++ b/conf/i386-pc.rmk > @@ -61,6 +61,9 @@ sbin_UTILITIES = grub-setup grub-mkdevicemap grub-probe > ifeq ($(enable_grub_emu), yes) > sbin_UTILITIES += grub-emu > endif > +ifeq ($(enable_grub_fstest), yes) > +bin_UT

Re: Menu.lst doesn't get updated with grub 1.95+20071101-1 release

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 05:28:45PM +0530, shirish wrote: > Hi all, > This might be no longer the matter at head but since I've the issue > hence posting the same. Might be a repost in which I'm sorry. > > I'm running grub 1.95+20071101-1 release on Hardy. > > This is the pastebin of menu.lst htt

Re: eltorito support ..

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 05:32:15PM +0800, Bean wrote: > > > > Besides, unlike floppy or disk boot, code size is not that much of an issue > > for cdrom boot. > > i think biosdisk support for cd access shouldn't be too difficult, > there is similar code in grub legacy. There's code to do this in G

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 01:53:03PM +0100, [EMAIL PROTECTED] wrote: > > > > But mkfile generation itself can also happen when srcdir != objdir, can it? > > Right. I fail to understand your point: how did the patch break srcdir != > objdir ? I tested it with srcdir != objdir. Ah, sorry I read the

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 06:49:31AM +0100, Tristan Gingold wrote: > Hi, > > here is my new version of the patch. I think all the comments have been > addressed. > (There are still // comments in the .S files I copied from glibc. I suppose > this is OK as the files come as-is from glibc). Uhm loo

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 01:56:49PM +0100, [EMAIL PROTECTED] wrote: > Quoting Robert Millan <[EMAIL PROTECTED]>: > > > On Tue, Jan 29, 2008 at 11:35:26AM +0100, [EMAIL PROTECTED] wrote: > > > Quoting Robert Millan <[EMAIL PROTECTED]>: > > > > > > Why is this needed? I'm not sure if it's good to ex

Re: IA64 port

2008-01-29 Thread tgingold
Quoting Robert Millan <[EMAIL PROTECTED]>: > On Tue, Jan 29, 2008 at 11:35:26AM +0100, [EMAIL PROTECTED] wrote: > > Quoting Robert Millan <[EMAIL PROTECTED]>: > > > > > Why is this needed? I'm not sure if it's good to exploit this > > > "unreliability" > > > > > feature that fat provides us ;-) >

Re: IA64 port

2008-01-29 Thread tgingold
Quoting Robert Millan <[EMAIL PROTECTED]>: > On Tue, Jan 29, 2008 at 11:10:21AM +0100, [EMAIL PROTECTED] wrote: > > Quoting Robert Millan <[EMAIL PROTECTED]>: > > > > > On Tue, Jan 29, 2008 at 06:49:31AM +0100, Tristan Gingold wrote: > > > > -MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix

Menu.lst doesn't get updated with grub 1.95+20071101-1 release

2008-01-29 Thread shirish
Hi all, This might be no longer the matter at head but since I've the issue hence posting the same. Might be a repost in which I'm sorry. I'm running grub 1.95+20071101-1 release on Hardy. This is the pastebin of menu.lst http://pastebin.ca/877007 while this is the pastebin of grub.cfg http://p

Re: eltorito support ..

2008-01-29 Thread Yoshinori K. Okuji
On Tuesday 29 January 2008 12:18, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > On Tue, Jan 29, 2008 at 10:29:35AM +0100, Marco Gerards wrote: > >> >> I prefer both. Not all CDROM drives are ATA drives. > >> > > >> > But we are likely to get USB support this summer :-) > >>

Re: CVS (Re: Redefining GRUB_MOD_GAP in init.c)

2008-01-29 Thread Yoshinori K. Okuji
On Tuesday 29 January 2008 12:15, Marco Gerards wrote: > > I thought SVN wasn't (properly) supported by Savannah. > > I am not sure: http://savannah.gnu.org/svn/?group=phpgroupware > > They seem to use it... All I can say is that SVN does not appear in the feature list. > That's exactly what I wa

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 11:35:26AM +0100, [EMAIL PROTECTED] wrote: > Quoting Robert Millan <[EMAIL PROTECTED]>: > > > > Why is this needed? I'm not sure if it's good to exploit this > > "unreliability" > > > > feature that fat provides us ;-) > > > > > > On EFI, the prefix is extracted from an EFI

Re: CVS (Re: Redefining GRUB_MOD_GAP in init.c)

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: [...] > I personaly think we should just ditch CVS, because CVS has these annoying > limitations, but not try to do something fancy. SVN is the logical > evolution of CVS, so why not just do that. GNU Arch is supported already: https://savannah.gnu.org/

Re: eltorito support ..

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 10:29:35AM +0100, Marco Gerards wrote: >> >> >> >> I prefer both. Not all CDROM drives are ATA drives. >> > >> > But we are likely to get USB support this summer :-) >> >> And how about SCSI? > > SCSI CDROMs ? Mostly dead. Ev

Re: CVS (Re: Redefining GRUB_MOD_GAP in init.c)

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 10:21:59AM +0100, Marco Gerards wrote: >> Robert Millan <[EMAIL PROTECTED]> writes: >> >> > On Tue, Jan 29, 2008 at 09:36:41AM +0100, Marco Gerards wrote: >> >> > >> >> > Maybe it's time we move out those generic files under powe

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 11:31:21AM +0100, [EMAIL PROTECTED] wrote: > > util/i386/efi/grub-mkimage.c already generates PE, right? Why a different > > way to handle this? Sound like it'd be more consistent to either use elf2pe > > on both or share the same grub-mkimage. What do you think? > > Hav

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 11:10:21AM +0100, [EMAIL PROTECTED] wrote: > Quoting Robert Millan <[EMAIL PROTECTED]>: > > > On Tue, Jan 29, 2008 at 06:49:31AM +0100, Tristan Gingold wrote: > > > -MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix > > $(srcdir)/,$(MKFILES)) > > > +MAINTAINER_CLEANFI

Re: Compiling grub2 on *BSD?

2008-01-29 Thread Bean
On Jan 28, 2008 8:56 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > >> > - movsbl %dh, %eax > >> > - movl%eax, %ss:(DATA_ADDR + > >> > GRUB_KERNEL_MACHINE_INSTALL_DOS_PART) > >> > + // Check for the multiboot signature > >> > +

Re: IA64 port

2008-01-29 Thread tgingold
Quoting Robert Millan <[EMAIL PROTECTED]>: > > > Why is this needed? I'm not sure if it's good to exploit this > "unreliability" > > > feature that fat provides us ;-) > > > > On EFI, the prefix is extracted from an EFI path, whose case may not match > > the FAT entries. > > Can you be more specif

Re: IA64 port

2008-01-29 Thread tgingold
Quoting Robert Millan <[EMAIL PROTECTED]>: > On Tue, Jan 29, 2008 at 06:12:52AM +0100, Tristan Gingold wrote: > > > Have you checked if this trick works on other ports? Maybe it'd be a > good idea > > > to merge this first. > > > > I don't really understand what do you mean by 'works on other por

Re: grub-fstest: debug tool for filesystem driver

2008-01-29 Thread Bean
Some changes in this new patch: Remove the _GNU_SOURCE line. Partition number is now string, so that you can use bsd sub partition. Code cleanup for function fstest. 2008-01-29 Bean <[EMAIL PROTECTED]> * Makefile.in (enable_grub_fstest): New variable. * conf/common.rmk (grub_fste

Re: IA64 port

2008-01-29 Thread tgingold
Quoting Robert Millan <[EMAIL PROTECTED]>: > On Tue, Jan 29, 2008 at 06:49:31AM +0100, Tristan Gingold wrote: > > -MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix > $(srcdir)/,$(MKFILES)) > > +MAINTAINER_CLEANFILES = $(srcdir)/configure $(MKFILES) > > > > # The default target. > > all: a

Re: GRUB_MOD_GAP for non-ieee1275 ELF platforms

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 10:32:36AM +0100, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > On Tue, Jan 29, 2008 at 09:38:31AM +0100, Marco Gerards wrote: > >> Robert Millan <[EMAIL PROTECTED]> writes: > >> > >> > On Mon, Jan 28, 2008 at 08:44:51AM -0500, Pavel Roskin wrote:

Re: eltorito support ..

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 10:29:35AM +0100, Marco Gerards wrote: > >> > >> I prefer both. Not all CDROM drives are ATA drives. > > > > But we are likely to get USB support this summer :-) > > And how about SCSI? SCSI CDROMs ? Mostly dead. Even SCSI in general is diing nowadays. -- Robert Mill

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 06:12:52AM +0100, Tristan Gingold wrote: > > > --- grub2.orig/fs/fat.c 2007-08-02 20:40:36.0 +0200 > > > +++ grub2/fs/fat.c2008-01-28 16:29:57.0 +0100 > > > @@ -568,7 +568,7 @@ grub_fat_find_dir (grub_disk_t disk, str > > > continue; > >

Re: [PATCH] PNG image reader

2008-01-29 Thread Bean
On Jan 29, 2008 5:10 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > > > add two sanity check, one for chuck size, make sure the on disk > > structure is correct, one for raw image, make sure the image won't > > overflown. also adjust a few macro names and the filt

Re: eltorito support ..

2008-01-29 Thread Bean
On Jan 29, 2008 5:19 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Tue, Jan 29, 2008 at 10:11:45AM +0100, Marco Gerards wrote: > > Robert Millan <[EMAIL PROTECTED]> writes: > > > > > On Tue, Jan 29, 2008 at 09:30:16AM +0100, Marco Gerards wrote: > > >> Kalamatee <[EMAIL PROTECTED]> writes: > >

Re: GRUB_MOD_GAP for non-ieee1275 ELF platforms

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 09:38:31AM +0100, Marco Gerards wrote: >> Robert Millan <[EMAIL PROTECTED]> writes: >> >> > On Mon, Jan 28, 2008 at 08:44:51AM -0500, Pavel Roskin wrote: >> >> > What do you suggest? >> >> >> >> I would prefer to have GRUB_MOD_G

CVS (Re: Redefining GRUB_MOD_GAP in init.c)

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 10:21:59AM +0100, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > On Tue, Jan 29, 2008 at 09:36:41AM +0100, Marco Gerards wrote: > >> > > >> > Maybe it's time we move out those generic files under powerpc directory. > >> > I > >> > propose moving th

Re: eltorito support ..

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 10:11:45AM +0100, Marco Gerards wrote: >> Robert Millan <[EMAIL PROTECTED]> writes: >> >> > On Tue, Jan 29, 2008 at 09:30:16AM +0100, Marco Gerards wrote: >> >> Kalamatee <[EMAIL PROTECTED]> writes: >> >> >> >> Hi, >> >> >> >>

Re: eltorito support ..

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 10:11:45AM +0100, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > On Tue, Jan 29, 2008 at 09:30:16AM +0100, Marco Gerards wrote: > >> Kalamatee <[EMAIL PROTECTED]> writes: > >> > >> Hi, > >> > >> > I read in previous mails that eltorito support woul

Re: Redefining GRUB_MOD_GAP in init.c

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 09:36:41AM +0100, Marco Gerards wrote: >> > >> > Maybe it's time we move out those generic files under powerpc directory. I >> > propose moving the following: >> > >> > kern/powerpc/ieee1275/init.c >> > kern/powerpc/ieee1275/cmai

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 06:12:52AM +0100, Tristan Gingold wrote: > > Have you checked if this trick works on other ports? Maybe it'd be a good > > idea > > to merge this first. > > I don't really understand what do you mean by 'works on other ports'. It is > designed to be an optionnal feature

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Jan 29, 2008 4:48 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: >> Bean <[EMAIL PROTECTED]> writes: >> >> > On Jan 28, 2008 5:11 PM, Robert Millan <[EMAIL PROTECTED]> wrote: >> >> On Mon, Jan 28, 2008 at 04:10:42AM +0800, Bean wrote: >> >> > > > > >> >> > > > >

Re: IA64 port

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 06:49:31AM +0100, Tristan Gingold wrote: > -MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix > $(srcdir)/,$(MKFILES)) > +MAINTAINER_CLEANFILES = $(srcdir)/configure $(MKFILES) > > # The default target. > all: all-local > > ### Include an arch-specific Makefile

Re: eltorito support ..

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jan 29, 2008 at 09:30:16AM +0100, Marco Gerards wrote: >> Kalamatee <[EMAIL PROTECTED]> writes: >> >> Hi, >> >> > I read in previous mails that eltorito support would be getting worked on >> > for the summer of code projects, and that it should

Re: [PATCH] PNG image reader

2008-01-29 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > add two sanity check, one for chuck size, make sure the on disk > structure is correct, one for raw image, make sure the image won't > overflown. also adjust a few macro names and the filter handling code. > > * conf/i386-pc.rmk (pkglib_MODULES): Add `png.m

Re: GRUB_MOD_GAP for non-ieee1275 ELF platforms

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:38:31AM +0100, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > On Mon, Jan 28, 2008 at 08:44:51AM -0500, Pavel Roskin wrote: > >> > What do you suggest? > >> > >> I would prefer to have GRUB_MOD_GAP is all headers. Once it's not > >> needed, it c

Re: Redefining GRUB_MOD_GAP in init.c

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:36:41AM +0100, Marco Gerards wrote: > > > > Maybe it's time we move out those generic files under powerpc directory. I > > propose moving the following: > > > > kern/powerpc/ieee1275/init.c > > kern/powerpc/ieee1275/cmain.c > > kern/powerpc/ieee1275/openfw.c > > loader/p

Re: grub-emu screen is black.

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 08:46:32AM +0100, Franklin PIAT wrote: > Hello, > > I'm not sure if you are aware of this behaviour when a grub.cfg is > present : > > When I start grub-emu, only "GNU GRUB version 1.95" is shown. The > menu isn't displayed (I have to press "c" then "esc" twice). > > Ev

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Bean
On Jan 29, 2008 4:48 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > > > On Jan 28, 2008 5:11 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > >> On Mon, Jan 28, 2008 at 04:10:42AM +0800, Bean wrote: > >> > > > > > >> > > > > How FreeBSD-specific is this? Will the s

Re: eltorito support ..

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:30:16AM +0100, Marco Gerards wrote: > Kalamatee <[EMAIL PROTECTED]> writes: > > Hi, > > > I read in previous mails that eltorito support would be getting worked on > > for the summer of code projects, and that it should be getting merged into > > the grub2 codebase at s

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 01:11:57AM -0600, [EMAIL PROTECTED] wrote: > > Now if only I was having more luck when grub2 was loaded from coreboot. > But that's another thread maybe. Could you bring this up? (please change Subject if you do) -- Robert Millan I know my rights; I want my phone call

Re: [PATCH 1/3] Implement grub-mkrescue for PowerMac and CHRP

2008-01-29 Thread Marco Gerards
Pavel Roskin <[EMAIL PROTECTED]> writes: > * DISTLIST: Add util/powerpc/ieee1275/grub-mkrescue.in. > * conf/powerpc-ieee1275.mk: Add grub-mkrescue support. I guess you mean .rmk? Please mention the changes you made. > * conf/powerpc-ieee1275.mk: Regenerate. No need to mention regenerated files

Re: [PATCH] a.out kernel loader

2008-01-29 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Jan 28, 2008 5:11 PM, Robert Millan <[EMAIL PROTECTED]> wrote: >> On Mon, Jan 28, 2008 at 04:10:42AM +0800, Bean wrote: >> > > > > >> > > > > How FreeBSD-specific is this? Will the same module apply to other >> > > > > a.out >> > > > > binaries ? (I ask sin

Re: PCI support

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Mon, Jan 28, 2008 at 07:32:33PM +0100, Marco Gerards wrote: >> > --- qemu-0.9.0+20070816/hw/pc.c~2007-06-06 18:26:13.0 +0200 >> > +++ qemu-0.9.0+20070816/hw/pc.c 2008-01-28 18:25:00.0 +0100 >> > @@ -676,6 +676,8 @@ >> > qe

Re: GRUB_MOD_GAP for non-ieee1275 ELF platforms

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Mon, Jan 28, 2008 at 08:44:51AM -0500, Pavel Roskin wrote: >> > What do you suggest? >> >> I would prefer to have GRUB_MOD_GAP is all headers. Once it's not >> needed, it could be removed across the board. > > Ok, does this seem fine? Am I missing

Re: Redefining GRUB_MOD_GAP in init.c

2008-01-29 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Sun, Jan 27, 2008 at 10:25:32PM -0500, Pavel Roskin wrote: >> Hi Robert, >> >> I'm concerned about your latest commit: >> >> * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Skip >> `GRUB_MOD_GAP' for platforms in which it's

Re: eltorito support ..

2008-01-29 Thread Marco Gerards
Kalamatee <[EMAIL PROTECTED]> writes: Hi, > I read in previous mails that eltorito support would be getting worked on > for the summer of code projects, and that it should be getting merged into > the grub2 codebase at somepoint. > > Im just wondering what is the current situation with this? Is t

Re: PATCH: silently accept empty lines in rescue mode

2008-01-29 Thread Marco Gerards
Tristan Gingold <[EMAIL PROTECTED]> writes: Hi, > extracted from my IA64 patch. > > Tristan. > > 2008-01-28 Tristan Gingold <[EMAIL PROTECTED]> > > * kern/rescue.c: Silently accept empty lines. What did it print? This can be applied. -- Marco