Home | History | Annotate | only in /src/sys/arch/pmax/stand/smallnet
Up to higher level directory
NameDateSize
Makefile27-Nov-1999527
README13-Mar-2000495
setnetimage/09-Nov-2022
smallnet.c22-Jan-20113.6K
version13-Jul-2000272

README

      1 $NetBSD: README,v 1.3 2000/03/13 23:52:33 soren Exp $
      2 
      3 The smallnet network loader is meant to be a short term solution for
      4 machines that can't netboot full size kernels until a proper two stage
      5 netboot is available.  It isn't the prettiest code around, but it gets
      6 us out of a bind.
      7 
      8 
      9 To use, "make" in this directory and then in the setnetimage directory:
     10 
     11 	make KERNEL=/path/to/nfs/install/kernel kernel
     12 
     13 and the resultant smallnet.ecoff is suitable for netbooting.
     14 
     15 
     16 simonb, March-May 1999.
     17