On Tue, 3 Oct 2000, Thierry DELHAISE wrote:

> Hi all,
> 
> Does there is any work about PE image load by grub ?
>
It's not very difficult to get grub to load a PE image using the
aout-kludge mechanism. If you generate a PE image with 4096 byte file
and section alignment then the on-disk image is the same as the
in-memory one. Then you only need to setup the multiboot header to
specify the starting physical address and the size of the text/data and
bss segments. I can send you some sample code if you are interested.


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to