Re: status grub2 port of grub-legasy map command

2009-05-09 Thread Vladimir 'phcoder' Serbinenko
+/* Realmode far ptr (2 * 16b) to the previous INT13h handler. */ +extern grub_uint32_t grub_drivemap_int13_oldhandler; I prefer it to be 2 variables because of the way they interract so nobody would do something like (char *) grub_drivemap_int13_oldhandler; +/* The type "void" is used for importe

[PATCH] trampoline for linux on 64-bit systems

2009-05-09 Thread Vladimir 'phcoder' Serbinenko
Hello. On 64-bit systems the code may be loaded above 4GiB. When grub tries to switch to 32-bit mode before launching linux it causes the reboot. Here is a patch to make this part of code into a trampoline -- Regards Vladimir 'phcoder' Serbinenko diff --git a/ChangeLog b/ChangeLog index c307abe..

Re: [PATCH] gptsync

2009-05-09 Thread Vladimir 'phcoder' Serbinenko
Commited On Wed, Apr 22, 2009 at 1:38 AM, Vladimir Serbinenko wrote: > HFS autodetect added. With changelog this time. Should already be suitable > for inclusion > > > On Wed, Apr 22, 2009 at 12:03 AM, Vladimir Serbinenko > wrote: > >> >> >> On Tue, Apr 21, 2009 at 9:49 PM, Isaac Dupree < >> m..

Re: status grub2 port of grub-legasy map command

2009-05-09 Thread Javier Martín
El sáb, 09-05-2009 a las 11:17 +0200, Vladimir 'phcoder' Serbinenko escribió: > +/* Realmode far ptr (2 * 16b) to the previous INT13h handler. */ > +extern grub_uint32_t grub_drivemap_int13_oldhandler; > I prefer it to be 2 variables because of the way they interract so > nobody would do somethin

Re: status grub2 port of grub-legasy map command

2009-05-09 Thread Vladimir 'phcoder' Serbinenko
Hello 2009/5/9 Javier Martín > El sáb, 09-05-2009 a las 11:17 +0200, Vladimir 'phcoder' Serbinenko > escribió: > > +/* Realmode far ptr (2 * 16b) to the previous INT13h handler. */ > > +extern grub_uint32_t grub_drivemap_int13_oldhandler; > > I prefer it to be 2 variables because of the way the

Re: status grub2 port of grub-legasy map command

2009-05-09 Thread Javier Martín
El sáb, 09-05-2009 a las 16:04 +0200, Vladimir 'phcoder' Serbinenko escribió: > Hello > > 2009/5/9 Javier Martín > El sáb, 09-05-2009 a las 11:17 +0200, Vladimir 'phcoder' > Serbinenko > escribió: > > +/* Realmode far ptr (2 * 16b) to the previous INT13h >

Re: [PATCH] prevent duplicated entries due to symlinks

2009-05-09 Thread Andreas
ping? any problems still? Andreas Andreas Born schrieb: Pavel Roskin schrieb: Suppose I have Linux 2.6.29 and 2.6.28. Your script makes entries for "Linux default" and "Linux 2.6.28". Then I install Linux 2.6.30 and don't run grub-mkconfig. Then I can boot Linux 2.6.30 and 2.6.28 form the m