1 |
nigel |
1.1 |
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML> |
2 |
|
|
<HEAD><TITLE>Basilisk II, Mac OS X port, HowTos</TITLE></HEAD> |
3 |
|
|
<BODY> |
4 |
|
|
|
5 |
|
|
<H1> Index </H1> |
6 |
|
|
|
7 |
|
|
<UL> |
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> |
11 |
|
|
<LI> <A HREF="#mount"> Mounting Unix Files</A> </LI> |
12 |
nigel |
1.4 |
<LI> <A HREF="#import"> Importing Mac Files</A> </LI> |
13 |
nigel |
1.1 |
</UL> |
14 |
|
|
|
15 |
|
|
<HR> |
16 |
|
|
|
17 |
|
|
<H2> <A NAME="minreq"> Minimum Requirements </A> </H2> |
18 |
|
|
|
19 |
|
|
To run Basilisk II, you need both: |
20 |
|
|
<UL> |
21 |
|
|
<LI>A Mac ROM image. Even though there is a ROM in your OS X Mac, |
22 |
|
|
it is too new for a 68k Mac to make use of. Any Mac II ROM, |
23 |
nigel |
1.2 |
and most of the Quadra ROMS, will work. |
24 |
|
|
<BR> (Quadra 660av and 840av ROMs are currently unusable. |
25 |
|
|
I don't know about Mac LC ROMs. In the near future, Mac Plus, |
26 |
|
|
SE or Classic ROMS may also be usable, though only for emulating |
27 |
|
|
a monochrome Mac). </LI> |
28 |
nigel |
1.1 |
<LI>A copy of the MacOS, which at the moment has to either be on |
29 |
|
|
a CD-ROM, or on a disk image </LI> |
30 |
|
|
</UL> |
31 |
|
|
|
32 |
|
|
<HR> |
33 |
|
|
|
34 |
|
|
<H2> <A NAME="rom"> Macintosh ROM image </A> </H2> |
35 |
|
|
|
36 |
|
|
<P> To run Basilisk II, you need a ROM image, which is a data file |
37 |
|
|
containing a copy of the ROM chips from a real 68k Macintosh. </P> |
38 |
|
|
|
39 |
|
|
<P> The best way (<I>i.e.</I> most legally acceptable) to get a ROM |
40 |
|
|
image is to produce it from your old Mac. Take a program like CopyROM, |
41 |
|
|
download it onto your old Mac, and use it to produce the image file, |
42 |
nigel |
1.3 |
which you then copy or upload to your OS X Mac. |
43 |
|
|
A good page which describes this process is |
44 |
|
|
<A HREF="http://mes.emuunlim.com/tips/capturing_a_mac_rom_image.htm">here</A>. |
45 |
|
|
</P> |
46 |
nigel |
1.1 |
|
47 |
|
|
<P> The easiest way to get a ROM image is to get one from someone else |
48 |
|
|
(<I>e.g.</I> another Basilisk II user, or an emulation web site). |
49 |
|
|
Note that this probably contravenes several copyright laws. </P> |
50 |
|
|
|
51 |
|
|
<P>Once you have your ROM image, you need to tell Basilisk II to use it: |
52 |
|
|
<OL> |
53 |
|
|
<LI> Open the Basilisk II application </LI> |
54 |
|
|
<LI> Go to the 'BasiliskII' menu, then the Preferences...' menu item </LI> |
55 |
|
|
<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> |
57 |
|
|
<LI> Click the Save button, so that Basilisk II will be able to find the ROM |
58 |
|
|
each time you boot it </LI> |
59 |
|
|
</OL> |
60 |
|
|
</P> |
61 |
|
|
|
62 |
nigel |
1.2 |
<P> If you want to test this, press the Run or Power button |
63 |
|
|
(in the top right corner of the 'BasiliskII Emulator' window). |
64 |
|
|
After a few moments you should see a Mac screen, with a picture of a floppy |
65 |
nigel |
1.1 |
disk with a flashing question mark. That is the Mac telling you that it needs |
66 |
|
|
a disk to boot from. </P> |
67 |
|
|
|
68 |
|
|
<HR> |
69 |
|
|
|
70 |
|
|
<H2> <A NAME="b-disk"> Creating a boot disk </A> </H2> |
71 |
|
|
|
72 |
nigel |
1.2 |
<P> Basilisk II needs a copy of the MacOS to boot from. Anything from System 7 |
73 |
|
|
through to MacOS 8.1 should be usable. |
74 |
|
|
<BR> (Felix Eng and I have only tested System 7.0.1, 7.1, 7.5.3 and 7.6, |
75 |
|
|
although Felix also got System 6.0.8 to work with SE/30 Roms) </P> |
76 |
nigel |
1.1 |
|
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 |
nigel |
1.2 |
<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. |
90 |
|
|
<BR>Thanks to Attilio Farina for this tip! </P> |
91 |
|
|
|
92 |
nigel |
1.1 |
|
93 |
|
|
<H3> Create a new BasiliskII disk </H3> |
94 |
|
|
|
95 |
|
|
<P> Before you can install the MacOS onto a disk volume, |
96 |
|
|
you need to create a disk to install onto: </P> |
97 |
|
|
|
98 |
|
|
<OL> |
99 |
nigel |
1.2 |
<LI> Start up the Basilisk application.<BR> |
100 |
nigel |
1.1 |
(If it is already running, skip this step)</LI> |
101 |
|
|
<LI> Open the preferences. </LI> |
102 |
|
|
<LI> Go to the Disk Volumes tab. </LI> |
103 |
|
|
<LI> Press the 'Create...' button |
104 |
|
|
(go with the defaults, unless you think you will need a huge disk). </LI> |
105 |
|
|
</OL> |
106 |
|
|
|
107 |
|
|
<P> If you want to have more than one hard disk available to Basilisk II, |
108 |
|
|
you could create additional volumes here. </P> |
109 |
|
|
|
110 |
|
|
|
111 |
|
|
<H3> Installing the MacOS </H3> |
112 |
|
|
|
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> |
115 |
|
|
|
116 |
|
|
<OL> |
117 |
|
|
<LI> Go to the Emulation tab and check that your emulation is appropriate |
118 |
|
|
for your install image |
119 |
|
|
<BR>(<I>e.g.</I> I had to change from Quadra900 to IIci, |
120 |
nigel |
1.2 |
because my generic 7.1 install CD didn't support the Quadra), |
121 |
|
|
and that you have the RAM size set appropriately |
122 |
|
|
<BR>(<I>e.g.</I> 8MB RAM may not be enough for a 7.5.3 install). </LI> |
123 |
nigel |
1.1 |
<LI> Click the save button. </LI> |
124 |
|
|
<LI> In the BasiliskII Emulator window, click Run. <BR> |
125 |
|
|
(If it is already running, but showing the floppy with the question mark, |
126 |
|
|
press the restart button - the triangle in the bottom right hand corner) <BR> |
127 |
|
|
You should get a HappyMac, and the emulator will start to boot from the CD. |
128 |
|
|
You should then a dialog asking you to format a disk. </LI> |
129 |
|
|
<LI> Click Initialize, then Erase, give the disk an appropriate name |
130 |
|
|
(<I>e.g.</I> Hard Disk), then click OK. </LI> |
131 |
|
|
<LI> Find the OS installer (in my case the CD booted into At Ease, and one of |
132 |
|
|
the first buttons was 'Install System'), and go with the defaults. </LI> |
133 |
|
|
</OL> |
134 |
|
|
|
135 |
|
|
<P> After the installer finishes it may try to reboot (or you may need to |
136 |
|
|
force a reboot). When it reboots, BasiliskII may exit. Start it again, |
137 |
|
|
and you should boot into your installed OS. </P> |
138 |
|
|
|
139 |
|
|
<HR> |
140 |
|
|
|
141 |
|
|
<H2> <A NAME="mount">Mounting Unix Files</A> </H2> |
142 |
|
|
|
143 |
nigel |
1.2 |
<P> If Basilisk II is running MacOS 7.5.3 or newer, you can easily access some |
144 |
nigel |
1.1 |
of the files from your OS X disks. Just set the 'Unix directory to mount' in the |
145 |
nigel |
1.4 |
Volumes tab of the Preferences. Next time the Emulator starts up, a new disk |
146 |
|
|
will appear on its Desktop (called Unix). </P> |
147 |
nigel |
1.1 |
|
148 |
|
|
<P> To prevent clashes with the OS X desktop files, I suggest that the directory |
149 |
|
|
you select is not a whole disk (<I>e.g.</I> '/' or '/Volumes/disk'). Mount a |
150 |
|
|
sub-folder instead (like '/Applications (Mac OS 9)'). </P> |
151 |
|
|
|
152 |
|
|
<HR> |
153 |
|
|
|
154 |
nigel |
1.4 |
<H2> <A NAME="import">Importing Mac Files</A> </H2> |
155 |
|
|
|
156 |
|
|
<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.3 2003/06/03 12:26:28 nigel Exp $ |
167 |
nigel |
1.1 |
<BR> |
168 |
|
|
Written by Nigel Pearson on 26th March, 2003. |
169 |
|
|
|
170 |
|
|
</BODY> |
171 |
|
|
|
172 |
nigel |
1.3 |
</HTML> |