On Wed, Jun 17, 2009 at 11:05 AM, ron minnichrminnich@gmail.com wrote:
-fpic is the wrong way to go ... can we talk about this relocatable code a bit? I need to catch up.
The code is a PCI option ROM that can be copied and run at some arbitrary location between 0xC0000 and 0x100000. For 16bit code the segment would be loaded and there is no problem. I don't know the right way to do this for 32bit flat mode code.
Marc