Re: [Etherboot-developers] Wake-on-LAN patch
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@nl...> - 2001-02-20 04:11:32
|
|The patch to etherboot is a change only to main.c, to make it search |through ram, looking for the magic number and construct |the dhcp reply, rather than send a query. I'll send you the patch |as soon as I get a chance to clean it up a little more. I'd like for |it to be included in etherboot as a compile time option, but obviously, |that is up to you. Excellent. One thing I would suggest is that rather than patch Etherboot to look for this ROM, this flash register itself as an extension BIOS and provide its services via BIOS calls (I'm sure you can find some suitable numbers). Etherboot (and any other software for that matter, can then test the existence of and access these services via BIOS calls, rather than hardwiring knowledge of this flash into the software. Then this BIOS call can be generalised for other non-volatile devices instead of having device specific code in every piece of software. |