diff --git a/BasiliskII/src/MacOSX/HowTo.html b/BasiliskII/src/MacOSX/HowTo.html index d051c719..49fcb4c6 100644 --- a/BasiliskII/src/MacOSX/HowTo.html +++ b/BasiliskII/src/MacOSX/HowTo.html @@ -11,6 +11,7 @@
  • Installing the MacOS
  • Mounting Unix Files
  • Importing Mac Files
  • +
  • Networking

  • @@ -76,17 +77,23 @@ through to MacOS 8.1 should be usable. although Felix also got System 6.0.8 to work with SE/30 Roms)

    Basilisk II can currently boot from: -
    -
    CD-ROM
    -
    Most (not all) MacOS Install CDs will also boot your Mac. I also think - that some old Norton Utilities install CDs might have booted 68k Macs
    -
    Floppy disk image
    -
    Jonathan C. Silverstein reports that - this

    Apple floppy disk image will boot Basilisk II
    -
    Preinstalled Basilisk II disk image
    -
    Another Basilisk II user might be willing to loan you the disk image -that they are using
    -
    + + + + + + + + + + + + + +
    CD-ROM Most (not all) MacOS Install CDs will also boot your Mac. I also think + that some old Norton Utilities install CDs might have booted 68k Macs
    Floppy disk image Jonathan C. Silverstein reports that + this Apple floppy disk image will boot Basilisk II
    Preinstalled Basilisk II disk image Another Basilisk II user might be willing to loan you the disk image +that they are using

    It is possible to use Basilisk II with a CD-ROM or floppy image, but because most bootable CDs have a minimal System Folder, it is better if you @@ -95,7 +102,7 @@ tells you how to do this.

    Note that there is currently no Install CD image on Apple's Web site, but they do seem to have MacOS 7.5.3 floppy disk images (all 19 of them). Burning -those images onto a CD (not in the extended format) should allow you to install +those images onto a CD (not in the extended format) should allow you to install.
    Thanks to Attilio Farina for this tip!

    Installing the MacOS

    @@ -163,12 +170,50 @@ sub-folder instead (like '/Applications (Mac OS 9)').

    Importing Mac Files

    If you are not running MacOS 7.5.3 or newer, the above trick won't work. -This makes getting files into Basilisk II harder. Luckily, older versions of -Apple's "Disk Copy" utility can create a disk image file that is compatible -with Basilisk II (i.e. you can add it as a disk volume). +This makes getting files into Basilisk II harder. Luckily, Apple's 'Disk Copy' +or 'Disk Utility' can create a disk image file that is compatible +with Basilisk II (i.e. you can add it as a disk volume).

    -

    Open 10.1's Disk Copy program, and create a "Mac Standard" image, or -use Disk Copy 6.??? in Classic. +

      +
    1. Open 10.1's 'Disk Copy' program, and create a 'Mac Standard' image, +
      or 10.3's 'Disk Utility', and create a 'read/write disk image', +
      or Disk Copy 6.??? in Classic, and create new image
    2. +
    3. If the image is not mounted, mount it
    4. +
    5. Copy any files that you want to access in the emulator to the mounted + image
    6. +
    7. Unmount the image
    8. +
    9. In Basilisk II's preferences, go to the 'Disk Volumes' tab, + add your new image, and start the emulation
    10. +
    + +A new disk should appear on the emulation's desktop which contains the files +that you wanted to access. If the emulator complains about a disk needing to +be formatted, you may have chosen the wrong type of image type in 'Disk Copy' +or 'Disk Utility.' + +
    +

    Networking

    + +

    If your Mac is networked, then your emulated MacOS can also access that +network: +

      +
    1. Open Basilisk II, go to the Preferences, then the Hardware tab, +and set the emulator's EtherNet interface to slirp
    2. +
    3. Start the Emulator
    4. +
    5. In the emulated MacOS, open the TCP/IP Control Panel and set: + +
    6. Restart the emulation.
    7. +
    +You should now be able to surf the web, or FTP download software, +in the emulated Mac. Not sure about AppleTalk networking, though.

    + +

    Note that this does not require the OS X Mac to be using EtherNet, +any working TCP/IP networking should be fine. I have tested it over +DHCP EtherNet (ADSL modem/router at home), and with a static IP +address at work (which also has an external web proxy/firewall).