Code Monkey home page Code Monkey logo

Comments (2)

Latchkey1998 avatar Latchkey1998 commented on May 14, 2024

7.5.5 can view a hard drive that is any size but cannot boot from a disk larger that 4 or 3.5 gigs

from macintoshpi.

cannyboy avatar cannyboy commented on May 14, 2024

Update:

There's probably a lot of ways to do this. I ended up using 'Basilisk II GUI' (macOS) to create a 1GB volume.

https://www.emaculation.com/forum/viewtopic.php?t=10454

Then I copied the created volume to the SD card's /usr/share/macintoshpi/macos7 folder using scp.

I added this line near the top of /usr/share/macintoshpi/macos7/macos7.cfg

disk /usr/share/macintoshpi/macos7/1GBHD.dsk

When you start System 7 on the MacintoshPi again, it will ask you to format it. So that's how you add a disk.

But I found out that the macos7.cfg can mount most disk images (.cdr, .iso, .toast) as either disk or cdrom. This is useful, because many of these reference apps require the cd to be mounted. So the top of my config file reads something like this:

rom    /usr/share/macintoshpi/macos7/Performa-630.ROM
disk   /usr/share/macintoshpi/macos7/hdd.dsk
disk   /usr/share/macintoshpi/macos7/games.dsk
disk   /usr/share/macintoshpi/macos7/1GBHD.dsk

cdrom  /usr/share/macintoshpi/macos7/Encarta95.toast
cdrom  /usr/share/macintoshpi/macos7/EyewitnessScience.toast
cdrom  /usr/share/macintoshpi/macos7/NewWayThingsWork.toast
cdrom  /usr/share/macintoshpi/macos7/TheWayThingsWork.iso

from macintoshpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.