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.4 by cebix, 1999-10-15T14:47:49Z

# Line 52 | Line 52 | BeOS:
52      cd src/BeOS
53      make
54  
55 <  Basilisk II cannot run concurrently with SheepShaver. Trying to do so will
56 <  crash Basilisk II, or SheepShaver, or both. On a PowerPC system you must
57 <  have installed the "sheep" driver that comes with SheepShaver. To use
58 <  Ethernet, you must have installed the "sheep_net" add-on that also comes
55 >  This will produce an executable "BasiliskII" in the "obj.ppc" or "obj.x86"
56 >  directory. Basilisk II cannot run concurrently with SheepShaver. Trying to
57 >  do so will crash Basilisk II, or SheepShaver, or both. On a PowerPC system
58 >  you must have installed the "sheep" driver that comes with SheepShaver. To
59 >  use Ethernet, you must have installed the "sheep_net" add-on that also comes
60    with SheepShaver
61  
62   Unix:
# Line 63 | Line 64 | Unix:
64  
65      cd src/Unix
66      ./configure
67 <    make
67 >    make            [or "gmake" if you have GNU make and "make" fails]
68      make install    [optionally]
69  
70    To use Ethernet networking under Linux, you either have to configure your
71    kernel for ethertap support or make and install the "sheep_net" driver:
72  
72    cd src/Unix
73      make modules
74  
75    This should produce a kernel module "sheep_net.o" in the "Linux/NetDriver"
76    directory. Now su root and say
77  
78 <    ./MAKEDEV
78 >    cd Linux/NetDriver
79 >    make dev
80      /sbin/insmod sheep_net.o
81  
82    This will install the device node "/dev/sheep_net" and load the driver.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines