home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / SUN / PPP / SUNOS_OL / DDP_PPP.TAR / README < prev    next >
Encoding:
Text File  |  1991-01-03  |  748 b   |  20 lines

  1. The following files are included in the distribution:
  2.  
  3.     README                - this file
  4.     sys/net/if_ppp.c        - 4.3 bsd PPP driver
  5.     vax.diff            - patches to kernel files for 4.3 bsd
  6.  
  7. Installation instructions:
  8.  
  9. 1. Copy sys/net/if_ppp.[ch] into the `net' subdirectory of your kernel
  10. working area and then apply the kernel patches in vax.diff.
  11.  
  12. 2. Add a line of the form `pseudo-device ppp <n>' to the configuration
  13. file of the system you wish to add the serial line driver to.  the
  14. value <n> should be the number of serial lines you plan on using for
  15. ppp/ip/tcp connections.  by default, <n> is one.
  16.  
  17. 3. Generate a new kernel through the usual steps (see `Building
  18. Berkeley Kernels with Config' by Leffler and Karels if you are not
  19. familiar with this procedure).
  20.