cvs commit: src/sys/boot/i386/loader Makefile

John Baldwin jhb at FreeBSD.org
Fri Feb 27 07:15:43 PST 2004


On Friday 27 February 2004 09:10 am, Ruslan Ermilov wrote:
> ru          2004/02/27 06:10:09 PST
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/boot/i386/loader Makefile
>   Log:
>   For some reason crt0.o needs to be linked first for pxeboot(8) to
>   work.  This is odd because loader(8) doesn't suffer from this problem.
>   Perhaps pxeboot bootstrap can be fixed to handle this better.
>   Anyway, PXE booting should work again.

pxeboot, cdboot, and btxldr all make the same assumptions about how the a.out 
loader is laid out so they can extract BTX and use it to bootstrap into the 
loader proper.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the cvs-src mailing list