grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Kernel fixes for Cygwin


From: Pavel Roskin
Subject: Re: [PATCH] Kernel fixes for Cygwin
Date: Mon, 21 Jul 2008 11:51:01 -0400

On Mon, 2008-07-21 at 13:02 +0200, Javier Martín wrote:
> El lun, 21-07-2008 a las 12:33 +0200, Christian Franke escribió:
> > due to the complexity of PE, a stand-alone converter may likely be
> > larger than the ~680 LoC converter I already offered here.
> Why do we even consider a PE->ELF converter? I think the easier way to
> go would have the people building GRUB in cygwin (not exactly newbies)
> to have an i386-pc-elf "cross compiler" built first, then use that for
> the bootloader programs and the normal gcc for tools. Even a "naked"
> (i.e. libraryless) cross compiler would work, since the bootloader part
> of GRUB is does not need libs (in C terminology, it's "freestanding").
> That way, we are free from "objcopy bugs" or "BFD design limitations".

Well, if we want users to recompile their toolchain first, it's too much
to ask.

Maybe we could treat ELF header like a multiboot header?  That means
that we write the header fields in the assembly language, substitute the
necessary variables and ask objcopy to make a raw binary that would
actually be an ELF file?

We could actually do it for all platforms, so that we won't depend on
the object file format.

-- 
Regards,
Pavel Roskin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]