Originally posted by rjett
Mac OS X is Unix based, so why can't it be installed on a PC?
Originally posted by rjett
thanks! I guess it wasn't that stupid of a question after all. Now my next question how can I install OS X on a Performa 410! haha.
Originally posted by rjett
thanks! I guess it wasn't that stupid of a question after all. Now my next question how can I install OS X on a Performa 410! haha.
The performa 410 is not a PCI-based mac, and therefore not supported. The only reason Old World mac support is possible is because of the Beige G3. The Beige G3 is really close to a OW mac, so as long as Apple keeps it on the support list, then mods can be made to support machines close in configuration.Originally posted by firewire2001
it may support your system.. you may want to PM mc68k as he seems to know a lot of the sort...
Originally posted by mc68k
The performa 410 is not a PCI-based mac, and therefore not supported. The only reason Old World mac support is possible is because of the Beige G3. The Beige G3 is really close to a OW mac, so as long as Apple keeps it on the support list, then mods can be made to support machines close in configuration.
The performa is prob nubus based, even if it has no nubus slots.
There is an x86 version of Darwin, the Unix underbelly of X. It's just a CLI. So technically Darwin runs on x86, but not OS X. The latest version of Darwin as of 10.2 is v6.0.Originally posted by rjett
Mac OS X is Unix based, so why can't it be installed on a PC?
NuBus was an Apple's first stab at "standardized" expansion on the mac. It was a proprietary design that ran about the same time as ISA/EISA. PCI slots run at 33MHz, Nubus runs at like 2-3 times slower than this (I'm not sure of the exact figure).Originally posted by firewire2001
oh.. i see.. my bad..
what does it mean to be "nubus based"? is that different standard in the calss of pci and agp..? or...?
Yeah, the best you could prob do is a 68k mklinux. The box is worth very little. You could put in a network card throught the PDS slot, but that's it for expandibility. The network card alone is prob worth as much as the machine itself.Originally posted by noht*
aside from not being pci-based, the 410 would probably suffer a bit from its 68030 which does not support the PPC instruction set that OSX is compiled for. It's rated at 16 Mhz, too
(Talking 'bout Megahertz Myths)
noht*
Originally posted by mc68k
There is an x86 version of Darwin, the Unix underbelly of X. It's just a CLI. So technically Darwin runs on x86, but not OS X. The latest version of Darwin as of 10.2 is v6.0.
Unix is made to be portable, with a core or kernel being made of pure platform-dependent machine code, with it's libraries being made from C. So Darwin is relatively "easy" to port.
But all the Aqua interface is Apple owned, under the FreeBSD license, so that will not be ported unless Apple wills it so.
Originally posted by firewire2001
oh.. i see.. my bad..
what does it mean to be "nubus based"? is that different standard in the calss of pci and agp..? or...?
Originally posted by mc68k
NuBus was an Apple's first stab at "standardized" expansion on the mac. It was a proprietary design that ran about the same time as ISA/EISA. PCI slots run at 33MHz, Nubus runs at like 2-3 times slower than this (I'm not sure of the exact figure).
NuBus was dropped in favor of PCI in the 4400, 5500, and 7200 series of macs first, AFAIK. The 7200 is has a 601 and the others a 603e. You see more 601-based systems today than 603-based.
Sounds about right. I didn't know it was TI. Apple was the only major computer manufacturer that adopted of it, that's how come I thought it was them.Originally posted by bousozoku
Btw, did you know that Nubus was a trademark of Texas Instruments? That was a complete surprise to me. It seems as though the bus speed was kinda odd like 11.3 MHz.
Notice these? ->"easy"<-Originally posted by Paolo
Your kidding right... relatively easy to port, relative to what? swimming with no arms or legs????
It's actually quite difficult to port... try doing it your self and I'm sure you'll find it hard!
Originally posted by mc68k
Notice these? ->"easy"<-
I don't know how to port code, but for a team at Apple, it shouldn't be hard. The kernel would have to be re-written. I thought that the kernel is the only machine-specific part of Unix. The rest is written in C, so it can be easily portable. Correct me if I'm wrong.
Me neither. I was talking about Darwin. Mac OS X would have to be re-written for SSE from Altivec among other things. The whole of Mac OS X would be difficult, of course.Originally posted by firewire2001
well.. mac os x isnt what id call "portable"...
Originally posted by mc68k
Sounds about right. I didn't know it was TI. Apple was the only major computer manufacturer that adopted of it, that's how come I thought it was them.
PCI is Intel invented.