Re: Using GRUB2 with CoreBoot (formerly known as LinuxBIOS) 2/4: Keyboard controller

2008-01-19 Thread Robert Millan
On Wed, Jan 16, 2008 at 05:21:00PM +0100, Robert Millan wrote: > On Wed, Jan 16, 2008 at 02:46:41PM +0100, Robert Millan wrote: > > > > See attached patch. > > > > I don't like the way I had to hook initialisation in console.c, but solving > > this properly would require some redesign (converting

Re: help with powerpc asm (moving grub_ieee1275_entry_fn initialization to crt0.S)

2008-01-19 Thread Robert Millan
On Thu, Jan 17, 2008 at 03:08:24PM -0500, Pavel Roskin wrote: > On Thu, 2008-01-17 at 20:11 +0100, Robert Millan wrote: > > > > Please feel free to integrate the PowerPC part of my patch into your > > > patch, as it indeed needs to be committed at once. > > > > Ok. I'm attaching the complete pat

How to return control to GRUB

2008-01-19 Thread Fabian Greffrath
Dear GRUB developers, I take care of the Debian package 'grub-invaders'. This is a multiboot compliant kernel-game that resembles Space Invaders, but I guess you knew that already. One thing that annoys me about the game is, that you cannot return to the GRUB menu. The only chance to leave the ga

UFS (FFS) support seems broken in grub2

2008-01-19 Thread jakllsch
Hi, The UFS (or FFS as it's known to NetBSD) support in grub2 does not seem to work for me. I've tried multiple configurations of partitioning (MBR, MBR & BSD disklabel, and even no partitioning), the best I get is "Unknown filesystem". This happens with either [UF]FSv[12]. Judging by some print

Re: UFS (FFS) support seems broken in grub2

2008-01-19 Thread walt
[EMAIL PROTECTED] wrote: Hi, The UFS (or FFS as it's known to NetBSD) support in grub2 does not seem to work for me. There was an interesting but strangely incomplete discussion of UFS back in April 2007. Hitoshi Ozeki posted the attached patch, which lets me list UFS filesystems but not read

Re: [PATCH] improve grub_mm_init_region() debug message

2008-01-19 Thread Robert Millan
On Tue, Jan 15, 2008 at 07:00:55PM +0100, Robert Millan wrote: > On Tue, Jan 15, 2008 at 12:42:39PM -0500, Pavel Roskin wrote: > > > > On Tue, 2008-01-15 at 18:17 +0100, Robert Millan wrote: > > > - grub_dprintf ("mem", "Using memory for heap: addr=%p, size=%u\n", > > > addr, (unsigned int) size)

Re: [PATCH] improve grub_mm_init_region() debug message

2008-01-19 Thread Pavel Roskin
On Sat, 2008-01-19 at 22:50 +0100, Robert Millan wrote: > On Tue, Jan 15, 2008 at 07:00:55PM +0100, Robert Millan wrote: > > On Tue, Jan 15, 2008 at 12:42:39PM -0500, Pavel Roskin wrote: > > > > > > On Tue, 2008-01-15 at 18:17 +0100, Robert Millan wrote: > > > > - grub_dprintf ("mem", "Using memo