Date: Wed, 25 Nov 1998 10:11:33 -0800 (PST) From: Doug Ambrisko <ambrisko@whistle.com> To: freebsd-hackers@FreeBSD.ORG Subject: Re: Changing the load address of the kernel? Message-ID: <199811251811.KAA51210@whistle.com> In-Reply-To: <199811250300.EAA12885@dorifer.heim3.tu-clausthal.de> from Oliver Fromme at "Nov 25, 98 04:00:53 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Fromme writes: | Doug Ambrisko wrote in list.freebsd-hackers: | > Actually it is pretty easy to do it for the Intel cards since they is | > a utility from IBM that programs the flash boot rom on Intel cards. | | It's not mentioned in intel's docs. They don't even mention at | all that it is possible to do something like that. | | However, it still leaves the problem to get such a flash ROM | somewhere. I don't know about the US, but over here in Germany | it's not easy to find them. Yep here in Silicon Valley (US) we can go to the corner store and pick them up! The utility is at: ftp://ftp.networking.ibm.com/pub/products/lanprods/ethernet/etpflsh.exe Part is: Intel 28F020 | > I've hacked Etherboot to load FreeBSD/aout again and now to load FreeBSD/elf. | | Is your code available from somewhere? If it's usable, why not | commit it? Would make things probably much easier for me. :-) | | I assume that the FreeBSD kernel will be ELF-only some day, so | my own a.out hackery won't work anymore then... I've stalled on it since I made some gross hacks to make the a.out stuff work that was messy. I need to clean it up some more. I promise to clean it up this weekend if my daughter doesn't decide to come into the world this weekend . If you could review and test it that would be great. The worst part is that it needs to be built under linux development. The good part is they support a lot more NIC's then we do. There is atleast one nagging bug that I've been running into lately with memory corruption of variables in the etherboot code. I've fixed a few problems in that area but atleast one persists. Also I've been waiting in the wings to see what will become of FreeBSD's netboot code. It seems to be somewhat orphaned and won't work with elf kernels and the supported NIC list is weak. I guess worst case I could patch it to support elf kernel booting. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811251811.KAA51210>