From: Chip Salzenberg <[EMAIL PROTECTED]>
Subject: [PATCH] Support PXE netboot; parameterize load addresses
Date: Fri, 19 May 2000 22:43:15 -0700
> Anyway, PXE is happy to load and run any binary, so I figured it would
> be great if I could load grub with PXE and let grub do all the complex
> stuff. And it was actually pretty easy to get grub to work with PXE.
> All I had to do was arrange for stage2 to expect to be loaded at PXE's
> load address, namely, 7C00.
Thanks for your contribution. I think your patch is enough elegant,
but we should consider how to merge yours with Christoph's diskless
support patch. Have you ever used or read his patch? If not, get it
from the list archive. His strategy was slightly different from yours,
since he uses the free network loader "Netboot", but both your PXE
version and his Netboot version should be able to share the most code.
In fact, the difference between them is merely the start-up code, I
think. I hope that you can collaborate with him.
Okuji