Slashdot Mirror


Mac OS X Running On Xbox

PasteEater writes "The good people over at XBox Scene have the scoop. Mac OS X has been successfully installed on a modified Xbox. What does this mean? Well, it's no Xbox Media Center, but it does prove that nerds are at the forefront once again!"

28 of 343 comments (clear)

  1. Debate by StevenHenderson · · Score: 4, Interesting

    Wonder what M$ thinks is a bigger threat - Linux or OS X on the Xbox...

    1. Re:Debate by RangerRick98 · · Score: 5, Informative

      Clearly Linux, as OS X was only able to be installed on the Xbox by running PearPC on a Linux installation. :)

      --
      "You're older than you've ever been, and now you're even older."
  2. Games... by Theaetetus · · Score: 5, Funny
    Sweet! Now I can play Photoshop on my XBox!

    -T
    (not a troll, just making fun of them)

    1. Re:Games... by mlk · · Score: 5, Funny

      And Halo

      --
      Wow, I should not post when knackered.
  3. Not too bad. by mrseigen · · Score: 4, Interesting

    Even though it is running on PearPC (and thus slower than possibly imaginable), it is still impressive. Although, I just bought a used Beige G3/233 for $10 and I still have more memory (72MB) than the XBox in it.

  4. XBOX2 by Squareball · · Score: 5, Informative

    I'll wait till Xbox2.. it's supposed to sport a PPC processor

    1. Re:XBOX2 by Matthias+Wiesmann · · Score: 4, Interesting
      Then you would be hacking the OS instead, becaus AFAIK Mac OS is limited to the chips that Apple want to run it on.
      This not really true anymore. Remember that the Darwin kernel is open-source, the code that makes up OS X runs on top of Darwin. If you have drivers that enable Darwin to run on the hardware, OS X will run. In fact OS X already runs on systems not supported by Apple.

      In fact, if OS X would check for the presence of approved chips, how the hell would Pear PC be able to boot OS X, except by duplicating the functionality of said chips which would be a) a lot of work b) probably illegal.

      To run OS X on a XBox 2, you would basically need the following things:

      • Install some kind of bootloader on the XBox2.
      • Write Darwin drivers for the XBox2's hardware.
      • Somehow build a bootable volume that contains OS X + those drivers.
      • Have the bootloader build a device tree and start the Darwin kernel.
  5. PearPC by News+for+nerds · · Score: 4, Informative

    It's just PearPC PowerPC Architecture Emulator installed on Xbox and it's painfully-as-hell slow atm, and especially on Xbox. Nothing to see, move on.

  6. come on! by imnuts2 · · Score: 4, Insightful

    Why torture yourself with a MacOSXbox, which actually is PearPC running on linux which is running on Xbox hardware. I am sure the performance of it is abysmal.

    This is sadder than those MacOSXP (people trying to change their windows into a Mac)

    Stop torturing yourself with this. Get a real mac!!

    1. Re:come on! by Jugalator · · Score: 4, Insightful

      Some people just don't get hacking/modding.
      Hint: it's not really meant to be used ;-)

      --
      Beware: In C++, your friends can see your privates!
  7. World's cheapest Apple by grunt107 · · Score: 5, Funny

    Used Xbox: $99
    OS/X: $130
    Look on Bill's face: Priceless

    (Seriously, that's one cheap Mac)

    1. Re:World's cheapest Apple by mlk · · Score: 5, Informative

      £200-£300 UKP will get you a crap G3 from a second hand shop, and will be much faster.

      --
      Wow, I should not post when knackered.
    2. Re:World's cheapest Apple by grandmofftarkin · · Score: 5, Funny

      Look on your face when you realise it has been a month and it is still booting: Priceless!

  8. It's slashdotted ! Here's the text of the article by Anonymous Coward · · Score: 5, Informative

    (Posting AC to not kharma whore)

    PearPC and Mac OS X Installation

    Downloading, configuring, compiling and installing PearPC

    * You have software modded your Xbox and put Xebian Linux on it. You have purchased a copy of Mac OS X and made an image of it.
    * Download the source code for PearPC at http://prdownloads.sourceforge.net/pearpc/pearpc-0 .3.1.tar.gz. As of this writing, 0.3.1 is the most recent version.
    * Use tar to decompress the file with tar -xzvf pearpc-0.3.1.tar.gz. A directory called pearpc-0.3.1 will be created.
    * Go into this directory configure PearPC by running the configuration script as ./configure -enable-ui=x11 && --enable-cpu=generic. Even though the Xbox is an x86 processor, compiling with -enable-cpu=jitc_x86 will likely result in a failed compile. To explain, as of this writing, Xebian includes gcc 3.2 and gcc 2.95.4. PearPC will exhibit odd errors when compiled with any gcc between 2.95 and 3.3, so gcc 2.95.4 must be used. Unfortunately, gcc 2.95.4 does not work with the inline assembly used in PearPC when the jitx_x86 option is specified.
    * Type make && make install. If all goes well then /usr/local/bin on your computer should now contain a file called ppc. This file is the compiled binary.

    If you are unable to get a successful compilation of PearPC or do not understand the above instructions, you may download a precompiled version for the Xboxhere.
    Editing the PearPC configuration file and formatting the hard drive image

    1. Download the following: a blank hard drive image filehere, a Darwin image file at http://www.opensource.apple.com/darwinsource/image s/darwin-701.iso.gz, a PearPC configuration filehere, and a PearPC video driverhere.

    2. Decompress the image file using gunzip macosx_2gb.gz. Note that this file expands to approximately 2 gigabytes. Additionally, use gunzip to decompress the pearpc video driver and configuration file. Decompress the Darwin image with the command tar -xzvf darwin-701.tar.gz.

    3. Make a directory called macosx. Move the decompressed hard drive image, Darwin image, video.x video driver and macosx.pearpc configuration file into it. Then, go into the macosx directory, run the command pwd and write down the full path to it.

    4. Open the macosx.pearpc configuration file with the plain text editor of your choice. Xebian by default comes with both vi and nano. If you have never used vi before, you definitely want to use nano.

    5. I will refer to the path that was written down in step 3 as PATH. Make the following changes to the macosx.pearpc configuration file:

    * a. Change ppc_start_resolution = "800x600x15" to "640x480x15".
    * b. Change redraw_interval_msec = 40 to 200.
    * c. Remove the # in front of #memory_size=0x8000000.
    * d. Change pci_ide0_master_image = "test/imgs/linux.img" to "PATH/macosx_2gb.img".
    * e. Change pci_ide0_slave_image = "/dev/cdrom" to "PATH/darwin-701.iso"
    * Save your changes and exit.

    6. Start PearPC by typing ppc macosx.pearpc. You should see the following screen:

    7. Soon after this screen disappears messages will begin appearing in the PearPC window and you should eventually see the following:

    8. Mirror what is typed in this screenshot. Then, type: q, q, and finally reboot. PearPC should exit.

    9. Start PearPC again. Eventually you should see the following screen:

    As in step 7, mirror what is typed in this window. In addition, when you see "Uncompressing Apple16X50Serial," shut down PearPC.

    Your hard drive image is now properly formatted, and you are ready to install Mac OS X.
    Installing Mac OS X

    1. Once again, open the macosx.pearpc configuration file. Change pci_ide0_slave_image = "PATH/darwin-701.iso" to the location of your Mac OS X image. Save the changes and exit out of the text editor.

    2. Start PearPC in the us

  9. Re:An Apple First by Ford+Prefect · · Score: 5, Interesting

    The first Apple gaming system??

    That would be the Apple Pippin. ;-)

    Something odd about the MacOS Xbox screenshots - the last one has the 'About' window reporting 128MB of memory. Doesn't the Xbox have 64MB, then there's the overhead from the x86 operating system, PearPC etc.?

    All I can think of is that it's not all allocated, and PearPC will be swapping stuff to the hard disk in a frenzy of IDE activity. The word 'particularly' comes to mind when thinking how slow the system will be.

    (Oddly, I'm typing this while installing Windows 98 on my iBook, thanks to QEMU...)

    --
    Tedious Bloggy Stuff - hooray?
  10. Re:An Apple First by stratjakt · · Score: 5, Informative

    Development xboxes have 128 to hold the debug tools, and (most) retail models have the empty solder pads to very carefully add another 64 megs of RAM. Games won't benefit, or even know about the extra RAM. But linux and other homebrew apps (emulators) will.

    At least one company is selling xboxes with modded CPUs, that you can adjust from 1400MHZ to 700MHZ by flipping a switch.

    --
    I don't need no instructions to know how to rock!!!!
  11. Re:Actually EMULATED on LINUX! by Monokeros · · Score: 5, Informative

    How's this for getting your info straight:
    They're emulating PPC hardware, they're not emulating OSX.

    --
    The Statue of Liberty is America's lawn jockey.
  12. Emulated? by Wog · · Score: 5, Insightful

    Guess what? I can also run PDP-11 software on my XBox! Or any other operating system, for that matter.

    This was done through emulation. The blurb seems to imply that something incredible was accomplished, when all that was done was loading it into an emulator.

    It may be pretty funny to see OSX running off an XBox on a TV, but it's hardly usable as it is. Call me when it runs natively.

  13. Re:Very suspect ... by Bitsy+Boffin · · Score: 4, Informative


    I also thought TechTV had made it pretty clear that pearPC was almost unuseable on a machine below 2.5 GHz.


    May have been true once, but PearPC has made significant enhancments. I use it for testing websites under Mac IE quite successfully (and more or less usably) on my lowly 1.2 Ghz Duron machine.

    --
    NZ Electronics Enthusiasts: Check out my Trade Me Listings
  14. They skirted around 1 legality when they wrote by antifoidulus · · Score: 5, Interesting

    the legal section in that in the EULA for OS X it states that you cannot install OS X on any non-Apple hardware(probably due to the whole clone thing that failed miserably), I'm not saying that it's right or wrong, but it's an issue they should have addressed.

  15. What for? by Mikey-San · · Score: 5, Funny

    Why would I want to put Mac OS X on my Xbox? I bought my Xbox to play video games, after all . . .

    --
    Mikey-San
    Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
  16. Uhh, forefront of what, exactly? by Ikazuchi · · Score: 5, Funny

    but it does prove that nerds are at the forefront once again!
    Not to sound like a dick, but nerds are at the forefront of what exactly? Nerdiness? Big surprise there folks.

    Big surprise...

    --
    Hitomi Ikazuchi Dragon Clan Barbarian Monk
  17. What it proves by digitalgiblet · · Score: 4, Insightful
    "...it does prove that nerds are at the forefront once again!"

    What it proves is that there are some people with some serious free-time on their hands...

    There seems to be an inordinate focus on hack this, crack that, emulate the other and port an OS to the most outlandishly unlikely hardware possible. (Hey, look! I'm running OS/2 on my toaster!)

    As a stunt this is really amazing.

    As a project resulting in something useful, it is dubious at best.

    I find myself in the same category. I'm just getting into PocketPC programming and my first thoughts are about emulators. Are we so lacking in imagination that we can't come up with any original ideas?

    I guess the truth is that almost all the "low hanging fruit" has been picked, and now we must work much harder to come with an original idea. Shoulders of giants, etc, etc.

    Just so I don't sound like too much of an old curmudgeon, I will say that it looks like these are students, and it is of course a great learning experience.

  18. Re:cheaper then an Emac by adzoox · · Score: 5, Informative

    Actually it's not.

    Xbox (as used in this article) with a modded 128MB RAM and larger/faster hard drive + $300 retail (+ mod time)

    Xbox = $149
    HD = $100
    Memory and mod kit = $50
    Mac OSX 10.2 (as used in article) = $50
    Keyboard = $20
    Mouse = $10

    Other materials such as soldering iron, wiring, CDs to burn Linux and Pear PC onto = $50

    17" Screen or 19" TV $75 (minimum)

    At this - you don't get easy wireless, iApps, a combo drive that burn CDs AND view DVDs and minus a whole host of other features.

    You can get a nice refurb eMac 1Ghz and sometimes 1.25GHZ directly from Apple for $529 shipped on a regular basis in the special deals section.

    --
    Yell & scream & rant & rave... it's no use... you need a shaaaave ~ Bugs Bunny
  19. link bonanza by happyfrogcow · · Score: 5, Funny

    jeebus. do we really need a link to the "Revenge of the Nerds" movie?

    freaking hypertext junkies... go play on a wiki.

  20. Re:Honestly.. by hayne · · Score: 4, Informative
    (I've always wanted to try out OSX, but I'm not going to spend thousands to buy a Mac..)

    How about one thousand? E.g. $799 (eMac) $1099 (iBook) $1299 (iMac)

  21. This is VERY misleading article title ... by thedbp · · Score: 4, Informative

    All they did was install OS X via PearPC on Linux running on the XBox. As far as I know:

    1. Linux has been running on the XBox for a while.
    2. It has already been demonstrated that PearPC can emu PowerPC on x86 and run Mac OS X (albeit slowly)

    All they did was give instrux on how to compile PearPC for the XBox, which any seasoned Linux user could have figured out if they tried. Beyond that, wouldn't this be SLOW AS DIRT?!?! Even on a very fast x86 desktop machine, PearPC crawls like a gimp sloth w/ no hind legs. And wouldn't most XBox-Linux users probably also have a faster x86 PC that they could run OS X thru PearPC on?

    I fail to see how this is interesting in the slightest. Maybe I'm jaded, but to me it seems there's nothing new here. Please move along ...

  22. Re:Honestly.. by argent · · Score: 4, Interesting

    (I've always wanted to try out OSX, but I'm not going to spend thousands to buy a Mac..)

    Old Mac Martin regularly sells G3/233-300 desktops and minitowers for $30-$50 plus shipping, and they run OS X fine. You might want a better video card, and Old World Computing has some PCI Radeon 9200s for under $150, but you could get a feel for it for a lot less.

    My Mac at home is one of his, upgraded with a Radeon 7000, a G4/533 CPU (from OWC, again), and a 10/100 ethernet card.

    Go to lowendmac.com and subscribe to the swap list, and watch what comes through.