grub and win32 exe

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
slacker

grub and win32 exe

Post by slacker »

can grub boot win32 executables and if so, how can i set it up to do so?
slacker

Re:grub and win32 exe

Post by slacker »

if grub doesnt boot PE's, then does anyone know of a bootloader that does?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:grub and win32 exe

Post by Solar »

1) Yes.
2) Set up your linker script to move the export tables before the BSS.
3) Reportedly it does, so I did not Google further.

Source: http://lists.gnu.org/archive/html/bug-g ... 00096.html
Every good solution is obvious once you've found it.
Post Reply