Shared Socket Library Developer Release 2.3  Jan 11, 1993
---------------------------------------------------------

In order to use this release, you will need :

1. AS225 Release 2 Beta with
	a. inet.library version 5.0 or later in your inet:libs directory
	b. socket.library version 4.0 or greater in your inet:libs directory
2. A file called 'sana2_devs' in your inet:s directory (see the readme file.)
3. A directory  in your system's 'devs:' volume called 'networks'.
4. Any SANA-2 drivers for your specific hardware located in 'devs:networks'.
6. To modify inet:s/start-inet to replace any board references that are
   'ae0' and the like to 's0'. Example from the standard start-inet:
   
  [ ... ]

 ; Configure first ethernet controller.  This will fail if the board is 
 ; missing.
 ;
 
 inet:c/ifconfig >nil: s0 $hostname netmask 255.255.255.0 -trailers
 ;                     ^^
 ; inet:c/ifconfig >nil: ae0 $hostname netmask 255.255.255.0 -trailers -OLD-
 ;                       ^^^\_old
 if warn 
    echo "Internet boot fail: could not configure first ethernet controller"
    echo "Is the controller installed properly?"
    quit 20
 endif
 
  [ ... ]

end of file
