Re: [Etherboot-developers] Memory allocation
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-05-29 05:05:16
|
I have to say you guys have done an amazing amount while I was away, I have yet to catch up all with the postings. Maybe I should go away again. :-) >The only piece I am certain is missing are gatea20_unset calls in >5.1.x because of problems with relocation. But it looks like you have >found the solution to that. So we should be able to add them back in >as appropriate. Yup, A20 couldn't be unset while running above 1M or the code would get gated out of existence. This is in the path that jumps to real mode images i.e. NBI. So I temporarily disabled the call but it remains to be fixed. I like Michael's solution of using an even megabyte. >While we are thinking about it the a20 code needs to move out of >misc.c as it is highly arch dependent. That too, yes. |