From 6ea632b44dfc80a6f21f88c5f84427f063bee17c Mon Sep 17 00:00:00 2001 From: tegge Date: Sun, 11 May 1997 18:05:39 +0000 Subject: Bring in some kernel bootp support. This removes the need for netboot to fill in the nfs_diskless structure, at the cost of some kernel bloat. The advantage is that this code works on a wider range of network adapters than netboot. Several new kernel options are documented in LINT. Obtained from: parts of the code comes from NetBSD. --- sys/conf/NOTES | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys/conf/NOTES') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 15e19f1..a3c14e5 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.335 1997/05/10 11:16:22 jhay Exp $ +# $Id: LINT,v 1.336 1997/05/10 17:40:53 fsmp Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1169,6 +1169,13 @@ controller pcic1 at crd? options POWERFAIL_NMI # make it beep instead of panicing +# Kernel BOOTP support + +options BOOTP # Use BOOTP to obtain IP address/hostname +options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info +options "BOOTP_NFSV3" # Use NFS v3 to NFS mount root +options BOOTP_COMPAT # Workaround for broken bootp daemons. + # # An obsolete option to test kern_opt.c. # -- cgit v1.1