16 |
|
Depending on the platform you use, Basilisk II has additional requirements: |
17 |
|
|
18 |
|
BeOS: |
19 |
< |
You need BeOS R4 or better. |
19 |
> |
You need BeOS R4 or later versions. |
20 |
|
Basilisk II cannot do Mac Classic emulation. |
21 |
|
|
22 |
|
Unix: |
73 |
|
make install [optionally] |
74 |
|
|
75 |
|
To use Ethernet networking under Linux, you either have to configure your |
76 |
< |
kernel for ethertap support or make and install the "sheep_net" driver: |
77 |
< |
|
78 |
< |
make modules |
79 |
< |
|
80 |
< |
This should produce a kernel module "sheep_net.o" in the "Linux/NetDriver" |
81 |
< |
directory. Now su root and say |
82 |
< |
|
83 |
< |
cd Linux/NetDriver |
84 |
< |
make dev |
85 |
< |
/sbin/insmod sheep_net.o |
86 |
< |
|
87 |
< |
This will install the device node "/dev/sheep_net" and load the driver. |
88 |
< |
You should give appropriate access rights to /dev/sheep_net if you don't |
89 |
< |
want to have to run Basilisk II as root. |
76 |
> |
kernel for ethertap support or make and install the "sheep_net" driver |
77 |
> |
(this is explained in the README file, at the description of the "ether" |
78 |
> |
preferences item). |
79 |
|
|
80 |
|
This is what Brian J. Johnson says about compiling for IRIX: |
81 |
|
"I recommend compiling with "-Ofast". This requires changing "-g" |
88 |
|
must NOT use a pthreads library. User-level threads libraries such as PTL |
89 |
|
interfere with the signal handlers installed by Basilisk II and kernel- |
90 |
|
level threads are not supported by NetBSD, so you will have to live without |
91 |
< |
pthreads (and thus, without serial/ethernet/audio support). |
91 |
> |
pthreads, and thus without serial/ethernet/audio support (but the "UDP |
92 |
> |
tunnelling" network should work). |
93 |
|
|
94 |
|
ATTENTION NetBSD/mac68k USERS: |
95 |
|
Current (as of July 2000) versions of the NetBSD/mac68k kernel have a bug |