Re: [GITGRUB] New menu interface (implementation)

2009-10-21 Thread Bean
On Thu, Oct 22, 2009 at 4:47 AM, Michal Suchanek wrote: > 2009/10/21 Bean : >> On Wed, Oct 21, 2009 at 3:20 AM, Michal Suchanek wrote: >>> 2009/10/18 Bean : Hi, Update: Add mapkey section. For example: mapkey {  f5 = ctrl-x } >>> >>> Does this also gen

Re: [GITGRUB] New menu interface (implementation)

2009-10-21 Thread Bean
On Thu, Oct 22, 2009 at 4:55 AM, Michal Suchanek wrote: > 2009/10/21 Bean : >> On Wed, Oct 21, 2009 at 3:31 AM, Michal Suchanek wrote: >>> 2009/10/20 Bean : Hi, Update: Add dialog support, it allows you to write a template and call it with different parameters, for e

using GRUB with FreeBSD gmirror

2009-10-21 Thread Brian R. Jones
I'm trying to get GRUB1.97~beta4 working with FreeBSD 8.0 RC1 amd64 and gmirror, but I'm not sure the correct way to to a kernel module. I'm guessing something like: freebsd_module=/boot/kernel/geom_mirror.ko type=??? or freebsd_module_elf=/boot/kernel/geom_mirror.ko I'll probably have trie

Re: [PATCH] auto-generate libgcc.h

2009-10-21 Thread Vladimir 'phcoder' Serbinenko
rubisher wrote: > Vladimir 'phcoder' Serbinenko wrote: >> Robert Millan wrote: >>> This should be a much cleaner option than maintaining libgcc.h by >>> hand. Only >>> tested on sparc, but it should also cast out the build problems on >>> powerpc. >>> >>> >> 1) Doesn't work in cross-compiler en

Re: [GITGRUB] New menu interface (implementation)

2009-10-21 Thread Michal Suchanek
2009/10/21 Bean : > On Wed, Oct 21, 2009 at 3:31 AM, Michal Suchanek wrote: >> 2009/10/20 Bean : >>> Hi, >>> >>> Update: >>> >>> Add dialog support, it allows you to write a template and call it with >>> different parameters, for example: >>> >>> dialog_edit { >>> ápanel { >>> á áparameters = "tex

Re: [GITGRUB] New menu interface (implementation)

2009-10-21 Thread Michal Suchanek
2009/10/21 Bean : > On Wed, Oct 21, 2009 at 3:20 AM, Michal Suchanek wrote: >> 2009/10/18 Bean : >>> Hi, >>> >>> Update: >>> >>> Add mapkey section. For example: >>> >>> mapkey { >>>  f5 = ctrl-x >>> } >> >> Does this also generate a mapkey text which you can dump into a text >> box so that people

Re: powerpc/sparc problems

2009-10-21 Thread Bean
On Thu, Oct 22, 2009 at 12:03 AM, rubisher wrote: > Bean wrote: >> >> On Mon, Oct 12, 2009 at 4:55 PM, Felix Zielcke wrote: >>> >>> David are you still there? >>> And also anyone who has access to a powerpc machine (and experience)? >>> >>> In Debian we the problem that the `__ashldi3' and `__bsw

[PATCH,HURD] Fix GNU/Hurd boot

2009-10-21 Thread Samuel Thibault
Hello, The patch compensates the behavior change in the module command: it repeats the module name since GNU Mach expects it in the command line. Samuel Index: docs/grub.cfg === --- docs/grub.cfg (révision 2643) +++ docs/grub.

Re: powerpc/sparc problems

2009-10-21 Thread rubisher
Bean wrote: On Mon, Oct 12, 2009 at 4:55 PM, Felix Zielcke wrote: David are you still there? And also anyone who has access to a powerpc machine (and experience)? In Debian we the problem that the `__ashldi3' and `__bswapsi2' symbols can't be found in the grub-ieee1275 build on powerpc and als

Re: powerpc/sparc problems

2009-10-21 Thread rubisher
Hello Vladimir, Vladimir 'phcoder' Serbinenko wrote: rubisher wrote: Felix Zielcke wrote: Am Montag, den 12.10.2009, 10:55 +0200 schrieb Felix Zielcke: And also anyone who has access to a powerpc machine (and experience)? Oh and I forgot to mention, that the powerpc version doestn't even bu

Re: [PATCH] auto-generate libgcc.h

2009-10-21 Thread rubisher
Vladimir 'phcoder' Serbinenko wrote: Robert Millan wrote: This should be a much cleaner option than maintaining libgcc.h by hand. Only tested on sparc, but it should also cast out the build problems on powerpc. 1) Doesn't work in cross-compiler environment. You confused CC and TARGET_CC