Re: [PATCH] Support Apple partition map with sector size different from 512 bytes.

2009-07-29 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jul 28, 2009 at 11:10 PM, Vladimir 'phcoder' Serbinenko wrote: > On Tue, Jul 28, 2009 at 8:16 PM, Robert Millan wrote: >> On Tue, Jul 28, 2009 at 12:40:32PM +0200, Vladimir 'phcoder' Serbinenko >> wrote: >>> --- a/partmap/apple.c >>&g

Re: Patch to compile boot.img properly on OSX

2009-07-30 Thread Vladimir 'phcoder' Serbinenko
S spilled into > the build system.  This will need to be cleaned up as well. > > -- > Regards, > Pavel Roskin > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.

[BUGFIX] Incorrect count of argument with rescue parser

2009-07-30 Thread Vladimir 'phcoder' Serbinenko
This patch fixes the parsing of two strings like following ones: "echo 1 " was parsed into "echo", "1", "" "echo $root" was parsed into "echo" (variable just disappeared) -- Regards Vladimir 'phcoder' Serbinenko Perso

Re: [BUGFIX] Incorrect count of argument with rescue parser

2009-07-31 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jul 31, 2009 at 6:17 AM, Pavel Roskin wrote: > On Fri, 2009-07-31 at 00:46 +0200, Vladimir 'phcoder' Serbinenko wrote: >> This patch fixes the parsing of two strings like following ones: >> "echo 1 " was parsed into "echo", "1", &

Re: [PATCH] nested partitions

2009-07-31 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jul 31, 2009 at 9:58 AM, Marco Gerards wrote: > "Vladimir 'phcoder' Serbinenko" writes: > >> Rediff >> >> On Thu, Jun 11, 2009 at 5:51 PM, Vladimir 'phcoder' >> Serbinenko wrote: >>> Hello. Here is a first version

Re: Grub-devel Digest, Vol 65, Issue 108

2009-07-31 Thread Vladimir 'phcoder' Serbinenko
y GRUB two is in version one dot ninety seven not version two dot ... ? > Because 2.0 is our first goal and now we're at (2.0 - 0.035) > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub

Re: grub-probe, but in reverse?

2009-07-31 Thread Vladimir 'phcoder' Serbinenko
t; Asking for an input like "/dev/sda1" isn't a big change. Bug choice list is of course better > -- > Colin Watson                                       [cjwat...@ubuntu.com] > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://

[PATCH] Fix hexdump not to duplicate code with kern/partition.c

2009-07-31 Thread Vladimir 'phcoder' Serbinenko
Splitted from nested partition patch -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/ChangeLog b/ChangeLog index e553828..e987af6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-08 Vladimir

Re: [PATCH] nested partitions

2009-07-31 Thread Vladimir 'phcoder' Serbinenko
On Fri, Jul 31, 2009 at 9:48 PM, Vladimir 'phcoder' Serbinenko wrote: >>> What makes this experimental and dangerous?  Can you send in a patch >>> that isn't? >> Only that I touch core size > *core functionality >> and when I submitted it, it was onl

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-07-31 Thread Vladimir 'phcoder' Serbinenko
ve 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 _

[RFC] Don't pass filename in multiboot command line

2009-08-01 Thread Vladimir 'phcoder' Serbinenko
as first argument of multiboot/module command line E.g. multiboot /RPOOL/opensolaris/@/platform/i86pc/kernel /platform/i86pc/kernel -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/ChangeLog b/ChangeLog index e553828..429bb7

Re: [PATCH] fix usability problem in FreeBSD loader

2009-08-01 Thread Vladimir 'phcoder' Serbinenko
decide when (and >  how) you may 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

Re: [RFC] Don't pass filename in multiboot command line

2009-08-01 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: Fwd: [PATCH 1/2] Framebuffer split

2009-08-01 Thread Vladimir 'phcoder' Serbinenko
a belongs to us. We will decide when (and >  how) you may 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-

Re: [RFC] Don't pass filename in multiboot command line

2009-08-01 Thread Vladimir 'phcoder' Serbinenko
On Sat, Aug 1, 2009 at 5:05 PM, Robert Millan wrote: > On Sat, Aug 01, 2009 at 04:37:40PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> > I agree with this.  But please wait a few days to give everyone a chance >> > to read it. >> > >> > Regardin

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-01 Thread Vladimir 'phcoder' Serbinenko
iver) ? > > Thanks > > Michal > > > ___ > 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

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-01 Thread Vladimir 'phcoder' Serbinenko
On Sat, Aug 1, 2009 at 5:10 PM, Vladimir 'phcoder' Serbinenko wrote: > Ok, I will try to split while keeping patch functional. Done >> -- >> Robert Millan >> >>  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and >>  how) yo

[PATCH] multiboot on EFI

2009-08-02 Thread Vladimir 'phcoder' Serbinenko
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/ChangeLog b/ChangeLog index d7f219b..95ca160 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2009-08-02 Vladimir Serbinenko + + Multiboot support o

Re: [RFC] Don't pass filename in multiboot command line

2009-08-02 Thread Vladimir 'phcoder' Serbinenko
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: Fwd: [PATCH 1/2] Framebuffer split

2009-08-02 Thread Vladimir 'phcoder' Serbinenko
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: [PATCH] nested partitions

2009-08-02 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] nested partitions

2009-08-02 Thread Vladimir 'phcoder' Serbinenko
On Mon, Aug 3, 2009 at 12:17 AM, Robert Millan wrote: > On Fri, Jul 31, 2009 at 09:48:21PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> >> The proble it doesn't solve is when 2 partition labels pretend to >> describe the same region. Solaris during install d

Re: [PATCH] nested partitions

2009-08-02 Thread Vladimir 'phcoder' Serbinenko
On Mon, Aug 3, 2009 at 12:25 AM, Robert Millan wrote: > On Mon, Aug 03, 2009 at 12:09:32AM +0200, Vladimir 'phcoder' Serbinenko wrote: >> >> +      grub_device_close (dev); >> > >> > I don't think we should allow chainload at all in partitions other

Re: grub-pe2elf

2009-08-03 Thread Vladimir 'phcoder' Serbinenko
support. Until then this discussion is a waste of time (IMO) > -- > Regards, > Christian Franke > > > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-d

[PATCH 1/2] Relocator framework

2009-08-03 Thread Vladimir 'phcoder' Serbinenko
and some more patches I was able to load mbtest on qemu64 with tianocore -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/conf/i386.rmk b/conf/i386.rmk index 93f84ce..33d49b5 100644 --- a/conf/i386.rmk +++ b/con

[PATCH 2/2] Use relocator framework for multiboot1

2009-08-03 Thread Vladimir 'phcoder' Serbinenko
For now modules aren't in relocated buffer because memory management is unable to handle realloc with big size efficiently which may cause module command to fail -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git

Re: [PATCH 1/2] Relocator framework

2009-08-03 Thread Vladimir 'phcoder' Serbinenko
On Mon, Aug 3, 2009 at 2:06 PM, Vladimir 'phcoder' Serbinenko wrote: > Hello. As discussed on IRC it would be preferable if all loaders use > flexible technics for loading kernels using relocators as currently > multiboot and xnu does. Here is a relocator framework based on

Re: [PATCH] ntldr support

2009-08-04 Thread Vladimir 'phcoder' Serbinenko
reading the PBR behind the > scenes. > I don't think it's of any problem since ntldr uses this PBR only as superblock to identify the partition. As such I would rather consider this loading as a special case of passing $root, just the form of it is a bit weird -- Regards Vlad

Re: [PATCH 1/2] Relocator framework

2009-08-05 Thread Vladimir 'phcoder' Serbinenko
e GRUB_MEMORY_MACHINE_CR0_PE_ON). Will look into it > > -- > Robert Millan > >  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and >  how) you may access your data; but nobody's threatening your freedom: we >  still allow you to remove your data and not access it at all." > > &

Re: [PATCH 2/2] Use relocator framework for multiboot1

2009-08-05 Thread Vladimir 'phcoder' Serbinenko
On Tue, Aug 4, 2009 at 10:56 PM, Robert Millan wrote: > On Mon, Aug 03, 2009 at 02:10:18PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> +#define GRUB_MULTIBOOT_STACK_SIZE 4096 >> [...] >> +#define stack_addr(x)                ((void *) ((x) +

Re: [PATCH] multiboot on EFI

2009-08-05 Thread Vladimir 'phcoder' Serbinenko
On Wed, Aug 5, 2009 at 12:47 AM, Robert Millan wrote: > On Sun, Aug 02, 2009 at 09:53:32PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> Was successfully tested with qemu-tianocore with example multiboot >> kernel from multiboot specification. Since real EFI has no V

Re: VBE info request bit per Multiboot Specification 1

2009-08-05 Thread Vladimir 'phcoder' Serbinenko
he Linux loader. > >  Unless there's another preferred interface (or someone beats us to it). > we'll likely end up filling in. Considering the VBE code that's already > there this is fairly trivial. > > -jan > > > > ___

Re: [PATCH] use UUID to map system devices to grub devices

2009-08-05 Thread Vladimir 'phcoder' Serbinenko
ix Zielcke > Proud Debian Maintainer > > > > ___ > 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

Re: booting iso image having syslinux

2009-08-06 Thread Vladimir 'phcoder' Serbinenko
using linux and initrd commands > Thanks > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinen

Re: booting iso image having syslinux

2009-08-06 Thread Vladimir 'phcoder' Serbinenko
nux.cfg file > Are you sure your kernel /live/vmlinuz1 is correct? Check that iso was copied correctly (chacksum) > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbi

Re: booting iso image having syslinux

2009-08-06 Thread Vladimir 'phcoder' Serbinenko
CPU instead of outputting an error message > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko

Re: [PATCH 1/2] Relocator framework

2009-08-07 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: Solving the grub-pe2elf problem

2009-08-07 Thread Vladimir 'phcoder' Serbinenko
s to us. We will decide when (and >  how) you may access your data; but nobody's threatening your freedom: we >  still allow you to remove your data and not access it at all." > > > ___ > Grub-

Re: Solving the grub-pe2elf problem

2009-08-07 Thread Vladimir 'phcoder' Serbinenko
On Fri, Aug 7, 2009 at 4:01 PM, Vladimir 'phcoder' Serbinenko wrote: > On Fri, Aug 7, 2009 at 3:46 PM, Robert Millan wrote: >> >> Hi, >> >> I thought of a possible solution to the grub-pe2elf problem.  It seems that >> it is burdensome to produce ELF bi

Re: [PATCH 2/2] RFT: Remove ABS macro from boot/i386/pc/boot.S

2009-08-07 Thread Vladimir 'phcoder' Serbinenko
On Sat, Jul 18, 2009 at 9:16 PM, Robert Millan wrote: > On Sat, Jul 18, 2009 at 08:34:41PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> Haiku can be compiled and can use either gcc 4.x or gcc2.95. The main >> reason for them to keep gcc 2.95 possibility is the binary &

Re: booting iso image having syslinux

2009-08-08 Thread Vladimir 'phcoder' Serbinenko
their scripts > > Thanks for sharing > > > ___ > 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

Re: [PATCH] ntldr support

2009-08-08 Thread Vladimir 'phcoder' Serbinenko
ub-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 1/2] Relocator framework

2009-08-08 Thread Vladimir 'phcoder' Serbinenko
On Sat, Aug 8, 2009 at 5:52 AM, Pavel Roskin wrote: > On Fri, 2009-08-07 at 14:01 +0200, Vladimir 'phcoder' Serbinenko wrote: > >> Apple's compiler is based GCC but binutils aren't and they pose the >> most of problems. Actualy the most problematic bit was

Re: Report: compil error on OSX for target=i386

2009-08-08 Thread Vladimir 'phcoder' Serbinenko
u >> >> _______ >> Grub-devel mailing list >> Grub-devel@gnu.org >> http://lists.gnu.org/mailman/listinfo/grub-devel >> > > > > -- > Bean > > > ___ > 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] RFT: Rename local labels with a macro from boot/i386/pc/boot.S

2009-08-08 Thread Vladimir 'phcoder' Serbinenko
+ > include/grub/symbol.h |    2 + > 2 files changed, 36 insertions(+), 32 deletions(-) > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/gru

Re: [PATCH] Improve handling of "keep" in gfxpayload

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
om] > > ___ > 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] Improve handling of "keep" in gfxpayload

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
>  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 > -- Regards V

Re: [PATCH] Integrate hiddenmenu

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
t 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: Fwd: [PATCH 1/2] Framebuffer split

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
.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: Fwd: [PATCH 1/2] Framebuffer split

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
y around it > > Bitmaps could be created in the same way. > > Thanks > > Michal > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: ht

Re: [PATCH] Improve handling of "keep" in gfxpayload

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
l mode by default just > yet. > > -- > Colin Watson                                       [cjwat...@ubuntu.com] > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir &#

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
> > > 2009/8/10 Vladimir 'phcoder' Serbinenko : >>> >>> As I understand it the code checks the bounds against the active >>> videomode and then sets the viewport on the active render target. >>> Since the active render target can be arbitrari

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
new features are transparent. > But if a driver partially accelerates rotation it needs to tell which buffers are rotated and which aren't. Basically we have 2 possible benefits but I'm not sure which one is better. What do others think? > Thanks > > Michal > > > __

Re: [PATCH] Improve handling of "keep" in gfxpayload

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
                                  [cjwat...@ubuntu.com] > > > ___ > 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.gi

Re: RFC: 1.97 roadmap

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
en (and >  how) you may 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/g

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
//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: RFC: 1.97 roadmap

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
> Thanks > > Michal > > > ___ > 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 ___

Re: [PATCH] ntldr support

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
ck file type. > > -- > Regards > Christian Franke > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Pers

Re: [PATCH] Improve handling of "keep" in gfxpayload

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
ly need it > > -- > Colin Watson                                       [cjwat...@ubuntu.com] > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel >

Re: [PATCH] Improve handling of "keep" in gfxpayload

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
On Mon, Aug 10, 2009 at 10:16 PM, Colin Watson wrote: > On Mon, Aug 10, 2009 at 10:01:06PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> If these numbers are still needed it needs to be uniform between >> gfxpayload=1024x768 or gfxpayload=keep + gfxmode=1024x768. Derive

HFS endianness

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
big-endian FS. Can anyone check? If note this mail will be note to self -- 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.o

Re: HFS endianness

2009-08-10 Thread Vladimir 'phcoder' Serbinenko
On Tue, Aug 11, 2009 at 1:15 AM, Vladimir 'phcoder' Serbinenko wrote: > Hello I was looking which FS were little and which are big-endian. > This attracted my attention in hfs.c: >  /* Adjust len so it we can't read past the end of the file.  */ >  if (len > grub_le_t

[RFT,PATCH] Move embedding to appropriate partmap files

2009-08-11 Thread Vladimir 'phcoder' Serbinenko
reusage of embedding for other too if necessary. -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/include/grub/partition.h b/include/grub/partition.h index 37c5f24..c162955 100644 --- a/include/grub/partition.h +++ b/in

Video on EFI (was Re: RFC: 1.97 roadmap)

2009-08-12 Thread Vladimir 'phcoder' Serbinenko
b-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

Policy-based memory allocations (was Re: RFC: 1.97 roadmap)

2009-08-12 Thread Vladimir '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/li

Re: [RFT,PATCH] Move embedding to appropriate partmap files

2009-08-12 Thread Vladimir 'phcoder' Serbinenko
On Wed, Aug 12, 2009 at 2:38 AM, Robert Millan wrote: > On Tue, Aug 11, 2009 at 03:33:13PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> Hello. A bug was filed that embedding code in grub-setup.c was >> ignoring partmap metadata which could cause its overwriting. To avoid

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-12 Thread Vladimir 'phcoder' Serbinenko
On Wed, Aug 12, 2009 at 3:08 PM, Michal Suchanek wrote: > 2009/8/10 Vladimir 'phcoder' Serbinenko : >> On Mon, Aug 10, 2009 at 4:38 PM, Michal Suchanek wrote: >>> Yes, but set_viewport works on the active target. You create an >>> offscreen target and set it

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-12 Thread Vladimir 'phcoder' Serbinenko
On Wed, Aug 12, 2009 at 3:17 PM, Michal Suchanek wrote: > 2009/8/10 Vladimir 'phcoder' Serbinenko : >>> I would like a video_fb function like >>> grub_video_fb_create_render_target_from_buffer(void * buffer, int >>> allocated, const grub_video_mode_info_t

Re: [PATCH] Detect key modifier status in 'sleep --interruptible'

2009-08-12 Thread Vladimir 'phcoder' Serbinenko
On Wed, Aug 12, 2009 at 6:10 PM, Vladimir 'phcoder' Serbinenko wrote: >> This is based on previous work in GRUB Legacy by Kristian and Peter >> (CCed). Peter tells me that Red Hat has an assignment already on file, >> and it looks like mine is finally making some

Re: [PATCH] Detect key modifier status in 'sleep --interruptible'

2009-08-12 Thread Vladimir 'phcoder' Serbinenko
              [cjwat...@ubuntu.com] > > ___ > 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 _

Re: Memory Map information: GRUB2 vs. Legacy GRUB (GRUB1)

2009-08-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 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: Is it possible to boot Syslinux com32 module from grub2 ?

2009-08-12 Thread Vladimir 'phcoder' Serbinenko
u.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: Fwd: [PATCH 1/2] Framebuffer split

2009-08-13 Thread Vladimir 'phcoder' Serbinenko
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' Serbinenko Pers

[PATCH 1/2] Split ufs.mod into ufs1.mod and ufs2.mod

2009-08-13 Thread Vladimir 'phcoder' Serbinenko
e.img with ufs.mod: 23793 core.img with ufs1.mod: 23078 core.img with ufs2.mod: 23322 -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/ChangeLog b/ChangeLog index 675cc6d..8e13775 100644 --- a/ChangeLog +++ b/ChangeLo

[PATCH 2/2] Handle group offsets in UFS1

2009-08-13 Thread Vladimir 'phcoder' Serbinenko
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git ufsfix Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH 1/2] Split ufs.mod into ufs1.mod and ufs2.mod

2009-08-13 Thread Vladimir 'phcoder' Serbinenko
;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 > -- Regards V

Re: [PATCH 2/2] Handle group offsets in UFS1

2009-08-13 Thread Vladimir 'phcoder' Serbinenko
On Thu, Aug 13, 2009 at 10:05 PM, Robert Millan wrote: > On Thu, Aug 13, 2009 at 06:04:35PM +0200, Vladimir 'phcoder' Serbinenko wrote: > > This looks a bit odd (a mask applied to an integer?), but if it's really > this way, please go ahead with it. > It's th

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-13 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 _

Re: [RFT,PATCH] Move embedding to appropriate partmap files

2009-08-13 Thread Vladimir 'phcoder' Serbinenko
gt; ___ > 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 _

Re: Policy-based memory allocations (was Re: RFC: 1.97 roadmap)

2009-08-13 Thread Vladimir 'phcoder' Serbinenko
ou 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 > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
On Fri, Aug 14, 2009 at 2:13 AM, Michal Suchanek wrote: > 2009/8/13 Vladimir 'phcoder' Serbinenko : >>> Considering that vbe.c and sdl.c currently aren't affected a lot >>> whether there is or there isn't encapsulation in place, I'm ok tih >>>

Re: Is it possible to boot Syslinux com32 module from grub2 ?

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
oad and libOSDK. Probably they can provide an environment you need. > > Thanks > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Ser

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
rtant in your case since you have no copyright assignment yet and we have to decide which patches can go in without such. I'm not maintainer so I need explicit consent from them to apply your patches before you sign copyright assignment > Thanks > > Michal >

Re: Fwd: [PATCH 1/2] Framebuffer split

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
On Fri, Aug 14, 2009 at 3:23 PM, Vladimir 'phcoder' Serbinenko wrote: > Framebuffer patch comitted and I removed framebuf branch on my repo. >> >> OK, I did not get why fbfill.h of the three private headers. >> >> Perhaps fbutil.h which already declares blit_

Re: Minor framebuffer cleanup patches

2009-08-14 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: Memory Map information: GRUB2 vs. Legacy GRUB (GRUB1)

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
ons. >> Specifications are the same but we fixed a lot of bugs. >> > >> > Peace, >> > Frank > > > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub

Re: [RFC] Don't pass filename in multiboot command line

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
On Mon, Aug 3, 2009 at 12:41 AM, Robert Millan wrote: > On Sun, Aug 02, 2009 at 11:42:43PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> >> No. Now we have an extra element that is always present and we want to >> >> remove but when we remove command line ca

[PATCH] make search faster by first trying without module autoloading

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
(with --set ) and retry with autoloading if without autoloading the search failed. Additionally I modify grub-mkconfig to load correct module manually before issuing search to decrease booting time if filesystem is different that our boot one. -- Regards Vladimir 'phcoder' Serbinenko Pe

[RFT, PATCH] Fix file->offset handling

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
in filesystems. In some cases I keep the check because same function is used internally in filesystem module too -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/fs/hfs.c b/fs/hfs.c index 2f0702c..5062b5f 100644 --- a/fs/h

[PATCH] Split big and little endian BeFS and AtheFS

2009-08-14 Thread Vladimir 'phcoder' Serbinenko
S on big-endian machines. 24643 coreafsbe.img 24423 coreafsle.img 25168 coreafs.img 24548 corebefsbe.img 24353 corebefsle.img 25039 corebefs.img -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/conf/common.rmk b/conf

[PATCH] Disable debug messages in reiserfs.mod

2009-08-15 Thread Vladimir 'phcoder' Serbinenko
Hello. Recently we had no bug-reports about ReiserFS and debug messages and disabling them saves 533 bytes. I find it important especially because core.img with reiserfs is currently the biggest among filesystems supported in mainstream -- Regards Vladimir 'phcoder' Serbinenko Pe

[PATCH] save around 100 bytes on core.img by inlining small misc.c functions

2009-08-15 Thread Vladimir 'phcoder' Serbinenko
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/include/grub/misc.h b/include/grub/misc.h index 769ec5c..a63a0b4 100644 --- a/include/grub/misc.h +++ b/include/grub/misc.h @@ -37,8 +37,42 @@ void *EXPORT_FUNC(gr

Re: [PATCH] Disable debug messages in reiserfs.mod

2009-08-15 Thread Vladimir 'phcoder' Serbinenko
2009/8/15 Javier Martín : > El sáb, 15-08-2009 a las 16:12 +0200, Vladimir 'phcoder' Serbinenko > escribió: >> Hello. Recently we had no bug-reports about ReiserFS and debug >> messages and disabling them saves 533 bytes. I find it important >> especially

Re: Minor framebuffer cleanup patches

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
On Sat, Aug 15, 2009 at 12:44 AM, Michal Suchanek wrote: > 2009/8/14 Vladimir 'phcoder' Serbinenko : >> On Fri, Aug 14, 2009 at 4:04 PM, Michal Suchanek wrote: >>> Hello >>> >>> I am sending the rest of framebuffer patches that were not included in

Re: [GITGRUB] FB driver for EFI

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
t; > gitgrub home: http://github.com/grub/grub/ > my fork page: http://github.com/bean123/grub/ > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/gru

[PATCH 1/2] Replace hook-based with flag-based approach for choosing video mode

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
After discussion on IRC it revealed that hook-based approach is unpracticable because number of available modes grows exponentially with every parameter available. Here is the patch to change to flag-based approach -- Regards Vladimir 'phcoder' Serbinenko Personal git reposi

[PATCH 2/2] "auto" keyword in gfxmode and gfxpayload specification

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/commands/videotest.c b/commands/videotest.c index 07f61bd..07735cd 100644 --- a/commands/videotest.c +++ b/commands/videotest.c @@ -30,10 +30,7 @@ grub_cmd

Re: [PATCH] Reimplement 10_freebsd.in using 10_linux.in

2009-08-16 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 diff --git a/util/grub-mkconfig_lib.in b/util/grub-

[RFT] Re: Policy-based memory allocations (was Re: RFC: 1.97 roadmap)

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
ature namely: (together with 2 smaller patches) ability to boot solaris. On Thu, Aug 13, 2009 at 11:01 PM, Vladimir 'phcoder' Serbinenko wrote: >> But available memory is several orders of magnitude bigger than the largest >> block a loader will need.  So is this really an issue? &

Re: [PATCH] Large disk support for XFS

2009-08-16 Thread Vladimir 'phcoder' Serbinenko
g it. > -- > Bean > > gitgrub home: http://github.com/grub/grub/ > my fork page: http://github.com/bean123/grub/ > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel &

<    7   8   9   10   11   12   13   14   15   16   >