1 |
|
|
2 |
< |
Basilisk II, Version 0.8 |
2 |
> |
Basilisk II |
3 |
|
A 68k Macintosh emulator |
4 |
|
|
5 |
< |
Copyright (C) 1997-2000 Christian Bauer et al. |
5 |
> |
Copyright (C) 1997-2001 Christian Bauer et al. |
6 |
|
|
7 |
|
|
8 |
|
License |
327 |
|
BeOS: |
328 |
|
It doesn't matter what you give as "ethernet card description", Basilisk II |
329 |
|
will always use the first Ethernet card it finds as long an an "ether" |
330 |
< |
line exists (e.g. say "ether yes"). As Basilisk II requires the sheep_net |
331 |
< |
net server add-on from SheepShaver, you can only use Ethernet on PowerPC |
332 |
< |
machines. |
330 |
> |
line exists (e.g. say "ether yes"). Using Ethernet requires the "sheep_net" |
331 |
> |
Net Server add-on to be installed. The first time you start Basilisk II |
332 |
> |
with Ethernet enabled you will be asked whether it's OK to make the |
333 |
> |
necessary changes to your BeOS network configuration to enable sheep_net. |
334 |
|
|
335 |
|
Linux: |
336 |
|
The "ethernet card description" is the name of an Ethernet interface. |
352 |
|
configure your kernel to enable routing and the ethertap device: |
353 |
|
under "Networking options", enable "Kernel/User netlink socket" and |
354 |
|
"Netlink device emulation", under "Network device support", activate |
355 |
< |
"Ethertap network tap". You also have to modify devices/net/ethertap.c |
355 |
> |
"Ethertap network tap". You also have to modify drivers/net/ethertap.c |
356 |
|
a bit before compiling the new kernel: |
357 |
|
|
358 |
|
- insert "#define CONFIG_ETHERTAP_MC 1" near the top (after the |