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.6 by cebix, 2001-02-10T20:04:17Z vs.
Revision 1.7 by cebix, 2001-07-15T02:15:48Z

# Line 16 | Line 16 | ROM files. No, I won't send you one.
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:
# Line 73 | Line 73 | 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"
# Line 99 | Line 88 | Unix:
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines