On Fri, Jan 04, 2008 at 06:15:17PM +0100, Jeroen Dekkers wrote:
> At Tue, 16 Oct 2007 23:09:07 +0200,
> Robert Millan wrote:
> > This patch splits realmode and loader routines out of startup.S. The idea
> > is that the LinuxBIOS port can be adapted to share more code with the rest
> > of GRUB inst
At Tue, 16 Oct 2007 23:09:07 +0200,
Robert Millan wrote:
> This patch splits realmode and loader routines out of startup.S. The idea
> is that the LinuxBIOS port can be adapted to share more code with the rest
> of GRUB instead of duplicating it.
>
> This is quite critical stuff, so even if the c
Committed.
--
Robert Millan
I know my rights; I want my phone call!
What use is a phone call, if you are unable to speak?
(as seen on /.)
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Robert Millan <[EMAIL PROTECTED]> writes:
> On Wed, Oct 17, 2007 at 12:04:14PM +0200, Marco Gerards wrote:
>> >
>> > Linking required wrapping a lot of references with EXT_C() macro, so I
>> > opted
>> > for #include (note this is done for lzo1x.S already).
>>
>> Is using EXT_C a problem? I don
On Wed, Oct 17, 2007 at 12:04:14PM +0200, Marco Gerards wrote:
> >
> > Linking required wrapping a lot of references with EXT_C() macro, so I opted
> > for #include (note this is done for lzo1x.S already).
>
> Is using EXT_C a problem? I don't know this code too well,
> unfortunately :(
No. May
Robert Millan <[EMAIL PROTECTED]> writes:
> On Wed, Oct 17, 2007 at 10:32:28AM +0200, Marco Gerards wrote:
>> >* kern/i386/pc/startup.S (grub_linux_prot_size): Moved to ...
>> >* kern/i386/loader.S (grub_linux_prot_size): ... here.
>>
>> I would say:
>>
>> (...): Moved from here...
>> (.
On Wed, Oct 17, 2007 at 10:32:28AM +0200, Marco Gerards wrote:
> > * kern/i386/pc/startup.S (grub_linux_prot_size): Moved to ...
> > * kern/i386/loader.S (grub_linux_prot_size): ... here.
>
> I would say:
>
> (...): Moved from here...
> (...): ... to here.
>
> Can you change that?
Ok (A
Robert Millan <[EMAIL PROTECTED]> writes:
> This patch splits realmode and loader routines out of startup.S. The idea
> is that the LinuxBIOS port can be adapted to share more code with the rest
> of GRUB instead of duplicating it.
>
> This is quite critical stuff, so even if the change seems tri
This patch splits realmode and loader routines out of startup.S. The idea
is that the LinuxBIOS port can be adapted to share more code with the rest
of GRUB instead of duplicating it.
This is quite critical stuff, so even if the change seems trivial I'd suggest
being careful, since I don't trust