Date: Tue, 5 Sep 2000 15:33:07 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c src/sys/boot/i386/liloldr Makefile Message-ID: <200009052233.PAA73079@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/09/05 15:33:07 PDT
Modified files:
sys/boot/i386/libi386 pxe.c
Log:
Export the salient configuration items in a non-pxe-specific namespace
to allow commonality between varying platforms. This is a step
towards parsing the diskless configuration information with MI code
inside the kernel.
Export the interface hardware address to the kernel, so that it is possible
to determine the boot interface with certainty.
Export the NFS filehandle for the root mount to the kernel, so that the
kernel does not need to perform a mount RPC call.
Revision Changes Path
1.16 +45 -6 src/sys/boot/i386/libi386/pxe.c
Modified files:
sys/boot/i386/liloldr Makefile
Log:
Fix a bug which prevents parsing this Makefile without having a
previously-built loader binary elsewhere.
Revision Changes Path
1.3 +3 -1 src/sys/boot/i386/liloldr/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009052233.PAA73079>
