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.8 by nigel, 2003-08-02T08:48:38Z

# 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 38 | Line 38 | Windows:
38    somewhat reduced set of features. Basilisk II supports DirectX version 5 or
39    later, but version 3 may also work, depending on your graphics card.
40  
41 + Mac OS X:
42 +  Versions 10.0 thru 10.2 can be used, and 10.3 will probably be no problem.
43 +  (OS X public beta is not supported by the current executable or source code,
44 +   but if you really need to use it, I can provide versions that will work)
45  
46   Installation
47   ------------
# Line 73 | Line 77 | Unix:
77      make install    [optionally]
78  
79    To use Ethernet networking under Linux, you either have to configure your
80 <  kernel for ethertap support or make and install the "sheep_net" driver:
81 <
82 <    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.
80 >  kernel for ethertap support or make and install the "sheep_net" driver
81 >  (this is explained in the README file, at the description of the "ether"
82 >  preferences item).
83  
84    This is what Brian J. Johnson says about compiling for IRIX:
85     "I recommend compiling with "-Ofast".  This requires changing "-g"
# Line 99 | Line 92 | Unix:
92    must NOT use a pthreads library. User-level threads libraries such as PTL
93    interfere with the signal handlers installed by Basilisk II and kernel-
94    level threads are not supported by NetBSD, so you will have to live without
95 <  pthreads (and thus, without serial/ethernet/audio support).
95 >  pthreads, and thus without serial/ethernet/audio support (but the "UDP
96 >  tunnelling" network should work).
97  
98    ATTENTION NetBSD/mac68k USERS:
99    Current (as of July 2000) versions of the NetBSD/mac68k kernel have a bug
# Line 154 | Line 148 | Windows NT:
148    MS Visual V++ 5.0 or later. Symantec C++ should work, too, with some
149    modifications. See the "sysdeps.h" file in the "Windows" directory.
150  
151 + Mac OS X:
152 +  If you have the prebuilt application, there is nothing to do.
153 +  If you have the developer tools installed, and want to built it yourself,
154 +  look in the file src/MacOSX/0_HOW_TO_BUILD.txt
155 +
156 +
157   The ROM file has to be named "ROM" and put in the same directory as the
158   Basilisk II executable but you can specify a different location for the ROM
159   file with the "rom" option in the preferences file (or with the preferences

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines