Linux for 68k Mac

#1 Rhapsody

Mac Guru
I would like to know if there is a floppy linux for a PowerBook 520c? I know it won't be much (no GUI, basic commands) but it is better that nothing. I need it to run on floppy because all of the hard drives I have don't work.
 
What about a sort of DOS (Disk Operating System) for the PB? If there is none is it possible to edit a version of System 7 or change part of the linux kernel? I have a Mac OS system on floppy using a miniFinder called Substitute but I rather use the command line than that. Any ideas?
 
AFAIK, there has never been any sort of DOS-type operating system available that would run on either a 68K or PPC Mac. You would have to run some sort of free Unix clone like either Linux/m68k or NetBSD/68k. You might have better luck with NetBSD on a 68K Mac and there are a few people that are running that on their 68K Macs for use as webservers, but it does take a little more work to configure than a 68K port of GNU/Linux (like Debian).
 
Has anyone heard of Mac06? I'm trying to get this to run off floppy.

I used it once a loooong time ago, but didn't find any real use for it. I was new to anything Unix or POSIX at the time, so i guess that would explain it. All I was able to do was navigate back and forth through directories.
 
Can you format a Mac floppy as a higher capacity than 1.44 MB? You have the option when making a disk image with Disk Copy, but I can't get it to write to floppy.
Also can you boot from multiple floppies? Like put in one disk, load it into RAM, then insert another disk.
 
Can you format a Mac floppy as a higher capacity than 1.44 MB?
This is determined by the type of floppy disk, not the operating system. A 1.44MB floppy holds 1.44MB of data on a Windows computer, and a Mac computer, and a Linux computer. Likewise an 800k floppy holds 800k of data, regardless of platform. It's not the Mac that determines that the floppy holds 1.44MB, it's the floppy that determines that the floppy holds 1.44MB.

The same as a 500GB hard drive -- it holds 500GB no matter whether you use it with a Mac, a PC or a Linux box. You can't magically format a 500GB hard drive and have it hold more than 500GB, say, like 750GB. The drive is 500GB. You get 500GB, no matter what kind of computer you use it with.
Also can you boot from multiple floppies? Like put in one disk, load it into RAM, then insert another disk.
No. Not unless the boot process of whatever you're booting allows for it. If it's an operating system that originally did not have that capability, then no, you can't do it.
 
Actually, there were methods on various platforms to actually format floppies a little higher than advertised. I remember having 920 KB on an 800K disk and 1.6 MB on a 1.44M disk. Sometimes formatting disks that way resulted in flakey behaviour, but most of the time it worked. Still: You wouldn't gain much.
 
Actually, there were methods on various platforms to actually format floppies a little higher than advertised. I remember having 920 KB on an 800K disk and 1.6 MB on a 1.44M disk. Sometimes formatting disks that way resulted in flakey behaviour, but most of the time it worked. Still: You wouldn't gain much.
True... I had a DOS utility back in the day that allowed me to format 1.44MB floppies to 2.0MB. Some floppies worked, some didn't. The program used the sectors on the very outside of the ring (which are normally marked unusable since it was difficult to ensure that they worked as well as inner sectors) -- and success depended upon whether a particular floppy's outside rings were up to par.

I agree: you were destined to run into flakiness at some point.

Still, I guess my point was that it's not platform-dependent. If I could format a floppy to 2.0MB on a DOS box, I could theoretically do the same on a Mac or Linux box. Whether or not the software tools exist to do so on such platforms is, in my opinion, irrelevant, because it's the media itself that governs how much data it can hold, not the operating system.

I don't think you can boot from multiple floppies... I mean, yes, theoretically, you could have a hardware RAID of floppies or something equally crazy, but still... the point being it's not easy to boot from multiple floppies unless specifically supported by the installation software on the floppies.
 
What about Unix for 68k Macs? The only one I've found is Mac06 but I can't get it on a floppy along with my modified boot disk.
 
I've used multiple floppies to run floppy linux on PCs before. Why couldn't you do it with a Mac running linux?
You could if it existed. Unix-based systems including Linux are comprised of more than simply the kernel. The kernel is quite small and can fit on a single floppy. The distribution would be configured with the supporting utilities fit on the other floppy.

The problem with running Linux on a Mac from multiple floppies is finding a Mac with multiple floppies. My first Mac was a Mac SE with dual 800K floppy drives. This 1987 vintage computer was discontinued in 1990. IIRC, the last Mac available with dual floppies was the Macintosh IIfx. It went on to its great reward in 1992. Of course, external drives were available, but you get the idea.
 
I've used multiple floppies to run floppy linux on PCs before. Why couldn't you do it with a Mac running linux?
You could, if that same distro of Linux also made boot disks for 68k Macs.

Like I said, if the boot media supports it, then you can do it. If it doesn't, you can't make it (without some serious work).
 
Back
Top