Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HD size within Basilisk II / 7.5.5 #14

Closed
cannyboy opened this issue Feb 6, 2023 · 2 comments
Closed

HD size within Basilisk II / 7.5.5 #14

cannyboy opened this issue Feb 6, 2023 · 2 comments

Comments

@cannyboy
Copy link

cannyboy commented Feb 6, 2023

I'm thinking of creating a "Reference Machine" on a MacintoshPi-ed Pi 3B. Which has lots of old late-90s reference works like Encarta, World Book, Groliers Encyclopaedia, atlases, and various large educational CD-ROM titles.

To do so, I'd like to put them all on the Pi. Either installed or as mountable images.

But as far as I know, 7.5.5 only allows a maximum of 2GB per HD. So how would I get all the stuff readily available on the MacintoshPi? On a 32GB SD card? Would I have to create new disks somehow?

@Latchkey1998
Copy link

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

@cannyboy
Copy link
Author

cannyboy commented Feb 8, 2023

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

@jaromaz jaromaz closed this as completed Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants