+/* 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
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..
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..
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
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
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
>
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