[Etherboot-developers] 32bit bios calls broken in 5.1.2+
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Eric W B. <ebi...@ln...> - 2002-08-17 02:48:35
|
I just noticed that pci.c uses inline assembly to perform 32bit bios calls when CONFIG_PCI_DIRECT is not selected. Ouch! It will be a little while before this is fixed, but if relocation is used this won't work. I need to think just a little bit on the correct fix for this. It may just be enough to change the segment register, but it might require a little more work. Eric |