Re: [Etherboot-developers] Relocation problems
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Michael B. <mb...@fe...> - 2003-05-23 14:06:58
|
> As far as A20 status goes, I'm thinking of modifying relocate.c so that it > relocates Etherboot to a location with A20=0, so that Etherboot remains > accessible even if something screws up the A20 status. Does this sound > like a good idea? I've implemented this now and it's checked in. Rather nicely, it's "solved" my problem; I can now make the UNDI API calls even from a relocated Etherboot. However, I suspect that this is coincidence; the relocation target is now a megabyte away from where it was previously and so it's probably now just happens not to be in the place that the UNDI driver clobbers with its int 15,87 call. Michael |