Re: [Bulk] FIXME: These should be dynamically obtained from a terminal.

2005-07-03 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vincent Pelletier wrote: > In the attached patch, *cough* *cough* Vincent Pelletier -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCyFXJFEQoKRQyjtURAjFRAKCyEeBiF6HDVeeFajmy8oGfVWIrvQCfUiCG hX6z+XtVX9llG10YKEi6t7A= =tmOI -

FIXME: These should be dynamically obtained from a terminal.

2005-07-03 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to fix that thing. I'm only working on the i386 part, because I have no ppc. Here is how I plan to do it (almost done, but I have some questions) : - -add an asm function to get the current vga mode without changing it (or maybe a global v

[PATCH] Small unicode problem fix in normal/menu.c

2005-07-03 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is an alignment problem when menu is drawn with Unicode chars in titles : there aren't enough spaces written on the right to make the hilight fill horizontaly the menu. 2005-07-03 Vincent Pelletier <[EMAIL PROTECTED]> * normal/menu.c

Re: auto-loading of commands

2005-07-03 Thread Yoshinori K. Okuji
On Tuesday 15 March 2005 04:13, Yoshinori K. Okuji wrote: > Anyway, I will implement a simple one first. If it looks too slow, we can > improve it later. I'm sorry that it took so long, but I have implemented the auto-loading of filesystem modules. Now GRUB 2 creates a file named fs.lst at compil

Re: [PATCH] Tiny command line fix

2005-07-03 Thread Yoshinori K. Okuji
On Sunday 03 July 2005 11:39, Vincent Pelletier wrote: > 2005-07-03 Vincent Pelletier <[EMAIL PROTECTED]> > > * normal/comandline.c > (grub_cmdline_get): Don't fallback on ctrl-d when backspace is > pressed at beginning of line. commandline.c? Hmm, you seem not to use the Change

[PATCH] Tiny command line fix

2005-07-03 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here is a patch that fixes "backspace" ('\b') acting as "delete" (ctrl-d) when at beginning of line. 2005-07-03 Vincent Pelletier <[EMAIL PROTECTED]> * normal/comandline.c (grub_cmdline_get): Don't fallback on ctrl-d when backspace is

Re: Boot from SCSI, chainload to IDE?

2005-07-03 Thread Jago Pearce
Yes. I can't understand why but when I do that it just stops there, displaying the boot options with no error messages On 7/3/05, Vincent Pelletier <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jago Pearce wrote: > > Therefore the next drive MBR should be (hd1,0

Re: [Bulk] Boot from SCSI, chainload to IDE?

2005-07-03 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jago Pearce wrote: > Therefore the next drive MBR should be (hd1,0) but that does work if I > chainload to that. The next whole drive (containing the MBR) should be (hd1). (hd1,0) is the first partition on it. Vincent Pelletier -BEGIN PGP SIGNATU