| 1 |
|
| 2 |
Basilisk II
|
| 3 |
A 68k Macintosh emulator
|
| 4 |
|
| 5 |
Copyright (C) 1997-2002 Christian Bauer et al.
|
| 6 |
|
| 7 |
|
| 8 |
License
|
| 9 |
-------
|
| 10 |
|
| 11 |
Basilisk II is available under the terms of the GNU General Public License.
|
| 12 |
See the file "COPYING" that is included in the distribution for details.
|
| 13 |
|
| 14 |
|
| 15 |
Overview
|
| 16 |
--------
|
| 17 |
|
| 18 |
Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables
|
| 19 |
you to run 68k MacOS software on you computer, even if you are using a
|
| 20 |
different operating system. However, you still need a copy of MacOS and
|
| 21 |
a Macintosh ROM image to use Basilisk II.
|
| 22 |
|
| 23 |
Basilisk II has currently been ported to the following systems:
|
| 24 |
- BeOS R4 (PowerPC and x86)
|
| 25 |
- Unix (tested under Linux, Solaris 2.x, FreeBSD 3.x, NetBSD 1.4.x and
|
| 26 |
IRIX 6.5)
|
| 27 |
- AmigaOS 3.x
|
| 28 |
- Windows NT 4.0 (mostly works under Windows 95/98, too)
|
| 29 |
- Mac OS X 10.1
|
| 30 |
|
| 31 |
Some features of Basilisk II:
|
| 32 |
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5)
|
| 33 |
or a Mac II series machine (which runs MacOS 7.x, 8.0 and 8.1),
|
| 34 |
depending on the ROM being used
|
| 35 |
- Color video display
|
| 36 |
- CD quality sound output
|
| 37 |
- Floppy disk driver (only 1.44MB disks supported)
|
| 38 |
- Driver for HFS partitions and hardfiles
|
| 39 |
- CD-ROM driver with basic audio functions
|
| 40 |
- Easy file exchange with the host OS via a "Host Directory Tree" icon
|
| 41 |
on the Mac desktop
|
| 42 |
- Ethernet driver
|
| 43 |
- Serial drivers
|
| 44 |
- SCSI Manager (old-style) emulation
|
| 45 |
- Emulates extended ADB keyboard and 3-button mouse
|
| 46 |
- Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k
|
| 47 |
processor
|
| 48 |
|
| 49 |
The emulator is not yet complete. See the file "TODO" for a list of
|
| 50 |
unimplemented stuff.
|
| 51 |
|
| 52 |
|
| 53 |
Requirements and Installation
|
| 54 |
-----------------------------
|
| 55 |
|
| 56 |
Please consult the file "INSTALL" for a list of system requirements and
|
| 57 |
installation instructions.
|
| 58 |
|
| 59 |
|
| 60 |
Configuration
|
| 61 |
-------------
|
| 62 |
|
| 63 |
Basilisk II is configured via the preferences editor that appears on startup.
|
| 64 |
If you have a version without preferences editor (e.g. because of missing GTK+
|
| 65 |
under Unix), you have to edit the preferences file manually.
|
| 66 |
|
| 67 |
The settings are stored in a text file:
|
| 68 |
|
| 69 |
BeOS:
|
| 70 |
/boot/home/config/settings/BasiliskII_prefs
|
| 71 |
|
| 72 |
Unix, Mac OS X:
|
| 73 |
~/.basilisk_ii_prefs
|
| 74 |
|
| 75 |
AmigaOS:
|
| 76 |
ENV:BasiliskII_prefs
|
| 77 |
|
| 78 |
Windows:
|
| 79 |
BasiliskII_prefs (in the same directory as the executable)
|
| 80 |
|
| 81 |
If no preferences file is present, Basilisk II will create one with the
|
| 82 |
default settings upon startup.
|
| 83 |
|
| 84 |
|
| 85 |
Preferences File Format
|
| 86 |
-----------------------
|
| 87 |
|
| 88 |
The preferences file is a text file editable with any text editor.
|
| 89 |
Each line in this file has the format "keyword value" and describes
|
| 90 |
one preferences item. For each keyword, the meaning of the "value"
|
| 91 |
string may vary across platforms. The following keywords exist:
|
| 92 |
|
| 93 |
disk <volume description>
|
| 94 |
|
| 95 |
This item describes one MacOS volume to be mounted by Basilisk II.
|
| 96 |
There can be multiple "disk" lines in the preferences file. Basilisk II
|
| 97 |
can handle hardfiles (byte-per-byte images of HFS volumes in a file on
|
| 98 |
the host system), HFS partitions on hard disks etc., and MacOS-partitioned
|
| 99 |
disks (it can only access the first partition, though). The "volume
|
| 100 |
description" is either the pathname of a hardfile or a platform-dependant
|
| 101 |
description of an HFS partition or drive. If the volume description is
|
| 102 |
prefixed by an asterisk ("*"), the volume is write protected for MacOS.
|
| 103 |
|
| 104 |
Basilisk II can also handle some types of Mac "disk image" files directly,
|
| 105 |
as long as they are uncompressed and unencoded.
|
| 106 |
|
| 107 |
BeOS:
|
| 108 |
To specify an HFS partition, simply specify its path (e.g.
|
| 109 |
"/dev/disk/scsi/0/1/0/0_3"). If you don't specify any volumes, Basilisk II
|
| 110 |
will search for and use all available HFS partitions.
|
| 111 |
|
| 112 |
Unix:
|
| 113 |
To specify an HFS partition, simply specify its path (e.g. "/dev/sda5").
|
| 114 |
If you want to access a MacOS-partitioned hard disk or removable volume
|
| 115 |
(Jaz, Zip etc.) and your operating system doesn't understand MacOS
|
| 116 |
partition tables, you can specify the block device name (e.g. "/dev/sda")
|
| 117 |
to access the first HFS partition on the device. Under Linux, if you
|
| 118 |
don't specify any volumes, Basilisk II will search /etc/fstab for
|
| 119 |
unmounted HFS partitions and use these.
|
| 120 |
|
| 121 |
AmigaOS:
|
| 122 |
Partitions/drives are specified in the following format:
|
| 123 |
/dev/<device name>/<unit>/<open flags>/<start block>/<size>/<block size>
|
| 124 |
"start block" and "size" are given in blocks, "block size" is given in
|
| 125 |
bytes.
|
| 126 |
|
| 127 |
Windows:
|
| 128 |
To define a logical volume (Windows NT only), specify its path (e.g. "c:\").
|
| 129 |
To define a physical volume (NT and 9x), additionally give the "physical"
|
| 130 |
keyword (E.g. "physical c:\"). For safety reasons, volumes are mounted as
|
| 131 |
read-only. This is due to the bugs in PC Exchange. If you don't specify
|
| 132 |
any volume, the files *.hfv and *.dsk are searched from the current
|
| 133 |
directory. Note that in this case, Basilisk II tries to boot from the first
|
| 134 |
volume file found, which is random and may not be what you want.
|
| 135 |
|
| 136 |
floppy <floppy drive description>
|
| 137 |
|
| 138 |
This item describes one floppy drive to be used by Basilisk II. There
|
| 139 |
can be multiple "floppy" lines in the preferences file. If no "floppy"
|
| 140 |
line is given, Basilisk II will try to automatically detect and use
|
| 141 |
installed floppy drives. The format of the "floppy drive description"
|
| 142 |
is the same as that of "disk" lines.
|
| 143 |
|
| 144 |
cdrom <CD-ROM drive description>
|
| 145 |
|
| 146 |
This item describes one CD-ROM drive to be used by Basilisk II. There
|
| 147 |
can be multiple "cdrom" lines in the preferences file. If no "cdrom"
|
| 148 |
line is given, Basilisk II will try to automatically detect and use
|
| 149 |
installed CD-ROM drives. The format of the "CD-ROM drive description"
|
| 150 |
is the same as that of "disk" lines.
|
| 151 |
|
| 152 |
extfs <direcory path>
|
| 153 |
|
| 154 |
This item specifies the root directory for the "Host Directory Tree"
|
| 155 |
file system (the "Unix/BeOS/Amiga/..." icon on the Finder desktop).
|
| 156 |
All objects contained in that directory are accessible by Mac applications.
|
| 157 |
|
| 158 |
This feature is only available when File System Manager V1.2 or later
|
| 159 |
is installed on the Mac side. FSM 1.2 is built-in beginning with MacOS 7.6
|
| 160 |
and can be installed as a system extension (downloadable from Apple, look
|
| 161 |
for the FSM SDK in the developer section) for earlier MacOS versions.
|
| 162 |
|
| 163 |
scsi0 <SCSI target> ... scsi6 <SCSI target>
|
| 164 |
|
| 165 |
These items describe the SCSI target to be used for a given Mac SCSI
|
| 166 |
ID by Basilisk II. Basilisk II emulates the old SCSI Manager and allows
|
| 167 |
to assign a different SCSI target (they don't even have to be on the
|
| 168 |
same SCSI bus) for each SCSI ID (0..6) as seen by the MacOS. "scsi0"
|
| 169 |
describes the target for ID 0, "scsi1" the target for ID 1 etc.
|
| 170 |
The format of the "SCSI target" is platform specific.
|
| 171 |
|
| 172 |
BeOS:
|
| 173 |
The "SCSI target" has the format "<bus>/<unit>" (e.g. "0/2").
|
| 174 |
Due to a bug in BeOS, using SCSI with Basilisk II may cause the
|
| 175 |
SCSI bus to hang. Use with caution.
|
| 176 |
|
| 177 |
Linux:
|
| 178 |
The "SCSI target" has to be the name of a device that complies to
|
| 179 |
the Generic SCSI driver API. On a standard Linux installation, these
|
| 180 |
devices are "/dev/sg0", "/dev/sg1" etc. Note that you must have
|
| 181 |
appropriate access rights to these devices and that Generic SCSI
|
| 182 |
support has to be compiled into the kernel.
|
| 183 |
|
| 184 |
FreeBSD:
|
| 185 |
The "SCSI target" has the format "<id>/<lun>" (e.g. "2/0").
|
| 186 |
|
| 187 |
AmigaOS:
|
| 188 |
The "SCSI target" has the format "<device name>/<unit>" (e.g.
|
| 189 |
"scsi.device/2").
|
| 190 |
|
| 191 |
Windows:
|
| 192 |
The "SCSI target" has the format <"Vendor"> <"Model"> (e.g.
|
| 193 |
scsi0 "HP" "CD-Writer+ 7100"). Note the use of quotes.
|
| 194 |
|
| 195 |
screen <video mode>
|
| 196 |
|
| 197 |
This item describes the type of video display to be used by default for
|
| 198 |
Basilisk II. If you are using a Mac Classic ROM, the display is always
|
| 199 |
1-bit 512x342 and this item is ignored. The format of the "video mode" is
|
| 200 |
platform specific.
|
| 201 |
|
| 202 |
BeOS:
|
| 203 |
The "video mode" is one of the following:
|
| 204 |
win/<width>/<height>
|
| 205 |
8-bit color display in a window of the given size. This is the
|
| 206 |
default.
|
| 207 |
scr/<mode>
|
| 208 |
Full-screen display in BWindowScreen. <mode> is the bit number of
|
| 209 |
the video mode to use (see headers/be/interface/GraphicsDefs.h).
|
| 210 |
E.g. 0 = 640x480x8, 1 = 800x600x8 etc., 10 = 640x480x24,
|
| 211 |
11 = 800x600x24 etc., 18 = 640x480x15, 19 = 800x600x15 etc.
|
| 212 |
15 bit modes are preferable to 16 bit modes (which may show false
|
| 213 |
colors on PowerPC machines).
|
| 214 |
When you run in full-screen mode and switch to another Workspace,
|
| 215 |
Basilisk II is put in "suspend" mode (i.e. MacOS will be frozen).
|
| 216 |
|
| 217 |
Unix:
|
| 218 |
The "video mode" is one of the following:
|
| 219 |
win/<width>/<height>
|
| 220 |
Color display in an X11 window of the given size. There are several
|
| 221 |
resolutions and color depths available. The set of color depths
|
| 222 |
depends on the capabilities of the X11 server, the operating system,
|
| 223 |
and Basilisk II compile-time options, but 1 bit and the default depth
|
| 224 |
of the X11 screen should always be available.
|
| 225 |
dga/<width>/<height>
|
| 226 |
[if Basilisk II was configured with --enable-xf86-dga]
|
| 227 |
Full-screen display using the XFree86 DGA extension. The color depth
|
| 228 |
(8/15/24 bit) depends on the depth of the underlying X11 screen.
|
| 229 |
"width" and "height" specify the maximum width/height to use.
|
| 230 |
Saying "dga/0/0" means "complete screen".
|
| 231 |
dga/<frame buffer name>
|
| 232 |
[if Basilisk II was configured with --enable-fbdev-dga]
|
| 233 |
Full-screen display using the frame buffer device /dev/fb. The color
|
| 234 |
depth (8/15/24 bit) depends on the depth of the underlying X11 screen.
|
| 235 |
The "frame buffer name" is looked up in the "fbdevices" file (whose
|
| 236 |
path can be specified with the "fbdevicefile" prefs item) to determine
|
| 237 |
certain characteristics of the device (doing a "ls -l /dev/fb" should
|
| 238 |
tell you what your frame buffer name is).
|
| 239 |
|
| 240 |
AmigaOS:
|
| 241 |
The "video mode" is one of the following:
|
| 242 |
win/<width>/<height>
|
| 243 |
Black-and-white display in a window of the given size on the
|
| 244 |
Workbench screen. This is the default and will also be used when
|
| 245 |
one of the other options (PIP/screen) fails to open.
|
| 246 |
pip/<width>/<height>
|
| 247 |
15-bit truecolor display in a Picasso96 PIP. This requires
|
| 248 |
Picasso96 as well as a PIP-capable graphics card (e.g. Picasso IV).
|
| 249 |
scr/<hexadecimal mode ID>
|
| 250 |
8/15/24-bit fullscreen display on a Picasso96/CyberGraphX screen with
|
| 251 |
the given mode ID. This requires Picasso96 or CyberGraphX. For 15 and
|
| 252 |
24 bit, the frame buffer format must be QuickDraw-compatible
|
| 253 |
(big-endian, xRGB 1:5:5:5 or xRGB 8:8:8:8). The screen size will be
|
| 254 |
the default size for that mode ID.
|
| 255 |
|
| 256 |
Windows:
|
| 257 |
The "video mode" is one of the following:
|
| 258 |
win/<width>/<height>/<bits per pixel>
|
| 259 |
A refreshed screen mode that uses Windows GDI calls to write to the
|
| 260 |
screen. You may have other windows on top of Basilisk II.
|
| 261 |
dx/<width>/<height>/<bits per pixel>
|
| 262 |
A refreshed DirectX mode (minimum version 5.0). There are ways to
|
| 263 |
install DirectX 5 on NT 4. Some new display adapters work fine even
|
| 264 |
with DirectX 3.
|
| 265 |
fb/<width>/<height>/<bits per pixel>
|
| 266 |
A non-refreshed video mode that works only on NT. It accesses the
|
| 267 |
linear frame buffer directly (best performance of all three modes).
|
| 268 |
Use the hotkey Control-Shift-F12 to switch between Windows and Mac
|
| 269 |
displays. Fast task switch (Alt-Tab) and Explorer start menu
|
| 270 |
(Control-Esc) are disabled, Control-Alt-Del is enabled.
|
| 271 |
<width> and <height> can be either zeroes (uses current screen values),
|
| 272 |
or something else. "win" mode can use almost anything, for other modes
|
| 273 |
there must be a corresponding DirectX mode.
|
| 274 |
<bits> is ignored for mode "win" (uses current screen values).
|
| 275 |
If the mode is "win" and the dimensions are different than the desktop
|
| 276 |
dimensions, windowed mode is used. The window can be moved around by
|
| 277 |
dragging with the right mouse button. This mode remembers window positions
|
| 278 |
separately for different dimensions.
|
| 279 |
The supported values are 8,15,16,24,32. It is possible that some of them
|
| 280 |
do not work for you. In particular, it may be that only one of the
|
| 281 |
two modes, 15 and 16, is suitable for your card. You need to find out
|
| 282 |
the best solution by experimenting.
|
| 283 |
Basilisk II checks what display mode you are currently running and uses
|
| 284 |
that mode. The screen is always full screen. When you switch to another
|
| 285 |
application via Alt-Tab, Basilisk II is put in "snooze" mode (i.e. MacOS
|
| 286 |
is frozen).
|
| 287 |
|
| 288 |
|
| 289 |
Mac OS X:
|
| 290 |
The "video mode" is one of the following:
|
| 291 |
win/<width>/<height>
|
| 292 |
win/<width>/<height>/<bits per pixel>
|
| 293 |
A refreshed (and buffered) [and very slow] Quartz window.
|
| 294 |
The default <bits> is 32, which is the only depth currently supported.
|
| 295 |
full/<width>/<height>
|
| 296 |
full/<width>/<height>/<bits per pixel>
|
| 297 |
A CGDirectDisplay full screen mode. <bits> can currently be 8, 16 or 32.
|
| 298 |
If not specified, the default is 32. There is currently no way to switch
|
| 299 |
between the Mac OS X and Basilisk II display, but Apple-Option-Escape
|
| 300 |
instantly and safely terminates the Basilisk II program.
|
| 301 |
opengl/<width>/<height>
|
| 302 |
opengl/<width>/<height>/<bits per pixel>
|
| 303 |
Currently unimplemented, will be a fast windowed mode.
|
| 304 |
|
| 305 |
|
| 306 |
seriala <serial port description>
|
| 307 |
|
| 308 |
This item describes the serial port to be used as Port A (Modem Port)
|
| 309 |
by Basilisk II. If no "seriala" line is given, Basilisk II will try to
|
| 310 |
automatically detect and use installed serial ports. The "serial port
|
| 311 |
description" is a platform-dependant description of a serial port.
|
| 312 |
|
| 313 |
BeOS:
|
| 314 |
Either specify the name of a serial port (e.g. "serial1") or one of
|
| 315 |
"parallel1", "parallel2" or "parallel3". See below for more information
|
| 316 |
about parallel ports.
|
| 317 |
|
| 318 |
Unix:
|
| 319 |
Specify the device name of a serial port (e.g. "/dev/ttyS0") or a
|
| 320 |
parallel "lp" port (e.g. "/dev/lp1"; this only works under Linux and
|
| 321 |
FreeBSD). See below for more information about parallel ports.
|
| 322 |
|
| 323 |
AmigaOS:
|
| 324 |
You have to specify the name of the serial device and the device unit
|
| 325 |
as "<device name>/<unit>" (e.g. "serial.device/0"). If the given device
|
| 326 |
is not compatible to serial.device, Basilisk II will crash. If the
|
| 327 |
device name starts with an asterisk (e.g. "*parallel.device/0"), the
|
| 328 |
device is treated as a parallel.device compatible device. See below for
|
| 329 |
more information about parallel ports.
|
| 330 |
|
| 331 |
Windows:
|
| 332 |
Specify "COM1" or "COM2" for com port 1 or 2, respectively.
|
| 333 |
|
| 334 |
Parallel ports: If you select a parallel port it will look like a serial
|
| 335 |
port to MacOS but Basilisk II will only allow data output and ignore baud
|
| 336 |
rate settings etc. You should be able to get some printers to work with
|
| 337 |
this method (provided that you have the right printer driver, like
|
| 338 |
"Power Print" (see www.gdt.com)).
|
| 339 |
|
| 340 |
serialb <serial port description>
|
| 341 |
|
| 342 |
This item describes the serial port to be used as Port B (Printer Port)
|
| 343 |
by Basilisk II. If no "serialb" line is given, Basilisk II will try to
|
| 344 |
automatically detect and use installed serial ports. The format of the
|
| 345 |
"serial port description" is the same as that of the "seriala" option.
|
| 346 |
|
| 347 |
ether <ethernet card description>
|
| 348 |
|
| 349 |
This item describes the Ethernet card to be used for Ethernet networking
|
| 350 |
by Basilisk II. If no "ether" line is given, Ethernet networking is disabled
|
| 351 |
(although the Ethernet driver of Basilisk II will behave like a "dummy"
|
| 352 |
Ethernet card in this case). If you are using a Mac Classic ROM, Ethernet
|
| 353 |
is not available and this setting is ignored. The "ethernet card description"
|
| 354 |
is a platform-dependant description of an ethernet card.
|
| 355 |
|
| 356 |
General note: To use TCP/IP from MacOS, you should assign a different IP
|
| 357 |
address to the MacOS (entered into the MacOS TCP/IP (or MacTCP) control
|
| 358 |
panel). Otherwise there will be confusion about which operating system will
|
| 359 |
handle incoming packets.
|
| 360 |
|
| 361 |
BeOS:
|
| 362 |
It doesn't matter what you give as "ethernet card description", Basilisk II
|
| 363 |
will always use the first Ethernet card it finds as long an an "ether"
|
| 364 |
line exists (e.g. say "ether yes"). Using Ethernet requires the "sheep_net"
|
| 365 |
Net Server add-on to be installed. The first time you start Basilisk II
|
| 366 |
with Ethernet enabled you will be asked whether it's OK to make the
|
| 367 |
necessary changes to your BeOS network configuration to enable sheep_net.
|
| 368 |
|
| 369 |
Linux:
|
| 370 |
The "ethernet card description" is the name of an Ethernet interface.
|
| 371 |
There are two approaches to networking with Basilisk II:
|
| 372 |
|
| 373 |
1. Direct access to an Ethernet card via the "sheep_net" kernel module.
|
| 374 |
The "ethernet card description" must be the name of a real Ethernet
|
| 375 |
card, e.g. "eth0".
|
| 376 |
|
| 377 |
The sheep_net module is included in the Basilisk II source
|
| 378 |
distribution in the directory "src/Unix/Linux/NetDriver". You have
|
| 379 |
to compile and install the module yourself:
|
| 380 |
|
| 381 |
$ su
|
| 382 |
[enter root password]
|
| 383 |
# make
|
| 384 |
# make dev
|
| 385 |
[this will create a /dev/sheep_net device node; you should give
|
| 386 |
appropriate access rights to the user(s) running Basilisk II]
|
| 387 |
# insmod sheep_net.o
|
| 388 |
|
| 389 |
If you copy the sheep_net.o module to a place where it can be found
|
| 390 |
by the kernel module loader ("/lib/modules/<version>/kernel/drivers/net"
|
| 391 |
for 2.4 kernels) and add the line
|
| 392 |
|
| 393 |
alias char-major-10-198 sheep_net
|
| 394 |
|
| 395 |
to "/etc/modules.conf", the kernel should be able to load the module
|
| 396 |
automatically when Basilisk II is started.
|
| 397 |
|
| 398 |
The sheep_net module will allow you to run all networking protocols
|
| 399 |
under MacOS (TCP/IP, AppleTalk, IPX etc.) but there is no connection
|
| 400 |
between Linux networking and MacOS networking. MacOS will only be
|
| 401 |
able to talk to other machines on the Ethernet, but not to other
|
| 402 |
networks that your Linux box routes (e.g. a second Ethernet or a PPP
|
| 403 |
connection to the Internet).
|
| 404 |
|
| 405 |
2. Putting Basilisk II on a virtual Ethernet via the "ethertap" device.
|
| 406 |
In this case, the "ethernet card description" must be the name
|
| 407 |
of an ethertap interface, e.g. "tap0". It also requires that you
|
| 408 |
configure your kernel to enable routing and ethertap support:
|
| 409 |
under "Networking options", enable "Kernel/User netlink socket" and
|
| 410 |
"Netlink device emulation", under "Network device support", activate
|
| 411 |
"Ethertap network tap". You also have to modify drivers/net/ethertap.c
|
| 412 |
a bit before compiling the new kernel:
|
| 413 |
|
| 414 |
- insert "#define CONFIG_ETHERTAP_MC 1" near the top (after the
|
| 415 |
#include lines)
|
| 416 |
- comment out the line "dev->flags|=IFF_NOARP;" in ethertap_probe()
|
| 417 |
|
| 418 |
Next, see /usr/src/linux/Documentation/networking/ethertap.txt for
|
| 419 |
information on how to set up /dev/tap* device nodes and activate the
|
| 420 |
ethertap interface. Under MacOS, select an IP address that is on the
|
| 421 |
virtual network and set the default gateway to the IP address of the
|
| 422 |
ethertap interface. This approach will let you access all networks
|
| 423 |
that your Linux box has access to (especially, if your Linux box has
|
| 424 |
a dial-up Internet connection and is configured for IP masquerading,
|
| 425 |
you can access the Internet from MacOS). The drawback is that you
|
| 426 |
can only use network protocols that Linux can route, so you have to
|
| 427 |
install and configure netatalk if you want to use AppleTalk. Here is
|
| 428 |
an example /etc/atalk/atalkd.conf for a LAN:
|
| 429 |
|
| 430 |
eth0 -seed -phase 2 -net 1 -addr 1.47 -zone "Ethernet"
|
| 431 |
tap0 -seed -phase 2 -net 2 -addr 2.47 -zone "Basilisknet"
|
| 432 |
|
| 433 |
(the "47" is an arbitrary node number). This will set up a zone
|
| 434 |
"Ethernet" (net 1) for the Ethernet and a zone "Basilisknet" (net 2)
|
| 435 |
for the internal network connection of the ethertap interface.
|
| 436 |
MacOS should automatically recognize the nets and zones upon startup.
|
| 437 |
If you are in an existing AppleTalk network, you should contact
|
| 438 |
your network administrator about the nets and zones you can use
|
| 439 |
(instead of the ones given in the example above).
|
| 440 |
|
| 441 |
FreeBSD:
|
| 442 |
The "ethertap" method described above also works under FreeBSD, but since
|
| 443 |
no-one has found the time to write a section for this manual, you're on
|
| 444 |
your own here...
|
| 445 |
|
| 446 |
AmigaOS:
|
| 447 |
You have to specify the name of the SANA-II Ethernet device and the device
|
| 448 |
unit as "<device name>/<unit>" (e.g. "ariadne.device/0"). If the given
|
| 449 |
device is not a SANA-II device, Basilisk II will crash. If the device is
|
| 450 |
not an Ethernet device, Basilisk II will display a warning message and
|
| 451 |
disable Ethernet networking.
|
| 452 |
|
| 453 |
See the next item for an alternative way to do networking with Basilisk II.
|
| 454 |
|
| 455 |
udptunnel <"true" or "false">
|
| 456 |
|
| 457 |
Setting this to "true" enables a special network mode in which all network
|
| 458 |
packets sent by MacOS are tunnelled over UDP using the host operating
|
| 459 |
system's native TCP/IP stack. This can only be used to connect computers
|
| 460 |
running Basilisk II (and not, for example, for connecting to the Internet
|
| 461 |
or an AppleShare server running on a real Mac), but it is probably the
|
| 462 |
easiest way to set up a network between two instances of Basilisk II
|
| 463 |
because the UDP tunnelling doesn't require any special kernel modules or
|
| 464 |
network add-ons. It relies on IP broadcasting, however, so its range is
|
| 465 |
limited. It should be fine though for doing a little file sharing or
|
| 466 |
playing Spectre.
|
| 467 |
|
| 468 |
udpport <IP port number>
|
| 469 |
|
| 470 |
This item specifies the IP port number to use for the "UDP Tunnel" mode.
|
| 471 |
The default is 6066.
|
| 472 |
|
| 473 |
rom <ROM file path>
|
| 474 |
|
| 475 |
This item specifies the file name of the Mac ROM file to be used by
|
| 476 |
Basilisk II. If no "rom" line is given, the ROM file has to be named
|
| 477 |
"ROM" and put in the same directory as the Basilisk II executable.
|
| 478 |
|
| 479 |
bootdrive <drive number>
|
| 480 |
|
| 481 |
Specify MacOS drive number of boot volume. "0" (the default) means
|
| 482 |
"boot from first bootable volume".
|
| 483 |
|
| 484 |
bootdriver <driver number>
|
| 485 |
|
| 486 |
Specify MacOS driver number of boot volume. "0" (the default) means
|
| 487 |
"boot from first bootable volume". Use "-62" to boot from CD-ROM.
|
| 488 |
|
| 489 |
ramsize <bytes>
|
| 490 |
|
| 491 |
Allocate "bytes" bytes of RAM for MacOS system and application memory.
|
| 492 |
The value given will be rounded down to the nearest multiple of 1MB.
|
| 493 |
If you are using a Mac Classic ROM, the maximum available value is 4MB
|
| 494 |
and higher values will be ignored. The default is 8MB.
|
| 495 |
|
| 496 |
frameskip <frames to skip>
|
| 497 |
|
| 498 |
For refreshed graphics modes (usually window modes), this specifies
|
| 499 |
how many frames to skip after drawing one frame. Higher values make
|
| 500 |
the video display more responsive but require more processing power.
|
| 501 |
The default is "8". Under Unix/X11, a value of "0" selects a "dynamic"
|
| 502 |
update mode that cuts the display into rectangles and updates each
|
| 503 |
rectangle individually, depending on display changes.
|
| 504 |
|
| 505 |
modelid <MacOS model ID>
|
| 506 |
|
| 507 |
Specifies the Macintosh model ID that Basilisk II should report to MacOS.
|
| 508 |
The default is "5" which corresponds to a Mac IIci. If you want to run
|
| 509 |
MacOS 8, you have to set this to "14" (Quadra 900). Other values are not
|
| 510 |
officially supported and may result in crashes. MacOS versions earlier
|
| 511 |
than 7.5 may only run with the Model ID set to "5". If you are using a Mac
|
| 512 |
Classic ROM, the model is always "Mac Classic" and this setting is
|
| 513 |
ignored.
|
| 514 |
|
| 515 |
nosound <"true" or "false">
|
| 516 |
|
| 517 |
Set this to "true" to disable all sound output. This is useful if the
|
| 518 |
sound takes too much CPU time on your machine or to get rid of warning
|
| 519 |
messages if Basilisk II can't use your audio hardware.
|
| 520 |
|
| 521 |
nocdrom <"true" or "false">
|
| 522 |
|
| 523 |
Set this to "true" to disable Basilisk's built-in CD-ROM driver.
|
| 524 |
The only reason to do this is if you want to use a third-party CD-ROM
|
| 525 |
driver that uses the SCSI Manager. The default is "false".
|
| 526 |
|
| 527 |
nogui <"true" or "false">
|
| 528 |
|
| 529 |
Set this to "true" to disable the GUI preferences editor and GUI
|
| 530 |
error alerts. All errors will then be reported to stdout. The default
|
| 531 |
is "false".
|
| 532 |
|
| 533 |
For additional information, consult the source.
|
| 534 |
|
| 535 |
|
| 536 |
System-specific configuration
|
| 537 |
-----------------------------
|
| 538 |
|
| 539 |
Unix:
|
| 540 |
|
| 541 |
keycodes <"true" or "false">
|
| 542 |
keycodefile <keycodes file path>
|
| 543 |
|
| 544 |
By default, the X11 event handler in Basilisk II uses KeySyms to
|
| 545 |
translate keyboard event to Mac keycodes. While this method is very
|
| 546 |
compatible and ought to work with all X servers, it only works well
|
| 547 |
if your keyboard has a US layout. If you set "keycodes" to "true",
|
| 548 |
Basilisk II will use raw keycodes instead of KeySyms. The keycode
|
| 549 |
depends only on the physical location of a key on the keyboard and
|
| 550 |
not on the selected keymap. Unfortunately it depends on the X server
|
| 551 |
being used and possibly also on the type of keyboard attached. So
|
| 552 |
Basilisk II needs a table to translate X keycodes to Mac keycodes.
|
| 553 |
This table is read by default from /usr/local/share/BasiliskII/keycodes
|
| 554 |
unless you specify a different file with the "keycodefile" item.
|
| 555 |
A sample keycode file is included with Basilisk II.
|
| 556 |
|
| 557 |
fbdevicefile <fbdevices file path>
|
| 558 |
|
| 559 |
This option specifies the file that contains frame buffer device
|
| 560 |
specifications for the fbdev-DGA video mode (when Basilisk II was
|
| 561 |
configured with --enable-fbdev-dga). The default location of the file
|
| 562 |
is /usr/local/share/BasiliskII/fbdevices. A sample file is included
|
| 563 |
with Basilisk II.
|
| 564 |
|
| 565 |
mousewheelmode <mode>
|
| 566 |
|
| 567 |
If you have a mouse with a wheel, this option specifies whether moving
|
| 568 |
the wheel will be reported to the MacOS as "Page up/down" (mode 0) or
|
| 569 |
"Cursor up/down" (mode 1) keys.
|
| 570 |
|
| 571 |
mousewheellines <number of lines>
|
| 572 |
|
| 573 |
If "mousewheelmode" is set to mode 1 (Cursor up/down), this option sets
|
| 574 |
the number of key events sent to MacOS for each wheel movement (the
|
| 575 |
number of lines to scroll).
|
| 576 |
|
| 577 |
ignoresegv <"true" or "false">
|
| 578 |
|
| 579 |
Set this to "true" to ignore illegal memory accesses. The default
|
| 580 |
is "false". This feature is only implemented on the following
|
| 581 |
platforms: Linux/x86, Linux/ppc.
|
| 582 |
|
| 583 |
AmigaOS:
|
| 584 |
|
| 585 |
sound <sound output description>
|
| 586 |
|
| 587 |
This item specifies what method to use for sound output. The only choice
|
| 588 |
is currently AHI, but you can specify the AHI mode ID to be used. The
|
| 589 |
"sound output description" looks like this:
|
| 590 |
|
| 591 |
ahi/<hexadecimal mode ID>
|
| 592 |
|
| 593 |
scsimemtype <type>
|
| 594 |
|
| 595 |
This item controls the type of memory to use for SCSI buffers. Possible
|
| 596 |
values are:
|
| 597 |
0 Chip memory
|
| 598 |
1 24-bit DMA capable memory
|
| 599 |
2 Any memory
|
| 600 |
|
| 601 |
Be warned that many SCSI host adapters will not work with the "Any memory"
|
| 602 |
setting. Basilisk II has no way of knowing which memory type is supported
|
| 603 |
by the host adapter and setting an unsupported type will result in data
|
| 604 |
corruption.
|
| 605 |
|
| 606 |
Windows:
|
| 607 |
|
| 608 |
noscsi <"true" or "false">
|
| 609 |
|
| 610 |
Completely disables SCSI Manager support when set to "true".
|
| 611 |
Note that currently all SCSI operations are executed synchronously,
|
| 612 |
even if Mac application has requested asynchronous operation. What this
|
| 613 |
means is that the control is not returned to the application until the
|
| 614 |
command is completely finished. Normally this is not an issue, but when a
|
| 615 |
CDR/CDRW is closed or erased the burner program typically wants to wait in
|
| 616 |
some progress dialog the result may be that the application reports a
|
| 617 |
time-out error, but the operation completes all right anyway.
|
| 618 |
|
| 619 |
nofloppyboot <"true" or "false">
|
| 620 |
|
| 621 |
Set this to "true" to disable booting from a floppy.
|
| 622 |
|
| 623 |
replacescsi <"Vendor1"> <"Model1"> <"Vendor2"> <"Model2">
|
| 624 |
|
| 625 |
This command tricks the Mac to believe that you have a SCSI device Model2
|
| 626 |
from vendor Vendor2, although your real hardware is Model1 from Vendor1.
|
| 627 |
This is very useful since many devices have almost identical ATAPI and SCSI
|
| 628 |
versions of their hardware, and MacOS applications usually support the SCSI
|
| 629 |
version only. The example below is typical:
|
| 630 |
|
| 631 |
replacescsi "HP" "CD-Writer+ 7100" "PHILIPS" "CDD3600"
|
| 632 |
|
| 633 |
Note the use of quotes.
|
| 634 |
|
| 635 |
rightmouse <0/1>
|
| 636 |
|
| 637 |
Defines what the right mouse button is used for. The default values of 0
|
| 638 |
means that it is used to move windowed mode BasiliskII screen.
|
| 639 |
Value 1 sends a combination Control and mouse click to the MacOS.
|
| 640 |
This may be useful under OS versions 8 and above.
|
| 641 |
|
| 642 |
keyboardfile <path>
|
| 643 |
|
| 644 |
Defines the path of the customized keyboard code file.
|
| 645 |
|
| 646 |
pollmedia <"true" or "false">
|
| 647 |
|
| 648 |
If true (default), tries to automatically detect new media.
|
| 649 |
Applies to all "floppy", "cd" or "disk" removable media except
|
| 650 |
1.44 MB floppies. May cause modest slow down. If unchecked,
|
| 651 |
use Ctrl-Shift-F11 to manually mount new media.
|
| 652 |
If you have auto-insert notification (AIN) enabled, you may turn this
|
| 653 |
option off. Note that some CD related software require AIN,
|
| 654 |
and some other need it to be turned off. Consult the documentation
|
| 655 |
of your CD software to learn which one is optimal for you.
|
| 656 |
|
| 657 |
framesleepticks <milliseconds>
|
| 658 |
|
| 659 |
The amount of time between video frames.
|
| 660 |
|
| 661 |
showfps <true/false>
|
| 662 |
|
| 663 |
If true, the real frame rate is displayed.
|
| 664 |
|
| 665 |
stickymenu <true/false>
|
| 666 |
|
| 667 |
If true, the main menu bar is kept open even after the mouse button is
|
| 668 |
released, under all OS versions (OS 8 has this feature already). There
|
| 669 |
are extensions to do the same thing, but it's faster to handle this in
|
| 670 |
native code. Default is "true".
|
| 671 |
|
| 672 |
ntdx5hack <"true" or "false">
|
| 673 |
|
| 674 |
You may need this on NT if your display adapter driver has a bug in
|
| 675 |
DirectX palette support. Black and white are reversed. It fixes the
|
| 676 |
palette issue by using GDI palette instead of D3D palette. Default is
|
| 677 |
false.
|
| 678 |
|
| 679 |
|
| 680 |
Usage
|
| 681 |
-----
|
| 682 |
|
| 683 |
Quitting:
|
| 684 |
The right way to quit Basilisk II is to select the "Shut Down" menu item
|
| 685 |
from the Finder's "Special" menu. You should not kill it from the shell
|
| 686 |
unless it hangs. Under Unix, pressing "Esc" while holding the Ctrl key will
|
| 687 |
also quit Basilisk II (in case you are using it in DGA mode and it crashed).
|
| 688 |
Under Windows, try Alt-F4 (or Control-Alt-Del to log off and back on again
|
| 689 |
if it crashes really badly).
|
| 690 |
|
| 691 |
Suspending:
|
| 692 |
The Unix version of Basilisk II can be suspended while running in DGA mode
|
| 693 |
by pressing "Tab" while holding the Ctrl key. Pressing "Space" in the
|
| 694 |
"suspended" window will resume the emulation. Under BeOS, switching to
|
| 695 |
a different Workspace when BasiliskII is in full-screen mode will also
|
| 696 |
suspend the emulation.
|
| 697 |
|
| 698 |
Keyboard:
|
| 699 |
On PC-style keyboards, "Alt" is the Mac "Command" key, while the "Windows"
|
| 700 |
key is the Mac "Option" key.
|
| 701 |
|
| 702 |
Mouse:
|
| 703 |
Under Unix, pressing Ctrl-F5 while the Basilisk II window is active will
|
| 704 |
grab the mouse. This is needed for compatibility with some MacOS programs,
|
| 705 |
especially games such as flight simulators. Press Ctrl-F5 again to return
|
| 706 |
to normal mouse operation.
|
| 707 |
|
| 708 |
Floppy:
|
| 709 |
Basilisk II can only handle 1.44MB MFM floppies. Depending on your platform,
|
| 710 |
floppy disk changes might not be detected automatically. Under Unix, press
|
| 711 |
Ctrl-F1 to mount a floppy. Under BeOS, select the appropriate "Mount" menu
|
| 712 |
item or press Ctrl-F1 to mount a floppy. Under Windows, press Ctrl-Shift-F11.
|
| 713 |
|
| 714 |
HFS partitions:
|
| 715 |
Having HFS partitions mounted for read-write access under Basilisk II while
|
| 716 |
they are also mounted on the host OS will most likely result in volume
|
| 717 |
corruption and data loss. Unmount your HFS volumes before starting
|
| 718 |
Basilisk II.
|
| 719 |
|
| 720 |
ZIP drives:
|
| 721 |
Iomega ZIP disks can be mounted either with the "disk" prefs item or (on
|
| 722 |
platforms that support the SCSI Manager emulation of Basilisk II) by
|
| 723 |
installing the IomegaWare on the Mac side. Do not use both ways
|
| 724 |
simultaneously!
|
| 725 |
|
| 726 |
Hardfiles:
|
| 727 |
In addition to plain images of HFS volumes, Basilisk II can also handle
|
| 728 |
some types of Mac "disk image" files, as long as they are uncompressed
|
| 729 |
and unencoded.
|
| 730 |
|
| 731 |
Mac Classic emulation:
|
| 732 |
Sound output and Ethernet are not supported if you are using a Mac Classic
|
| 733 |
ROM. Also, the video display is fixed to 512x342 in monochrome. The AmigaOS
|
| 734 |
and BeOS/PPC versions of Basilisk II cannot do Mac Classic emulation.
|
| 735 |
|
| 736 |
Video resolution switching:
|
| 737 |
Run-time switching of video resolutions requires the Display Manager. This
|
| 738 |
is included in MacOS versions 7.6 and above, and available as a system
|
| 739 |
extension for earlier MacOS versions as a free download from ftp.apple.com
|
| 740 |
(look for "Display Software 2.x"). Click on "Options..." in the "Monitors"
|
| 741 |
control panel to select the resolution.
|
| 742 |
|
| 743 |
Sound output:
|
| 744 |
Sound output under Basilisk II requires Sound Manager 3.0 or later. This
|
| 745 |
is included in MacOS versions 7.5 and above, and available as a system
|
| 746 |
extension for earlier MacOS versions as a free download from ftp.apple.com.
|
| 747 |
Sample rate, bit resolution and mono/stereo can be selected in the Sound
|
| 748 |
control panel (section "Sound Out").
|
| 749 |
|
| 750 |
Ethernet:
|
| 751 |
Basilisk II supports all Ethernet protocols. Running a protocol under
|
| 752 |
Basilisk II that already runs within the host operating system on the same
|
| 753 |
network card (e.g. running MacTCP under Basilisk II on a BeOS machine) may
|
| 754 |
or may not work (generally, it should work, but some specific things like
|
| 755 |
"ping" may not). If you have problems with FTP, try setting the FTP client
|
| 756 |
to passive mode.
|
| 757 |
|
| 758 |
LocalTalk:
|
| 759 |
LocalTalk is not supported by Basilisk II. There is no way of getting
|
| 760 |
LocalTalk to work with the serial drivers of Basilisk II. Any attempt to
|
| 761 |
activate LocalTalk will either result in a crash or revert to Ethernet.
|
| 762 |
|
| 763 |
Serial:
|
| 764 |
You can use the serial ports in Basilisk II to connect to the Internet
|
| 765 |
with a modem and the "MacPPP" or "Open Transport/PPP" software.
|
| 766 |
|
| 767 |
|
| 768 |
Technical Documentation
|
| 769 |
-----------------------
|
| 770 |
|
| 771 |
Please see the included file "TECH" for a technical overview of the emulator.
|
| 772 |
|
| 773 |
|
| 774 |
Acknowledgements
|
| 775 |
----------------
|
| 776 |
|
| 777 |
Contributions by (in alphabetical order):
|
| 778 |
- Orlando Bassotto <future@powercube.mediabit.net>: FreeBSD support
|
| 779 |
- Gwenolé Beauchesne <gb@dial.oleane.com>: SPARC assembly optimizations,
|
| 780 |
lots of work on the Unix video code
|
| 781 |
- Marc Chabanas <Marc.Chabanas@france.sun.com>: Solaris sound support
|
| 782 |
- Marc Hellwig <Marc.Hellwig@uni-mainz.de>: audio output, BeOS video code
|
| 783 |
and networking
|
| 784 |
- Bill Huey <billh@mag.ucsd.edu>: 15/16 bit DGA and 15/16/32 bit X11
|
| 785 |
window support
|
| 786 |
- Brian J. Johnson <bjohnson@sgi.com>: IRIX support
|
| 787 |
- Jürgen Lachmann <juergen_lachmann@t-online.de>: AmigaOS CyberGraphX support
|
| 788 |
- Samuel Lander <blair_sp@hotmail.com>: tile-based window refresh code
|
| 789 |
- David Lawrence <davidl@jlab.org>: incremental window refresh code
|
| 790 |
- Nigel Pearson <nigel@ind.tansu.com.au>: Mac OS X port
|
| 791 |
- Lauri Pesonen <lpesonen@nic.fi>: Windows NT port
|
| 792 |
- Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>: UAE 68k emulation
|
| 793 |
- and others...
|
| 794 |
|
| 795 |
Special thanks to:
|
| 796 |
- Bernd Schmidt for letting me use his UAE 68k emulation
|
| 797 |
- Daniel Bobbert who printed dozens of pages from the THINK Reference for
|
| 798 |
me years ago
|
| 799 |
- All ShapeShifter and SheepShaver users and beta testers
|
| 800 |
- Apple Computer Inc., who made writing a Macintosh emulator a child's play
|
| 801 |
|
| 802 |
|
| 803 |
Bug reports
|
| 804 |
-----------
|
| 805 |
|
| 806 |
You found a bug? Well, use the source, fix it and send the fix to
|
| 807 |
<Christian.Bauer@uni-mainz.de>
|
| 808 |
for inclusion in the next release of Basilisk II.
|
| 809 |
|
| 810 |
If you don't have a fix, you should post a bug report using the Source Forge
|
| 811 |
bug tracker, supplying as much information as possible (operating system and
|
| 812 |
versions of Basilisk II and MacOS being used, relevant hardware information,
|
| 813 |
the exact steps to reproduce the bug, etc.):
|
| 814 |
http://sourceforge.net/tracker/?group_id=2123&atid=102123
|
| 815 |
|
| 816 |
I also strongly suggest reading this before posting a bug report:
|
| 817 |
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
|
| 818 |
|
| 819 |
|
| 820 |
Author
|
| 821 |
------
|
| 822 |
|
| 823 |
You can contact me at <Christian.Bauer@uni-mainz.de>, but please don't do
|
| 824 |
so unless absolutely necessary. I'm maintaining Basilisk II in my spare
|
| 825 |
time and am not able to provide technical support for everyone. If you have
|
| 826 |
questions, consider posting them to one of the support forums mentioned
|
| 827 |
below.
|
| 828 |
|
| 829 |
You are encouraged to contact me personally when
|
| 830 |
- you have bug fixes or small enhancements for the code
|
| 831 |
- you want to port Basilisk II to another platform
|
| 832 |
- you want to discuss technical issues
|
| 833 |
- you intend to make major changes to the source; you might be working on
|
| 834 |
something that I have already done, or I may have different ideas about
|
| 835 |
the Right Way to do it
|
| 836 |
|
| 837 |
There is no point in sending me questions about
|
| 838 |
- ROM files and how/where to get them
|
| 839 |
- versions of Basilisk II that run on operating systems other than Unix,
|
| 840 |
BeOS and AmigaOS. If you are using any other operating system, there's
|
| 841 |
no point in asking me how to to X or why Y doesn't work because I won't
|
| 842 |
know either. Instead, you should look in the "Acknowledgements" section
|
| 843 |
of this manual to find the person responsible. For example, if your
|
| 844 |
question is specific to the Windows operating system, ask Lauri Pesonen.
|
| 845 |
I don't have Windows and can't answer your questions and I'm too lazy to
|
| 846 |
forward mail to Lauri myself. In any case, it would probably be better
|
| 847 |
to post your questions to a public forum as it will get a much wider
|
| 848 |
audience there.
|
| 849 |
|
| 850 |
|
| 851 |
Support
|
| 852 |
-------
|
| 853 |
|
| 854 |
The official Basilisk II home page is at
|
| 855 |
http://www.uni-mainz.de/~bauec002/B2Main.html
|
| 856 |
|
| 857 |
The Basilisk II project page on SourceForge is at
|
| 858 |
http://sourceforge.net/projects/basilisk/
|
| 859 |
|
| 860 |
If you have problems, you may want to visit the Basilisk II forums:
|
| 861 |
http://sourceforge.net/forum/?group_id=2123
|
| 862 |
|
| 863 |
There is also a mailing list for Basilisk II users:
|
| 864 |
http://lists.sourceforge.net/lists/listinfo/basilisk-user
|
| 865 |
|
| 866 |
And another mailing list for Basilisk II developers:
|
| 867 |
http://lists.sourceforge.net/lists/listinfo/basilisk-devel
|
| 868 |
|
| 869 |
Some general advice about asking technical support questions can be found at
|
| 870 |
http://www.tuxedo.org/~esr/faqs/smart-questions.html
|
| 871 |
|
| 872 |
Keeping this in mind will greatly increase your chances of getting a useful
|
| 873 |
answer.
|
| 874 |
|
| 875 |
|
| 876 |
History
|
| 877 |
-------
|
| 878 |
|
| 879 |
Please consult the file "ChangeLog" for the release history.
|
| 880 |
|
| 881 |
|
| 882 |
Christian Bauer
|
| 883 |
<Christian.Bauer@uni-mainz.de>
|