Re: [PATCH] drivemap fixes

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
__ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko diff --git a/ChangeLog b/ChangeLog index cb6fe3f..ff534ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2009-06-0

Re: echo and hello bug

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
g list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] gracefully ignore inability to retrieve C/H/S on LBA disks

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
committed On Sun, May 17, 2009 at 3:34 PM, Vladimir 'phcoder' Serbinenko wrote: > Hello. Here is a workaround for buggy BIOSes not supplying C/H/S geometry > > -- > Regards > Vladimir 'phcoder' Serbinenko > --

Re: multiboot take partial mmap

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jun 5, 2009 at 11:10 AM, Colin Watson wrote: > On Fri, Jun 05, 2009 at 03:24:09AM +0200, Vladimir 'phcoder' Serbinenko wrote: >> On Thu, Jun 4, 2009 at 10:07 PM, Andrey Valyaev wrote: >> > PS: latest svn revision (from 2243) failed with message: >> > &g

Re: [PATCH] hfs+ uuid

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
On Sun, May 3, 2009 at 6:55 PM, Pavel Roskin wrote: > On Sun, 2009-05-03 at 12:42 +0200, Vladimir 'phcoder' Serbinenko wrote: >> This is a patch to support UUIDs on HFS+. MD5 code is copied from >> Michael Gorven's patch which is copied from libgcrypt nearly verbat

Re: [PATCH] hfs+ uuid

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
Attachement forgotten On Mon, Jun 8, 2009 at 10:50 PM, Vladimir 'phcoder' Serbinenko wrote: > On Sun, May 3, 2009 at 6:55 PM, Pavel Roskin wrote: >> On Sun, 2009-05-03 at 12:42 +0200, Vladimir 'phcoder' Serbinenko wrote: >>> This is a patch to support

Re: [PATCH] Link usb controller struct only when initialised

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: echo and hello bug

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
> tried this module list in grub-mkimage on 2282 but it hung! I think you have a problem with you building system. If you want ping me (phcoder) on IRC and I'll compile for you -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel

[PATCH] probe command

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
Following Pavel's suggestion to make uuid command I implemented probe command similar to grub-probe -- Regards Vladimir 'phcoder' Serbinenko diff --git a/ChangeLog b/ChangeLog index 34c5bc1..f22780f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-06-08 Vlad

Re: porting Grub to Xen

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jun 5, 2009 at 9:37 PM, Ferenc Wagner wrote: > "Vladimir 'phcoder' Serbinenko" writes: > >>> Neither have I, but xen-devel says MiniOS is BSD, and should be >>> acceptable for Grub. >> >> If it's under MIT or new BSD license it

Re: [Fwd: [PATCH] Some pxe fixes.]

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
+          return -1; > +        } >       data->packet_number = 0; >       curr_file = file; >     } > @@ -246,8 +252,8 @@ >  } > >  static grub_err_t > -grub_pxefs_label (grub_device_t device __attribute ((unused)), > -  

Re: [PATCH] probe command

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
't have strong preference for one or other option but it can't say "pc" on both hd0 and hd0,1 P.S. could you improve & commit your target libc patch? > > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel ma

Re: [PATCH] Re: grub-install --root-directory=/mnt /dev/sda1 fails

2009-06-09 Thread Vladimir 'phcoder' Serbinenko
, 21:39 +0200 schrieb Felix Zielcke: >> Am Mittwoch, den 06.05.2009, 17:12 +0200 schrieb Vladimir 'phcoder' >> Serbinenko: >> > Don't we already have a function which transforms host directory into >> > grub >> > directory? AFAIR we have. >> &

Re: [PATCH] probe command

2009-06-10 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 9, 2009 at 11:48 PM, Pavel Roskin wrote: > On Tue, 2009-06-09 at 22:55 +0200, Vladimir 'phcoder' Serbinenko wrote: > >> > --target=partmap doesn't work on whole disks. >> It was the intent. I'm norking on nested partitions and consider the >

Re: [PATCH] hfs+ uuid

2009-06-10 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 9, 2009 at 12:01 AM, Pavel Roskin wrote: > On Mon, 2009-06-08 at 22:50 +0200, Vladimir 'phcoder' Serbinenko wrote: > >> Here is the improved patch. I deliberately ignored md5 comments >> because this part will be gone anyway whel Michael Gorven signs his &g

[PATCH] more scripting fixes

2009-06-10 Thread Vladimir 'phcoder' Serbinenko
Hello. I discovered that the lines like echo \"hello\" and echo "a b" weren't parsed correctly. Here is a fix. I have tested it throughly yet -- Regards Vladimir 'phcoder' Serbinenko diff --git a/ChangeLog b/ChangeLog index 3eb4bfd..4b3bf75 100644 --- a/Chan

Re: grub-mkconfig fails on every non i386-pc because of gfxterm/vbe

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
Debian >> specific issue).  Setting defaults in grub-mkconfig should be done very >> carefully, as the numbered scripts treat those defaults as explicit >> requests by the user. > > So you would prefer something like the attached patch? > Though then we'll need to tell p

Re: [PATCH] drivemap fixes

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
Committed On Mon, Jun 8, 2009 at 1:40 PM, Vladimir 'phcoder' Serbinenko wrote: > On Mon, Jun 8, 2009 at 4:10 AM, Pavel Roskin wrote: >>  Also, it would be great >> if you specify, which exactly problems the patch fixes. > You missed that part because it was in the pr

Re: Warning free build achieved for most platforms

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
l@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] savedefault

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
Hello On Mon, Jun 8, 2009 at 9:37 AM, Bean wrote: > On Sun, Jun 7, 2009 at 10:51 PM, Vladimir 'phcoder' > Serbinenko wrote: >> Hello. Welcome back >> >> On Sun, Jun 7, 2009 at 11:35 AM, Bean wrote: >>> Hi, >>> >>> Actually, I'm

Re: [2290] 2009-06-10 Pavel Roskin

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
4.3.2 man page, '-nostdlib' usually requires > '-lgcc'. Try compiling but not linking using -c option. If it works you can commit it since we never do complete linking for target > > -- > Regards, > Christian Franke > > > > ___ >

Re: [2290] 2009-06-10 Pavel Roskin

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
On Thu, Jun 11, 2009 at 9:57 PM, Christian Franke wrote: > Vladimir 'phcoder' Serbinenko wrote: >>> >>> The link test in grub_PROG_TARGET_CC fails due to missing '__main' symbol >>> from libgcc. According to gcc 4.3.2 man page, '-nostdlib

Re: [2290] 2009-06-10 Pavel Roskin

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
On Thu, Jun 11, 2009 at 10:20 PM, Pavel Roskin wrote: > On Thu, 2009-06-11 at 22:05 +0200, Vladimir 'phcoder' Serbinenko wrote: > >> > I would suggest to undo commit 2290 for now. >> I think we should commit Pavel's patch on using same ld everywhere. >

Re: [2290] 2009-06-10 Pavel Roskin

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
On Thu, Jun 11, 2009 at 10:34 PM, Pavel Roskin wrote: > On Thu, 2009-06-11 at 22:27 +0200, Vladimir 'phcoder' Serbinenko wrote: >> 2) rename main to main,start,_start,__start,_main or __main. Just find >> one that works by bruteforce in script > > We can use -Wl,

Re: [PATCH] Faster text rendering by optimizing font glyph lookup

2009-06-11 Thread Vladimir 'phcoder' Serbinenko
#x27;''''''''''''''''''''''''''''''''''''''''' &g

[PATCH] load FreeBSD ELF modules

2009-06-12 Thread Vladimir 'phcoder' Serbinenko
and moved module-specific parts to corresponding functions. I tested it only with 64-bit kernel. It works for 64-bit kernels but doesn't work for 32-bit ones. Dumps show that 32-bit loader uses quite different format. I'll investigate the issue -- Regards Vladimir 'phcoder' S

Re: Require information in Grub-0.97

2009-06-12 Thread Vladimir 'phcoder' Serbinenko
_ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Customizable text menu appearance/themeable text interface

2009-06-12 Thread Vladimir 'phcoder' Serbinenko
ot;, and pressing 'h' > would lead to a more detailed help page. > > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] more scripting fixes

2009-06-12 Thread Vladimir 'phcoder' Serbinenko
On Sat, Jun 13, 2009 at 12:10 AM, Pavel Roskin wrote: > On Wed, 2009-06-10 at 12:52 +0200, Vladimir 'phcoder' Serbinenko wrote: >> +       Fix handling of string like \"hello\" and "a >> +       b" >> + >> +       * script/sh/l

Re: [PATCH] load FreeBSD ELF modules

2009-06-13 Thread Vladimir 'phcoder' Serbinenko
Hello On Fri, Jun 12, 2009 at 8:14 PM, Vladimir 'phcoder' Serbinenko wrote: > Hello. Unlike some other types of modules (mfsroot, splash, ..) > FreeBSD relies on ELF modules being partially parsed by booter. So I > added new function freebsd_module_elf specifically for loadi

[WIP PATCH 1/2] Split framebuffer from vbe

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
that video mode (including framebuffer address) won't change. Does anyone has a better idea? -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

[WIP PATCH 2/2] SDL support

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
video in grub-emu could help Collin with gfxmenu I release this early. @Pavel Roskin: could I perhaps create a personal named branch(es) in your git mirror so that I could expose my works as they progress? -- Regards Vladimir 'phcoder' Serbinenko diff --git a/commands/videotest.c

Re: [PATCH] more scripting fixes

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
On Sat, Jun 13, 2009 at 10:15 PM, Pavel Roskin wrote: > On Sat, 2009-06-13 at 00:34 +0200, Vladimir 'phcoder' Serbinenko wrote: > >> > It looks like \" cancels quoting for the subsequent characters, but it >> > shouldn't. >> Actually the problem

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
t? > > > Thank you in advance. > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko diff --git a/loader/i386/m

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
but together with it came some ugliness. I was working on making clean interfaces in this direction however since it seemed that nobody cared it faded out of my attention > > Thank you in advance. > > On Mon, Jun 15, 2009 at 11:05 PM, Vladimir 'phcoder' > Serbinenko wrote:

Re: [WIP PATCH 2/2] SDL support

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 1:01 AM, Pavel Roskin wrote: > On Mon, 2009-06-15 at 17:21 +0200, Vladimir 'phcoder' Serbinenko wrote: >> Hello here I have a preliminary SDL support. With this WIP patch you >> have to add LD_FLAGS=-lSDL to configure command. Another two probl

Re: [PATCH] more scripting fixes

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
Comitted On Mon, Jun 15, 2009 at 5:22 PM, Vladimir 'phcoder' Serbinenko wrote: > On Sat, Jun 13, 2009 at 10:15 PM, Pavel Roskin wrote: >> On Sat, 2009-06-13 at 00:34 +0200, Vladimir 'phcoder' Serbinenko wrote: >> >>> > It looks like \" c

Re: [PATCH] probe command

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
Comitted On Wed, Jun 10, 2009 at 10:11 AM, Vladimir 'phcoder' Serbinenko wrote: > On Tue, Jun 9, 2009 at 11:48 PM, Pavel Roskin wrote: >> On Tue, 2009-06-09 at 22:55 +0200, Vladimir 'phcoder' Serbinenko wrote: >> >>> > --target=partmap doesn&#x

Re: [PATCH] hfs+ uuid

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
comitted On Fri, Jun 12, 2009 at 3:11 AM, Pavel Roskin wrote: > Quoting Vladimir 'phcoder' Serbinenko : > >>> If the variable name is not specified, I think xnu_uuid should just >>> output the UUID without any explanations.  Explanations belong to the

Re: [PATCH] Remove root drive support

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
B_BOOT_MACHINE_ROOT_DRIVE); >   kernel_sector = (grub_disk_addr_t *) (boot_img >                                     + GRUB_BOOT_MACHINE_KERNEL_SECTOR); >   boot_drive_check = (grub_uint16_t *) (boot_img > @@ -379,7 +378,6 @@ setup (const char *dir, > >   /* FIXME: can this be skipped?  */ >   *boot_drive = 0xFF; > -  *root_drive = 0xFF; > >   *kernel_sector = grub_cpu_to_le64 (embed_region.start); > > @@ -513,7 +511,6 @@ unable_to_embed: > >   /* FIXME: can this be skipped?  */ >   *boot_drive = 0xFF; > -  *root_drive = 0xFF; > >   *install_dos_part = grub_cpu_to_le32 (dos_part); >   *install_bsd_part = grub_cpu_to_le32 (bsd_part); > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Remove root drive support

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
Hello On Tue, Jun 16, 2009 at 2:15 AM, Pavel Roskin wrote: > On Tue, 2009-06-16 at 01:41 +0200, Vladimir 'phcoder' Serbinenko wrote: > > > I successfully tested this patch in qemu with both grub-mkrescue and > > multiboot load grub2-by-grub2. As I see root drive wa

Re: [PATCH 4/18] Simplify sed script and make awk script more robust

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 2:59 AM, Pavel Roskin wrote: > On Sat, 2009-05-30 at 16:44 +0200, Vladimir 'phcoder' Serbinenko wrote: > > sed on apple's platform is more limited here is workaround. awk needs > > a check not to make module depend on itself in some cases &

Re: [PATCH 5/18] Check if cc is from apple toolchain

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 3:20 AM, Pavel Roskin wrote: > On Sat, 2009-05-30 at 16:47 +0200, Vladimir 'phcoder' Serbinenko wrote: > > > +dnl check if our compiler is apple cc > > +dnl because it requires numerous workarounds > > +AC_DEFUN(grub_apple_cc, > >

Re: [PATCH 6/18] define asm constant for absolute memory access

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 3:28 AM, Pavel Roskin wrote: > On Sat, 2009-05-30 at 16:46 +0200, Vladimir 'phcoder' Serbinenko wrote: > > +#ifdef APPLE_CC > > +#define MSG(x) x ## _abs = ABS(x); movw $x ## _abs, %si; call message > > +#else > > #define M

Re: [PATCH 7/18] Don't clobber ebx/rbx in inline assembly when compiling with Apple's CC

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 3:32 AM, Pavel Roskin wrote: > On Sat, 2009-05-30 at 16:49 +0200, Vladimir 'phcoder' Serbinenko wrote: > > +#ifdef APPLE_CC > >__asm__ __volatile__ ("xorl %%eax, %%eax\n\t" > > -"cpuid":::

Re: echo and hello bug

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 4:09 PM, James Jarvis wrote: > Vladimir 'phcoder' Serbinenko wrote: > >> tried this module list in grub-mkimage on 2282 but it hung! >>> >>> >> I think you have a problem with you building system. If you want ping &

Re: A strange occurrence

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
number of the drive > > What it does is write zero's to the MBR of the drive, overwriting any info > there. Then you can run your "grub-install /dev/sdx" to install Grub2 to > your MBR of the booting drive. > > Hopefully helpful, > Pat > > > -- > ---Zenwalk v6.0--Linux 2.6.28--- >Registered Linux User #225206 > "Ever tried Zen computing?" http://www.zenwalk.org > > > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: how to boot Xen Dom0 in Grub2 SVN trunk

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
orted error message (Early fatal > page fault) gone in i386. > Thank you. > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'phcod

Re: Fw: gettext support

2009-06-16 Thread Vladimir 'phcoder' Serbinenko
g. encrypted). Just make grub-install to copy locale files to $prefix or to $prefix/locale and then you don't need a separate variable for locale prefix (just use $prefix or $prefix/locale) > > Thanks, > > PS: any Grub developer living/working in London? > > -- > Carles Pin

Re: Fw: gettext support

2009-06-17 Thread Vladimir 'phcoder' Serbinenko
__ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH] fix building bug with --enable-grub-emu-usb

2009-06-17 Thread Vladimir 'phcoder' Serbinenko
Hello. This is a fix for problem in subject line. I believe this fix to be correct and legitimate but as I don't know ruby well could someone review it? If nobody knows ruby in depth I think we can commit this even without deep review -- Regards Vladimir 'phcoder' Serbinen

[PATCH] enable buildable targets by default

2009-06-17 Thread Vladimir 'phcoder' Serbinenko
dimir 'phcoder' Serbinenko diff --git a/ChangeLog b/ChangeLog index f3e631c..f56a119 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-06-17 Vladimir Serbinenko + + Enable all targets that can be built by default + + * configure.c: enable efiemu runtime, grub-emu, grub-emu-usb, +

Re: echo and hello bug

2009-06-17 Thread Vladimir 'phcoder' Serbinenko
On Wed, Jun 17, 2009 at 5:24 PM, James Jarvis wrote: > Vladimir 'phcoder' Serbinenko wrote: > >> >> >> On Tue, Jun 16, 2009 at 4:09 PM, James Jarvis > james.jar...@ed.ac.uk>> wrote: >> >>Vladimir 'phcoder' Serbinenko wrote: &g

Re: Warning free build achieved, coreboot documentation updated

2009-06-17 Thread Vladimir 'phcoder' Serbinenko
p++; - n = strtol (p, &q, 10); + n = strtol (p, (char **) &q, 10); if (p != q && n != GRUB_LONG_MIN && n != GRUB_LONG_MAX) { dos_part = (int) n - 1; -- Regards Vladimir 'phcoder

Re: Fw: gettext support

2009-06-18 Thread Vladimir 'phcoder' Serbinenko
On Thu, Jun 18, 2009 at 3:38 PM, Robert Millan wrote: > On Wed, Jun 17, 2009 at 09:29:13PM +0100, Carles Pina i Estany wrote: >> >> Hi, >> >> On Jun/17/2009, Vladimir 'phcoder' Serbinenko wrote: >> > Hello >> > >> > >> > &g

Re: porting Grub to Xen

2009-06-18 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 12:20 PM, Ferenc Wagner wrote: > "Vladimir 'phcoder' Serbinenko" writes: > > > On Fri, Jun 5, 2009 at 9:37 PM, Ferenc Wagner wrote: > >> "Vladimir 'phcoder' Serbinenko" writes: > >> > >>>&

Re: [PATCH] Remove root drive support

2009-06-18 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 8:09 PM, Pavel Roskin wrote: > On Tue, 2009-06-16 at 12:30 +0200, Vladimir 'phcoder' Serbinenko wrote: > > > I think we could implement partition addressing by a contained > > filename. > > As long as GRUB can rea

Re: Fw: gettext support

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
ay access your data; but nobody's threatening your freedom: we > still allow you to remove your data and not access it at all." > > > _______ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel &

Re: [PATCH] bless command

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
this "in vivo" >> >> >> >> ___ >> Grub-devel mailing list >> Grub-devel@gnu.org >> http://lists.gnu.org/mailman/listinfo/grub-devel >> >> > > > -- > Cros (pxw) > > > >

[RFC] Memory management

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
ouldn't boot with it yet unless in vm you don't care about -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Fw: gettext support

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
> > _______ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH] fix SigSegV and hang with grub-emu-usb

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
Vladimir 'phcoder' Serbinenko diff --git a/disk/scsi.c b/disk/scsi.c index 046dcb8..312d58a 100644 --- a/disk/scsi.c +++ b/disk/scsi.c @@ -246,8 +246,9 @@ grub_scsi_open (const char *name, grub_disk_t disk) for (p = grub_scsi_dev_list; p; p = p->next) { - if (! p->

Re: [PATCH] fix SigSegV and hang with grub-emu-usb

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jun 19, 2009 at 5:20 PM, Pavel Roskin wrote: > On Fri, 2009-06-19 at 16:58 +0200, Vladimir 'phcoder' Serbinenko wrote: > > Hello when testing grub-emu with USB support I stumbled across several > problems > > 1) compile time warning of undefined grub_usb_

Re: [PATCH] fix building bug with --enable-grub-emu-usb

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jun 19, 2009 at 5:46 PM, Pavel Roskin wrote: > On Wed, 2009-06-17 at 15:27 +0200, Vladimir 'phcoder' Serbinenko wrote: > > Hello. This is a fix for problem in subject line. I believe this fix > > to be correct and legitimate but as I don't know ruby well c

Re: [PATCH] bless command

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jun 19, 2009 at 6:15 PM, Pavel Roskin wrote: > On Fri, 2009-06-19 at 13:53 +0200, Vladimir 'phcoder' Serbinenko wrote: > > > Attached to this e-mail and on my personal git repository in branch > > bless the rediff. I was thinking of adding ppc mac support b

Re: Proposal for GNU indent compatibility

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
oes it mean that it's acceptable to submit code that GNU indent > failed to format nicely. > > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/lis

Re: Fw: gettext support

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
On Thu, Jun 18, 2009 at 11:07 PM, Carles Pina i Estany wrote: > > Hi, > > On Jun/18/2009, Vladimir 'phcoder' Serbinenko wrote: > > > If you want I'll add compilation po to mo to build system. > > this would be very nice and speed up the process :-) >

Re: [PATCH] fix SigSegV and hang with grub-emu-usb

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
dif > > file: include/grub/disk.h > > I would check why it was needed. > It seems it's unnecessary. I removed them and it didn't generate any warnings. Now I followed your recommendation and they build system with my previous fixes picked it right > > -- > Regards, >

Re: [PATCH] fix SigSegV and hang with grub-emu-usb

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
ailing list >> Grub-devel@gnu.org >> http://lists.gnu.org/mailman/listinfo/grub-devel >> > > > > -- > Regards > Vladimir 'phcoder' Serbinenko > > Personal git repository: http://repo.or.cz/w/grub2/phcoder.git > -- Regards Vladimir 'phcoder' S

Re: [PATCH] fix SigSegV and hang with grub-emu-usb

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jun 19, 2009 at 11:47 PM, Pavel Roskin wrote: > On Fri, 2009-06-19 at 20:44 +0200, Vladimir 'phcoder' Serbinenko wrote: > > > I see the standard is grub_error(). Let's do it for SCSI as > > well. > > > > I don't understan

Re: Fw: gettext support

2009-06-19 Thread Vladimir 'phcoder' Serbinenko
On Sat, Jun 20, 2009 at 1:13 AM, Carles Pina i Estany wrote: > > Hi, > > On Jun/19/2009, Vladimir 'phcoder' Serbinenko wrote: > > On Thu, Jun 18, 2009 at 11:07 PM, Carles Pina i Estany >wrote: > > > > > > > > Hi, > > > > > &

Re: [PATCH] fix building bug with --enable-grub-emu-usb

2009-06-21 Thread Vladimir 'phcoder' Serbinenko
___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] load FreeBSD ELF modules

2009-06-21 Thread Vladimir 'phcoder' Serbinenko
Committed On Sat, Jun 13, 2009 at 12:23 PM, Vladimir 'phcoder' Serbinenko < phco...@gmail.com> wrote: > Hello > > On Fri, Jun 12, 2009 at 8:14 PM, Vladimir 'phcoder' > Serbinenko wrote: > > Hello. Unlike some other types of modules (mfsroot, splash,

Re: [PATCH] i386-qemu port

2009-06-21 Thread Vladimir &#x27;phcoder' Serbinenko
emove your data and not access it at all." > > > _______ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Fw: gettext support

2009-06-21 Thread Vladimir &#x27;phcoder' Serbinenko
; > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Fw: gettext support

2009-06-21 Thread Vladimir &#x27;phcoder' Serbinenko
__ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: does module area require alignment? (Re: [PATCH] i386-qemu port)

2009-06-22 Thread Vladimir &#x27;phcoder' Serbinenko
images with the 0x4000 > gap don't boot and the images with the gap sized 0x8000 and 0xc000 boot > regardless of the array. Stupid question but have you ensured/checked that this array isn't optimized out? > > > That's PowerMac G3 "Blue and White". > > -

Re: [PATCH] Support splitting SOURCE in multiple rmk files

2009-06-24 Thread Vladimir &#x27;phcoder' Serbinenko
> > Grub-devel mailing list > > Grub-devel@gnu.org > > http://lists.gnu.org/mailman/listinfo/grub-devel > > > > > > -- > Bean > > > _______ > Grub-devel mailing list > Gr

Re: [RFC] New menu design based on MVC

2009-06-25 Thread Vladimir &#x27;phcoder' Serbinenko
ormly at a higher level. > > In fact, I am nearly ready to commit my graphical menu changes. I was > hoping > to track down an apparent memory leak that shows up when switching themes > many > times in a row, but I don't have to let that prevent me from committing the > current

Re: [PATCH] File access library for lua

2009-06-25 Thread Vladimir &#x27;phcoder' Serbinenko
es, that's a bug in the root command. Can't root command be ditched altogether? It sounds like completely redundant to me and just taking precious kernel space > > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mai

Re: Problem with gnu-setup

2009-06-27 Thread Vladimir &#x27;phcoder' Serbinenko
re file is open in read mode so no datas can be written. > > I hope that this can help you. > > Yves Blusseau > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel >

Re: Anyone willing to sponsor an ARC case for grub2?

2009-06-29 Thread Vladimir &#x27;phcoder' Serbinenko
>>> 2) The one thing from the prior thread which stood out was the need for >>> netboot support.  Maybe Vladimir (phcoder) can comment on how far along this >>> is in GRUB2 >> >> If it isn't a complete replacement for what is in GRUB1 then switching to

Re: [PATCH] export -boot parameter as qemu_boot{0,1,2}

2009-06-29 Thread Vladimir &#x27;phcoder' Serbinenko
access your data; but nobody's threatening your freedom: we >  still allow you to remove your data and not access it at all." > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-d

Re: Mac OSX Ports

2009-06-30 Thread Vladimir &#x27;phcoder' Serbinenko
copyright-significant we'll need a copyright assignment from you. You can also contact me through jabber (this email as id) or IRC (at freenode.net#grub) if you want a small summary of what needs to be done. > Thanks in advance, > Yves Blusseau > > __

Re: Anyone willing to sponsor an ARC case for grub2?

2009-06-30 Thread Vladimir &#x27;phcoder' Serbinenko
r to x86-pc, hardware initialisation not difficult and we have documantation on it grub2 can be made into firmware. As example you can look at Robert Milan's i386-qemu port. We also started a yeelong port which in perspective will be a firmware port. But I suppose this would be a completely different ARC case -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Patch for make install

2009-07-01 Thread Vladimir &#x27;phcoder' Serbinenko
ent and will test this patch and whole grub for regressions today > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Personal git reposi

Re: where is grub2 roadmap?

2009-07-02 Thread Vladimir &#x27;phcoder' Serbinenko
ng the wiki up-to-date.  But you'll get the > idea. > > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vl

Re: Some ideas about new features of grub

2009-07-02 Thread Vladimir &#x27;phcoder' Serbinenko
rietary OSes > I'd rather see an effort to support CD-ROM and other ATAPI devices > without disrupting BIOS access to the hard drives and floppies. You can't have 2 disk drivers operation on same device without taking some risk. I would prefer ehci driver and floppy driver if someon

Absence notice

2009-07-02 Thread Vladimir &#x27;phcoder' Serbinenko
nk you very much for being so active and pushing project forward.Keep up with the good work -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git ___ Grub-devel mailing list Grub-devel@gnu.or

Who comes to RMLL (was Re: Absence notice)

2009-07-02 Thread Vladimir &#x27;phcoder' Serbinenko
Does anyone else from this list comes to RMLL? On Thu, Jul 2, 2009 at 11:02 PM, Vladimir 'phcoder' Serbinenko wrote: > Hello. Tomorrow I go on my travel to France (RMLL) and won't be active > till 14 July. I'll stay in contact but will not be able to review > pa

Re: Some ideas about new features of grub

2009-07-02 Thread Vladimir &#x27;phcoder' Serbinenko
t;> >  We also >> > need AHCI support. >> > >> Isn't it already the case? > > I don't see it. > I guess you need to test it with ata.mod - perhaps it works > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mailing list > Grub-d

Re: [PATCH] add a snapshot version string to GRUB title

2009-07-02 Thread Vladimir &#x27;phcoder' Serbinenko
ease candidates if > we are not comfortable about releasing 1.97 right now. 1.97 is a pre-release anyway. The release would be 2.00 > > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mailing list > Grub-devel@gnu.

Re: Absence notice

2009-07-02 Thread Vladimir &#x27;phcoder' Serbinenko
On Fri, Jul 3, 2009 at 12:08 AM, Pavel Roskin wrote: > On Thu, 2009-07-02 at 23:02 +0200, Vladimir 'phcoder' Serbinenko wrote: >> Hello. Tomorrow I go on my travel to France (RMLL) and won't be active >> till 14 July. > > Bon voyage! :-) Thanks > >>

Re: Absence notice

2009-07-03 Thread Vladimir &#x27;phcoder' Serbinenko
On Fri, Jul 3, 2009 at 7:22 PM, Pavel Roskin wrote: > On Fri, 2009-07-03 at 01:29 +0200, Vladimir 'phcoder' Serbinenko wrote: > >> > It doesn't apply in loader/i386/pc/chainloader.c at all. >> Ok, I'll rediff. > > Take your time. > > Actu

Re: [RFC] New object format for grub2

2009-07-08 Thread Vladimir &#x27;phcoder' Serbinenko
writing GRUB on a > ROM. > > I'm not exactly enthusiastic about another major change when we need > stabilization, but the maintenance argument really doesn't apply here. > > -- > Regards, > Pavel Roskin > > > _____

Re: boot.img Fix

2009-07-08 Thread Vladimir &#x27;phcoder' Serbinenko
ink we should > need either one hole or another.  That would allow us to have two > versions of boot.img, one for FAT bootsector and another for MBR. > >> -notification_string: .asciz "GRUB " > > It's better not to mix formatting and essential changes.  Besid

Re: Grub & accessibility

2009-07-13 Thread Vladimir &#x27;phcoder' Serbinenko
On Sun, Jul 12, 2009 at 4:51 PM, Pavel Roskin wrote: > Quoting Samuel Thibault : > >> (sorry phcoder for the duplication) >> >> Robert Millan, le Fri 10 Jul 2009 19:22:48 +0200, a écrit : >>> >>> We've made some exceptions, but in general, we'd

Re: Grub change direcional KEYS F9

2009-07-14 Thread Vladimir &#x27;phcoder' Serbinenko
push F9 and execute Title Teste > > What I do this? > > Thanks > > Regards > > Gilberto > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'phcoder' Serbin

Re: [PATCH] Support graphics output protocol in EFI

2009-07-14 Thread Vladimir &#x27;phcoder' Serbinenko
ch from this branch tomorrow unless I'll still be too tired for it. > > -- > Bean > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir &#x

Re: Grub change direcional KEYS F9

2009-07-14 Thread Vladimir &#x27;phcoder' Serbinenko
On Tue, Jul 14, 2009 at 8:14 PM, Gilberto Fenix wrote: > ok. So How I can make this in grub2? > AFAIK it's not implemented yet but it is a useful feature especially for accessibility. Patches are welcome > 2009/7/14 Vladimir 'phcoder' Serbinenko >> >> On Tu

<    5   6   7   8   9   10   11   12   13   14   >