Re: Re[6]: [Etherboot-developers] RFC: Safe booting concept
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-04-28 00:22:12
|
>I'd like to know which RAM regions I can use safely during etherboot >runs. I cannot use -DRELOCATE at the moment as this crashes my virtual >machine with the lance driver, but one day it probably should work. >Can I just get myself e.g. 0x30000-0x307ff for buffer purposes? Why not a normal BSS buffer within Etherboot itself? |