__
> 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
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
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
>
--
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
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
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
___
> 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
> 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
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
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
+ 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)),
> -
'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
, 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.
>>
&
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
>
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
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
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
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
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
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
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
>
>
>
> ___
>
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
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.
>
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,
#x27;'''''''''''''''''''''''''''''''''''''''''
&g
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
_
> 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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
&
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,
>
>
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
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":::
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
&
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
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
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
__
> 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
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
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,
+
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
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
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
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:
> >>
> >>>&
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
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
&
this "in vivo"
>>
>>
>>
>> ___
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> http://lists.gnu.org/mailman/listinfo/grub-devel
>>
>>
>
>
> --
> Cros (pxw)
>
>
>
>
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
>
> _______
> 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
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->
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_
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
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
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
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 :-)
>
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,
>
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
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
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,
> > >
> > &
___
> 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
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,
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
;
> ___
> 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
__
> 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
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".
>
> -
> > Grub-devel mailing list
> > Grub-devel@gnu.org
> > http://lists.gnu.org/mailman/listinfo/grub-devel
> >
>
>
>
> --
> Bean
>
>
> _______
> Grub-devel mailing list
> Gr
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
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 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
>
>>> 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
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
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
>
> __
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
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
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
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
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
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
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
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.
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
>
>>
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
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
>
>
> _____
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
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
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
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
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
901 - 1000 of 2324 matches
Mail list logo