ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/INSTALL
(Generate patch)

Comparing BasiliskII/INSTALL (file contents):
Revision 1.1 by cebix, 1999-10-03T17:11:52Z vs.
Revision 1.2 by cebix, 1999-10-03T20:40:05Z

# Line 69 | Line 69 | Unix:
69    To use Ethernet networking under Linux, you either have to configure your
70    kernel for ethertap support or make and install the "sheep_net" driver:
71  
72    cd src/Unix
72      make modules
73  
74    This should produce a kernel module "sheep_net.o" in the "Linux/NetDriver"
75    directory. Now su root and say
76  
77 <    ./MAKEDEV
77 >    cd Linux/NetDriver
78 >    make dev
79      /sbin/insmod sheep_net.o
80  
81    This will install the device node "/dev/sheep_net" and load the driver.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines