~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/MacOSX/HowTo.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
<UL>
8
8
<LI> <A HREF="#minreq"> Minimum Requirements</A> </LI>
9
 
<LI> <A HREF="#rom">    Macintosh ROM image     </A> </LI>
10
 
<LI> <A HREF="#b-disk"> Creating a boot disk</A> </LI>
 
9
<LI> <A HREF="#rom">    Macintosh ROM image</A> </LI>
 
10
<LI> <A HREF="#b-disk"> Finding a boot disk</A> </LI>
 
11
<LI> <A HREF="#install">Installing the MacOS</A> </LI>
11
12
<LI> <A HREF="#mount">  Mounting Unix Files</A> </LI>
12
13
<LI> <A HREF="#import"> Importing Mac Files</A> </LI>
 
14
<LI> <A HREF="#net">    Networking</A> </LI>
13
15
</UL>
14
16
 
15
17
<HR>
53
55
<LI> Open the Basilisk II application </LI>
54
56
<LI> Go to the 'BasiliskII' menu, then the Preferences...' menu item </LI>
55
57
<LI> On the Emulation tab, there is a field 'ROM file:'. Either type in the
56
 
        path to the ROM file, or click the Browse button and Open the ROM file </LI>
 
58
path to the ROM file, or click the Browse button and Open the ROM file </LI>
57
59
<LI> Click the Save button, so that Basilisk II will be able to find the ROM
58
 
        each time you boot it </LI>
 
60
each time you boot it </LI>
59
61
</OL>
60
62
</P>
61
63
 
67
69
 
68
70
<HR>
69
71
 
70
 
<H2> <A NAME="b-disk"> Creating a boot disk </A> </H2>
 
72
<H2> <A NAME="b-disk"> Finding a boot disk </A> </H2>
71
73
 
72
74
<P> Basilisk II needs a copy of the MacOS to boot from. Anything from System 7
73
75
through to MacOS 8.1 should be usable.
74
76
<BR> (Felix Eng and I have only tested System 7.0.1, 7.1, 7.5.3 and 7.6,
75
77
although Felix also got System 6.0.8 to work with SE/30 Roms) </P>
76
78
 
77
 
<P> It is possible to use Basilisk II with a CD-ROM, but because most bootable
78
 
CDs have a minimal System Folder, it is better if you use a disk image with the
79
 
MacOS installed on it. </P>
80
 
 
81
 
<P> There are two options: either grab an image that someone else has made,
82
 
or create one yourself. If you have some time, and access to a MacOS install CD,
83
 
then these instructions will help you do the latter. </P>
84
 
 
85
 
<P> Note that there is currently no Install CD image on Apple's Web site -
86
 
they only seem to have MacOS 7.5.3 floppy disk images (all 19 of them).
87
 
If you do not have a friend with an install CD, you can possibly make one
88
 
by copying the System Folder from a bootable OS 7 or 8 CD, and burning that
89
 
onto a CD with the floppy disk images.
 
79
Basilisk II can currently boot from:
 
80
<TABLE BORDER=1>
 
81
<TR>
 
82
<TD> CD-ROM </TD>
 
83
<TD> Most (not all) MacOS Install CDs will also boot your Mac. I also think
 
84
     that some old Norton Utilities install CDs might have booted 68k Macs </TD>
 
85
</TR>
 
86
<TR>
 
87
<TD> Floppy disk image </TD>
 
88
<TD> Jonathan C. Silverstein reports that
 
89
     <A HREF="http://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/Utilities/Network_Access_Disk_7.5.sea.bin">this</A> Apple floppy disk image will boot Basilisk II </TD>
 
90
</TR>
 
91
<TR>
 
92
<TD> Preinstalled Basilisk II disk image </TD>
 
93
<TD> Another Basilisk II user might be willing to loan you the disk image
 
94
that they are using </TD>
 
95
</TR>
 
96
</TABLE>
 
97
 
 
98
<P> It is possible to use Basilisk II with a CD-ROM or floppy image, but
 
99
because most bootable CDs have a minimal System Folder, it is better if you
 
100
use a disk image with a more complete MacOS installed on it. The next section
 
101
tells you how to do this. </P>
 
102
 
 
103
<P> Note that there is currently no Install CD image on Apple's Web site, but
 
104
they do seem to have MacOS 7.5.3 floppy disk images (all 19 of them). Burning
 
105
those images onto a CD (not in the extended format) should allow you to install.
90
106
<BR>Thanks to Attilio Farina for this tip! </P>
91
107
 
 
108
<H2> <A NAME="install"> Installing the MacOS </A> </H2>
92
109
 
93
110
<H3> Create a new BasiliskII disk </H3>
94
111
 
107
124
<P> If you want to have more than one hard disk available to Basilisk II,
108
125
you could create additional volumes here. </P>
109
126
 
110
 
 
111
127
<H3> Installing the MacOS </H3>
112
128
 
113
 
<P> Insert your MacOS install CD-ROM, and wait a few moments for
114
 
the Finder to mount the disk. While still in your preferences: </P>
 
129
<P> Insert your MacOS install CD-ROM, and wait a few moments for the
 
130
OS X Finder to mount the disk. While still in your preferences: </P>
115
131
 
116
132
<OL>
117
133
<LI> Go to the Emulation tab and check that your emulation is appropriate
154
170
<H2> <A NAME="import">Importing Mac Files</A> </H2>
155
171
 
156
172
<P> If you are not running MacOS 7.5.3 or newer, the above trick won't work.
157
 
This makes getting files into Basilisk II harder. Luckily, older versions of
158
 
Apple's "Disk Copy" utility can create a disk image file that is compatible
159
 
with Basilisk II (<I>i.e.<.I> you can add it as a disk volume).
160
 
 
161
 
<P>Open 10.1's Disk Copy program, and create a "Mac Standard" image, or
162
 
use Disk Copy 6.??? in Classic.
163
 
 
164
 
<HR>
165
 
 
166
 
$Id: HowTo.html,v 1.4 2004/05/25 04:24:01 nigel Exp $
 
173
This makes getting files into Basilisk II harder. Luckily, Apple's 'Disk Copy'
 
174
or 'Disk Utility' can create a disk image file that is compatible
 
175
with Basilisk II (<I>i.e.</I> you can add it as a disk volume). </P>
 
176
 
 
177
<OL>
 
178
<LI> Open 10.1's 'Disk Copy' program, and create a 'Mac Standard' image,
 
179
<BR> or 10.3's 'Disk Utility', and create a 'read/write disk image',
 
180
<BR> or Disk Copy 6.??? in Classic, and create new image </LI>
 
181
<LI> If the image is not mounted, mount it </LI>
 
182
<LI> Copy any files that you want to access in the emulator to the mounted
 
183
     image </LI>
 
184
<LI> Unmount the image </LI>
 
185
<LI> In Basilisk II's preferences, go to the 'Disk Volumes' tab,
 
186
     add your new image, and start the emulation </LI>
 
187
</OL>
 
188
 
 
189
A new disk should appear on the emulation's desktop which contains the files
 
190
that you wanted to access. If the emulator complains about a disk needing to
 
191
be formatted, you may have chosen the wrong type of image type in 'Disk Copy'
 
192
or 'Disk Utility.'
 
193
 
 
194
<HR>
 
195
<H2> <A NAME="net">Networking</A> </H2>
 
196
 
 
197
<P> If your Mac is networked, then your emulated MacOS can also access that
 
198
network:
 
199
<OL>
 
200
<LI> Open Basilisk II, go to the Preferences, then the Hardware tab,
 
201
and set the emulator's EtherNet interface to slirp </LI>
 
202
<LI> Start the Emulator </LI>
 
203
<LI> In the emulated MacOS, open the TCP/IP Control Panel and set:
 
204
    <UL>
 
205
    <LI> 'Connect via:' to EtherNet, and </LI>
 
206
    <LI> 'Configure:' to 'Using DHCP Server' </LI>
 
207
    </UL>
 
208
<LI> Restart the emulation. </LI>
 
209
</OL>
 
210
You should now be able to surf the web, or FTP download software,
 
211
in the emulated Mac. Not sure about AppleTalk networking, though. </P>
 
212
 
 
213
<P> Note that this does not require the OS X Mac to be using EtherNet,
 
214
any working TCP/IP networking should be fine. I have tested it over
 
215
DHCP EtherNet (ADSL modem/router at home), and with a static IP
 
216
address at work (which also has an external web proxy/firewall). </P>
 
217
 
 
218
<HR>
 
219
 
 
220
$Id: HowTo.html,v 1.6 2006/01/16 23:07:22 nigel Exp $
167
221
<BR>
168
222
Written by Nigel Pearson on 26th March, 2003.
169
223