Re: Fwd: Problems with linux and framebuffer

2009-10-26 Thread Ciprian Dorin, Craciun
On Mon, Oct 26, 2009 at 11:40 PM, Felix Zielcke wrote: > Am Montag, den 26.10.2009, 23:32 +0200 schrieb Ciprian Dorin, Craciun: >> I've tried initially to send this email to the mailing list >> without beeing subscribed. Now I've subscribed and send the email >> again. >> >>     Ciprian. >> >>    

Re: Fwd: Problems with linux and framebuffer

2009-10-26 Thread Felix Zielcke
Am Montag, den 26.10.2009, 23:32 +0200 schrieb Ciprian Dorin, Craciun: > I've tried initially to send this email to the mailing list > without beeing subscribed. Now I've subscribed and send the email > again. > > Ciprian. > > P.S.: Is there any mailing list for Grub users? > There is h

Fwd: Problems with linux and framebuffer

2009-10-26 Thread Ciprian Dorin, Craciun
I've tried initially to send this email to the mailing list without beeing subscribed. Now I've subscribed and send the email again. Ciprian. P.S.: Is there any mailing list for Grub users? -- Forwarded message -- From: Ciprian Dorin, Craciun Date: Mon, Oct 26, 2009

Re: powerpc/sparc problems

2009-10-26 Thread rubisher
that's just a tips and not what we want to do? (afaik my reading told of max size of about 24Mb for /boot/grub fs, so it wouldn't be able to contains a lot of kernel) Thanks in advance for additional feedback, J. PS: those latest test was made with latest debian pkg src of grub2_1.97+experimental.20091026-1.dsc without optimization (-O0) ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub as coreboot payload

2009-10-26 Thread Robert Millan
On Mon, Oct 26, 2009 at 09:20:53PM +0100, Andreas B. Mundt wrote: > Hi, > > first, congratulations to the 1.97-release! > > I vainly tried to run the latest grub2 (Revision: 2663) as payload to > coreboot (Revision: 4852) Is that coreboot v2 or v3? > following the wikipage: > http://gr

grub as coreboot payload

2009-10-26 Thread Andreas B. Mundt
Hi, first, congratulations to the 1.97-release! I vainly tried to run the latest grub2 (Revision: 2663) as payload to coreboot (Revision: 4852) following the wikipage: http://grub.enbug.org/CoreBoot Is this page still up to date and does anybody use grub2 as payload successfully? How

Re: [GITGRUB] New menu interface (implementation)

2009-10-26 Thread Bean
Hi, Update: Support transparent icon. Support command history for term widget, up/down move through history, ctrl-p/ctrl-n move to previous output lines. you can use history property to set the number of history lines: term { history = 10 } If history is not set, default value of 20 is used,

[PATCH] turn grub-emu into a port

2009-10-26 Thread Robert Millan
This turns grub-emu into a port in order to make it easier to port GRUB to new CPUs. A porter can then do the CPU port without having to worry about firmware and/or hardware drivers initially. Patch attached. Branch is available in bzr+ssh://bzr.savannah.gnu.org/grub/people/robertmh/grub-emu/

[PATCH] Add -nostdinc to TARGET_CFLAGS

2009-10-26 Thread Robert Millan
It should be pretty obvious that we don't want to use system headers when building target, but we've been for so long without this flag that I want to make sure. Does anyone see a problem with it? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and h

Re: Binary packages for experimental branch

2009-10-26 Thread Felix Zielcke
Am Montag, den 26.10.2009, 10:24 +0100 schrieb Robert Millan: > Binary packages for experimental branch are now available in > Debian experimental: > > http://packages.debian.org/experimental/grub-pc > > They will be regularly resynced (it's semi-automatic). Note that these aren't > official b

Re: [PATCH,HURD] Fix GNU/Hurd menu entry generation

2009-10-26 Thread Samuel Thibault
Robert Millan, le Mon 26 Oct 2009 13:36:13 +0100, a écrit : > On Mon, Oct 26, 2009 at 03:01:16AM +0100, Samuel Thibault wrote: > > > Did you observe wrong entry generation in grub-mkconfig? > > > > I didn't try that part of my patch as there are other things that > > prevent grub2 from working fro

Re: [PATCH,HURD] Fix GNU/Hurd menu entry generation

2009-10-26 Thread Robert Millan
On Mon, Oct 26, 2009 at 03:01:16AM +0100, Samuel Thibault wrote: > > Did you observe wrong entry generation in grub-mkconfig? > > I didn't try that part of my patch as there are other things that > prevent grub2 from working from inside GNU/Hurd itself. Which are these? It's unfortunate that nob

Binary packages for experimental branch

2009-10-26 Thread Robert Millan
Binary packages for experimental branch are now available in Debian experimental: http://packages.debian.org/experimental/grub-pc They will be regularly resynced (it's semi-automatic). Note that these aren't official builds of GNU GRUB (as they include some grub-extras components and a few mi