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: |
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. |