Dual Boot NetBSD And MacOS On An iMac 24
camateg writes: "I've yet to find news of someone who has done this with a single hard disk, but I'm sure someone has. However, I seem to be the first to make a web page about it having done it, correct me if I'm wrong. This page is just a small tuturial I came up with to describe how I *finally* got things working. No netboot, no ofwboot.xcf on CD, etc. Yeah, I should probably include yaboot to make it complete..."
What right does he have!!! (Score:1)
Re:*BSD is dying (Score:4, Funny)
Having stopped short of the summit, I salute you. (Score:2, Informative)
My hat is off to you, sir.
iMac and BSD. (Score:3, Interesting)
--saint
Re:Netcraft now confirms.. *BSD is dying (Score:1)
You know, there's an easier way... (Score:2, Informative)
On an iMac? (Score:2, Insightful)
It IS cool that it's possible though.
Re:On an iMac? (Score:2, Insightful)
Re:On an iMac? (Score:1)
Re:On an iMac? (Score:4, Informative)
you're on slashdot, you shouldn't need any more reason. in any point OSX is not exactly ultra fast on a G3 box
Re:On an iMac? (Score:1)
Might be useful... (Score:1)
It's definately a cool setup...and interesting that OS X makes it both less useful but potentially more useful at the same time.
Re:Might be useful... (Score:2)
Mac OS X can read UFS partitions natively. You can install to a UFS root volume, but apparently there are a couple of bugs with some apps running on UFS, and classic Mac OS can't read UFS, so it's not recommended for average users.
One of the biggest noticeable differences: UFS is case-sensitive; HFS+ is case-insensitive (although it does preserve case). This means two files whose names differ only by case cannot exist in the same directory. This breaks some UNIX stuff that expects "Makefile" and "makefile" to be two different files; on HFS+ they are the same file.