Basiliska Mac OS
UPDATE: For a list of interesting old Mac applications which you can play with using Mini vMac, Basilisk and SheepShaver, refer to my latest article.
- Basilisk Ii Download
- Download Basilisk
- Basilika Mac Os Download
- Basilisk Mac Os
- Basilika Mac Os Catalina
This guide shows you how to run MAC OS 8 on the Basilisk emulator. This is the last version of Mac OS X that can be run on this emulator. The emulator emulates a 68k Macintosh, while later versions Mac OS requires a PowerPC.
By VERITAS Software Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables you to run 68k MacOS software on you computer, even if you are using a different operating system.
- The information I give you in the video is readily available below, along with all the links you will need to download the files -http://www.emaculation.com.
- I dont see the Synapse 3 software for MAC OS officially, so there wont be customization options. Synapse 2 is only there for the MAC OS, though it does not have the new Razer peripherals on it. But without that, you will be able to connect the USB port cable directly on the MAC or dock (for using via bluetooth) on the MAC machines.
It is recommended that Windows XP SP2 or older is used. Certain part of Basilisk is not compatible with Windows Vista or Windows 7.
First download Basilisk from here .
1. Configure CD-ROM driver: copy CDENABLE.vxd or CDENABLE.sys (depending on Windows version) from the CD-ROM drivers to c:windowssystem32. A re-boot may be needed.
2. Installation of network card (recommended if you want Networking such as Internet)
– Log in with administrator rights. After installation, user rights suffice.
– Open Network and Dial-up Connections in Control Panel.
– Click Local Area Connection (or the active connection to the Internet)
– Click the File menu, and then click Properties, or click the Properties button.
– In the Local Area Connection Properties dialog box, click Install.
– Select “Protocol”, and then click “Add”
– Click “Have disk”.
Basilisk Ii Download
– Browse to the folder where you unzipped files “B2Win2k.inf” and the Windows 2000 version of the “B2ETHER.SYS” driver. Click OK.
– Select “Basilisk II Ethernet driver” from the list and click OK.
Download Basilisk
– Close the dialog. Wait until the binding analysis is complete,
– Reboot the computer (recommended).
Basilika Mac Os Download
– After reboot, select the desired network card in the Basilisk GUI ethernet page.
3. Start BasiliskIIGUI.exe and perform the configuration as per the screenshot
Tab Memory – load a compatible ROM. Some ROMs (both Old World and New World) can be downloaded here. You can use the QUADRA650.ROM
Tab Disk: Load the empty hard disk image into the Installed Disk panel. The disk should be created previously using HFVExplorer.
Depending on the type of the installation CD image, you may be able to mount it directly in the Disk tab or you have to mount it via a separate tool such as DAEMON tools and configure it in the CD tab.
If the installation media is on CD, configure it to boot from the emulated CD-ROM. Else choose “boot from first bootable media”
Basilisk Mac Os
4. Now double-click BasiliskII.exe to start the emulated Mac. By default it will start in full-screen. You can also configure a custom screen resolution in the Screen tab. Press Alt-Enter to switch between full-screen and windowed mode. Double click on Mac OS Install icon to start the installation.
Basilika Mac Os Catalina
5. Follow the on screen instruction and continue installing. When completed, shut down the Mac, open Basilisk configuration panel again and remove the emulated CD-ROM. Configure the Mac to boot from the first bootable volume and you’ll be able to boot up Mac OS 8
Basilisk can only run up to System 8. To run up to System 9.0.4, you’ll need SheepShaver. Detailed instructions are available here.
Also, if SheepShaver is running but not having focus (e.g. you run SheepShaver in the background while using other applications), very often the mouse cursor would move to the top left of the screen. There is no known fix for this.
Install XQuartz via its DMG file here https://www.xquartz.org/. Ensure that
/opt/X11
exists. Important: Make sure you restart your laptop after installing XQuartz. After restarting, check that theDISPLAY
environment variable is set:Install the OpenGL Extension Wrangler Library:
Install bison
v3.7.*
withInstall ffmpeg:
Clone the Basilisk source code:
Edit
src/config
andsrc/gl/Makefile
to match the files in this Gist.Make basilisk:
Make the
gl/
libraries:Make the basilisk view servers:
Install
pillow
into the default python2.7 libaray:Update the
src/examples/Makefile
with the contents ofMakefile2