Re: [PATCH] romfs support for Grub2

2008-08-17 Thread Marco Gerards
"y.volta" <[EMAIL PROTECTED]> writes: > thanks bean, for your suggestion. I'm not famliar with GNU coding, so, would > you please show me some links to learn? especially the indent style. > and, this patch is just a work-able one, so, i'd like to improve it. > > for the legancy romfs patch, you c

Re: [PATCH] romfs support for Grub2

2008-08-17 Thread y.volta
Thanks all. Let me check the coding style. ;-) y.volta ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] romfs support for Grub2

2008-08-17 Thread Felix Zielcke
Hello, Am Sonntag, den 17.08.2008, 21:17 +0800 schrieb y.volta: > thanks bean, for your suggestion. I'm not famliar with GNU coding, so, would > you please show me some links to learn? especially the indent style. I'm not Bean but I can tell you what I was told as I started to constribute to GRU

Re: [PATCH] romfs support for Grub2

2008-08-17 Thread Bean
On Sun, Aug 17, 2008 at 9:17 PM, y.volta <[EMAIL PROTECTED]> wrote: > > thanks bean, for your suggestion. I'm not famliar with GNU coding, so, would > you please show me some links to learn? especially the indent style. > and, this patch is just a work-able one, so, i'd like to improve it. > > for

Re: [PATCH] romfs support for Grub2

2008-08-17 Thread y.volta
thanks bean, for your suggestion. I'm not famliar with GNU coding, so, would you please show me some links to learn? especially the indent style. and, this patch is just a work-able one, so, i'd like to improve it. for the legancy romfs patch, you can get it from savannah: http://savannah.gnu.or

Re: [PATCH] romfs support for Grub2

2008-08-17 Thread Vesa Jääskeläinen
Bean wrote: > On Sun, Aug 17, 2008 at 10:43 AM, y.volta <[EMAIL PROTECTED]> wrote: >> btw, i think the grub_dprintf should output to non-display device, this will >> make debuging more easier and comfort . i think the low-cost device is a >> com-port. for, now time virtual machine software has th

Re: [PATCH] romfs support for Grub2

2008-08-16 Thread Bean
Hi, On Sun, Aug 17, 2008 at 10:43 AM, y.volta <[EMAIL PROTECTED]> wrote: > Hi, > >I made a small patch for grub2 using a romfs file ( zip compressing > support ). there are 3 files added: > > -/commands/i386/pc/romfst.c command to mount > a romfs image file.

[PATCH] romfs support for Grub2

2008-08-16 Thread y.volta
Hi, I made a small patch for grub2 using a romfs file ( zip compressing support ). there are 3 files added: -/commands/i386/pc/romfst.c command to mount a romfs image file. -/fs/i386/pc/romfs.c fs and disk lay