Slashdot Mirror


Free60 Project Aims for Linux on Xbox 360

BlueMoon writes "The Free60 Project wiki and developers mailinglist has been launched. The project aims to port open source operating systems like GNU/Linux and Darwin to the Microsoft Xbox 360 gaming console. The site already contains some interesting details about the Xbox 360 security: per-box key stored on CPU, boot ROM will be on CPU too and a hypervisor verifies the running state of the kernel."

56 of 511 comments (clear)

  1. *click* by NightDragon · · Score: 5, Funny

    *Starts the "Time-to-360-hacked" Stopwatch....*

    --
    -ND
  2. os x? by jest3r · · Score: 5, Interesting

    Being a triple core 3.2GHz PowerPC it would be cool to get OS X running on the XBOX 360.

    1. Re:os x? by cbreaker · · Score: 5, Interesting

      The Xbox 360 CPU cores are very simple and a full G5 processor should be able to outperform the Xbox in any real world applications.

      --
      - It's not the Macs I hate. It's Digg users. -
  3. Re:Why would you need it on a three 3.2 GHz proces by amliebsch · · Score: 5, Funny

    They want to run KDE.

    --
    If you don't know where you are going, you will wind up somewhere else.
  4. They should probably wait... by Hymer · · Score: 4, Funny

    ...until that overheating problem is solved...

  5. Hypervisor by jurt1235 · · Score: 4, Informative

    Assuming that the hypervisor technology in the xbox360 is really the IBM hypervisor, than the linux community could have access to the patents involved in this technology, making it a lot easier (as in really tough job to in just a bit less realy tough job) to get linux running on the xbox. Maybe it is possible to run it in a VM under xbox windows (I guess internally in microsoft this might be called xwindows).

    --

    My wife's sketchblog Blob[p]: Gastrono-me
    1. Re:Hypervisor by Kadin2048 · · Score: 4, Informative

      I just read through the site and I don't think there's any evidence to show that the hypervisor that it's being speculated is used by the x360 is the same one that's been developed by IBM. The IBM one I believe is designed for large scale use on big iron, providing abstraction and security services to virtual machines; the xBox one is just to monitor the kernel for modifications and checksum the RAM against stored values in the processor. They seem so different in scope that I'm not sure it's a good assumption to think that they're the same thing, or that the MS one isn't just something they cooked up in-house. There doesn't seem to be any strong evidence that they're the same, and the Slashdot article link just seems to be something the author pulled out of Google.

      Also, if you read on the Free60 documentation site, it's apparent that the factoids being discussed, including the only mention of the hypervisor, are being attributed to "someone on the IRC" -- not exactly a reputable source.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  6. are there any non-gaming applications to this by caffeinemessiah · · Score: 5, Interesting

    ...because a lot of good came out of the original Xbox being hacked. I'm sure there are a lot of high-perf researchers on a shoestring who are eyeing the price on the basic Xbox 360. Even without a hard disk, a small memory card should be enough to house a basic computation/communications infrastructure, and with the retail price on the basic 360, you should be able to string a bunch of them together to get decent computing power at a price even lower than a low-end Beowulf. I understand that the obvious application of hacking the 360 is so that you can play pirated games, but I for one am eagerly waiting to see what comes out of this project, and the PS3-hack that is soon to be.

    --
    An old-timer with old-timey ideas.
    1. Re:are there any non-gaming applications to this by interiot · · Score: 4, Interesting

      Simply adding support for extra codecs, and better/configurable upscaling of DVD or 720p content would be a wonderful place to start. Though the PS3 supposedly has more horsepower and 1080p output, so it may be preferable for use as a software scaler.

  7. Source by morcheeba · · Score: 4, Interesting

    Interesting source of the information: I met someone on the IRC the other day who told me the following...

    The biggest thing I wonder about in "The key is stored inside the CPU". This adds cost, but it is possible. It means that to execute your own code, the serial number must be determined so that a replacement flash chip can be properly encrypted. I'm betting it's pretty hard to find this number out without taking apart the processor.

    1. Re:Source by bbrack · · Score: 4, Insightful

      Electrically programmable fuses make this very simple - when the part is tested at wafer/multiprobe, you simply blow in the ID when you are blowing in all your repair solutions - I can guarantee IBM is blowing an ID into the parts anyway for general yield/return tracking purposes.

      This ID can probably be accessed through the JTAG port, or accessed internally - the data is going to be in a certain format (Lot #, wafer #, x coord, y coord, or something similar) that would be easy to verify...

      You could also make it so reading the id from one place and writing it to another was part of the reset sequence on the chip...

      WRT getting the serialid out of the processor, you should be able to read it out through a simple JTAG instruction

    2. Re:Source by Helvick · · Score: 5, Insightful

      You're missing the point here - this is supposedly a Trusted Computing architecture. The locks on this are not something as trivial as a serial number that is hard to track down. The core has a cryptographic component that provides for hardware based key management and secure crypto functions. That module will never export its unique private key(s) because the hardware design doesn't provide any instructions that allow that to happen. Good luck attacking it that way, it might be possible if they stuffed up the design but I doubt it.
      Furthermore if it follows the MS TC model then the CPU's crypto store will also have MS X-Box boot and app signing Root certs. All code, especially the boot process will have to be signed by something that will pass a check against those Root Certs. At a guess I'd say they have more than one of each type and they can be revoked via firmware (ie over XBox live, or via code distributed in games) just in case their primary leaks. Finding buffer overflows or figuring out how to code the instructions for an alternative boot firmware wont help unless you can figure out how to sign the code you feed into CPU. If the hardware design is properly secure then that will require breaking a strong crypto system equivalent to that used in X.509 certs in order to compromise those MS owned signing keys. This is a much much harder problem than compromising the original X-Box (which only used software based crypto so it could be subverted by replacing the boot code) or the PSP (which seems to rely on no secure execution model at all). MS certainly know how this should be done, the question is did they actually try to do it and if so did they succeed. That is the main reason I'm interested in this X-Box 360 hacking attempt, it's success will show how serious MS actually are about extreme DRM.
      My guess on that is that the answer is very interested indeed, if they can successfully implement a popular consumer device with a hard TC architecture then there are a lot of people out there who will want them to share it with them - the Cellular Telco's in particular love this stuff and will happily get into bed with MS if they can sell them a proven TC architecture that is resistant to attack.

  8. First step! by Libor+Vanek · · Score: 4, Funny

    I already know 1st step "HowTo run Linux on your XBox 360" - it's:

    1, Attach your XBox on a string so it can be c00l enough ;-)

  9. Well, in regards to piracy... by Sigmund+Dali · · Score: 5, Interesting

    I've long thought that the only reason MS decided to go with the smaller laptop drives is their drastically reduced capacity. Does the lure of piracy decrease with the size of the Hard Drive? I'll admit that on my modded XBox, I prefer to rip all of my *legit* games to the HD, just for easy access. Anybody else think the same way?

  10. Re:My Thoughts Exactly by Anonymous Coward · · Score: 5, Funny
    4) Install Linux and stop buying those ridiculously priced games...

    ...so you can play Tux Racer. Oh Oh Oh, what about bzFlag? Linux can play games, honest!

  11. Re:Consoles are not general computing platforms by garcia · · Score: 4, Interesting

    Well, if the device actually works (and the apparent overheating issues worked out) you will end up with a low cost, low profile machine with TV-out that can be used as a media center box while (in a perfect world) being able to still playing XBox games online.

    One box to do it all. You get a lot by being able to run your own OS on the box. Don't troll with unintelligent comments, it's not worth it.

  12. Because it's there by CustomDesigned · · Score: 4, Interesting
    Why are you climbing this mountain?

    An Indian Psycologist (whose name went something like Sikh Sent Mahalia - but I'm sure I totally mangled it, and can't lay my hands on the book) identified the necessary components of "flow" as skills, rules, goals, and feedback. For any activity, whether work or play, if you lack the skill, or if the activity is too easy or too hard, you are frustrated and unhappy. If you can't discern the rules (or meta rules), you are frustrated and unhappy. If there is no goal, you are frustrated and unhappy. If there is no feedback on your progress, you are frustrated and unhappy.

    Sports like football have all the components (for those with the skill), and there is "flow". Putting linux on machines designed to prevent that very thing is like a game of football for geeks. It requires skill (is not too easy), but has been and probably can be done (is not too hard). The rules are those of logic and electronics. The goal is clear, and there is feedback along the way as you (carefully arrange to) see evidence of the system running your code further and further along in the boot process.

    It can get frustrating if there is a lack of feedback - you can't find a visible bit to twiddle to show the code has gotten to a specific point.

  13. Good idea by GroeFaZ · · Score: 5, Funny

    because game consoles, too, want to be free.

    --
    The grass is always greener on the other side of the light cone.
  14. Re:Why would you need it on a three 3.2 GHz proces by paranode · · Score: 5, Funny

    And they want to open something in OpenOffice.

  15. Re:Yay by porneL · · Score: 5, Funny

    It just gives that fuzzy feeling that Microsoft has paid $126 for your Linux box.

  16. Re:Consoles are not general computing platforms by Anonymous Coward · · Score: 5, Funny

    You missed the whole point of being a geek. Sorry, slashdot is not for you, don't come back.

  17. Sounds like a good warm up by koan · · Score: 5, Insightful

    To cracking the Trusted Computing hardware.

    --
    "If any question why we died, Tell them because our fathers lied."
  18. This is not the slashdot I once knew by Anonymous Coward · · Score: 5, Funny

    Hello fellow slashdotters, I've been reading slashdot for several years but this is ourageous.
    As the Executive Sales Manager for Microsoft XBox 360 I don't see this as news but a direct
    illegal action against the Microsoft corporation. Hacking the XBox hardware which the machine was
    not originally intended for will be further looked into by the FBI and CIA as it is considered a
    hostile Terrorist action against the United States of America's privatly owned enterprises. We
    have the governments full support to fight this Communist plague and any attempt to interfere or
    hinder this investigation will result in an immediate hostile response.

  19. At least by paranode · · Score: 4, Funny

    Before they try porting Gentoo to it.

  20. Geeks don't need a "why." by MP3Chuck · · Score: 4, Insightful

    I mean seriously ... why not put Linux on the XBox? If there are some hackers out there that get their rocks off porting Linux to everything from new architectures to dead badgers, then more power to them if they want to tackle the X360, too. And IMO it'd be pretty damn cool to have 1) the power and 2) the form-factor in a general-purpose box.

  21. holy mangled facts, batman by Oopsz · · Score: 5, Informative

    He's a motivational psychologist studying performance and reward, his name is Csikszentmihalyi, and he's Hungarian, not Indian.

    1. Re:holy mangled facts, batman by Scherf · · Score: 4, Funny

      [...]Csikszentmihalyi, and he's Hungarian[...]

      Seriously, I was this close to mod you funny... ;-)

  22. this is good for microsoft by Anonymous Coward · · Score: 4, Insightful

    microsoft don't care if you run linux on the xbox. they wont loose that much money. (i know that currently they loose a bit on each xbox they sell, but the more they sell, the more they can push manufacturing costs down).

    when 360.0 is cracked, they'll learn how it was done, and make 360.1 more secure. same when people crack 360.1 etc. all the xbox linux code will be open source so they can have a good look at the methods used.

    this is all good practice for them so that oneday they'll be able to make a computer that will only run windows and signed code. then they'll claim that anyone not using their secure platform must be a hacker or software/music pirate. then they lobby the .gov. then they have no competitors.

  23. Re:Question by Slashcrap · · Score: 5, Funny

    But even the best game consoles make for pretty poor PCs if you just look at the specs, so it seems to me that this is more of a proof-of-concept and the sheer devilish joy of seeing Tux on an Xbox.

    3 x 3.2Ghz Power PC CPUs, 512MB memory, high-end GPU, 20GB HDD & wireless.

    I see what you mean. It's hardly worth bothering with really is it?

  24. Re:Why would you need it on a three 3.2 GHz proces by ThaFooz · · Score: 4, Interesting

    I know that was a joke, but the appeal of getting linux on the Xbox for me is to be able to run MythFrontend for all my video needs... which requires QT and tends to be a little clunky on ancient machines. Not that you need 3.2 ghz processors, but hey, the XBox is cheaper than a new machine.

  25. Re:Yay by sgant · · Score: 4, Interesting

    Renderfarm maybe?

    If only we could port Vray, Mental Ray and PRman to it.

    Cheap renderfarm networked together. Need lots of cooling though from what I understand about the 360

    --

    "Leo Fender was in a 'state of grace' when he designed the Stratocaster." -- Paul Reed Smith
  26. TCPA by marcosdumay · · Score: 4, Interesting

    This is (as far as I know) the very first Trusted Computing platform that we can put our hands on. Very, very interesting. And it is well done (no obvious flaws).

    If somebody can break that, we may be safe! That or they may build a more secure one, but we'll be safe for more time anyway.

  27. Re:Erm why? by oneiron · · Score: 5, Insightful

    I think it's a worthy cause to have an open source operating system working on every piece of equipment that is capable of it. Plenty of reasons it might come in handy some day (post-apocolyptic being the most entertaining one to think about)... Of course, the 360 also happens to have a fair amount of horsepower for the price (for now)...

  28. Re:Yay by Geoffreyerffoeg · · Score: 5, Funny

    But how long does that fuzzy feeling last when your system crashes because the power-supply overheated?

    Then it becomes a warm fuzzy feeling.

  29. Re:How To by Eideewt · · Score: 5, Funny

    I believe that's:
    1. Get modified Xbox with Linux installed
    2. Suspend on a piece of string
    3. Spin 360 degrees on piece of string
    4. ???
    5. Profit!

  30. Re:Why? by anagama · · Score: 4, Insightful
    Maybe a usable Linux desktop? A hacked XBOX - yeah that ought to have about 100 users.
    Completely wrong. Hacking the 360 is important ... vital. If it isn't done, then when streaming video or the like starts to take off, content providers will require you to have MS hardware and your only option will be to accept that or give up. Hacking the 360 ensures choice in the marketplace in the future. Here's a quote from an article I ended up at by following some links during my RTFA session:
    Why does it matter? Bear in mind, Microsoft has big plans for the home -- plans that include media center PCs, family entertainment centers, TV set-top boxes, portable media players, mobile phones, and, of course, gaming devices. Considering that the Xbox 360 represents a powerful new computing platform that will be finding its way into tens of millions of homes, it seems likely that Microsoft will attempt to leverage the device to extend its reach throughout the home, offering a wide range of capabilities and services.
    http://www.windowsfordevices.com/news/NS3988467635 .html


    That's doubletalk for "you must use MS ______ to view this content".
    --
    What changed under Obama? Nothing Good
  31. Re:Yay by akeyes · · Score: 5, Funny
    Why would you need it on a three 3.2 GHz processors.

    You must be new here...

  32. Ooo! Ooo! And a cure for cancer too! by Valdrax · · Score: 5, Insightful

    It would be pretty cool if Linux worked on a 360 but please remind me again why people are trying to make it so? Aren't there enough projects crying out for some decent developer input already? Maybe I am just getting old and grumpy but this seems like a terrible waste of time that could be used to great benefit.

    I consider this the logical equivalent of the question, "Couldn't they be working on a cure for cancer instead?" I cannot abide this sort of arrogant stupidity.

    1) All programmers/scientists/etc. are not equivalent. Life is not some computer strategy game. You can't just wave your mouse around, pull a person off one project, put them on another, and expect the same level of productivity. Maybe the Xbox 360 project will attract people with good hardware hacking skills that aren't really applicable on anything you care about.

    2) What interests you may or may not interest people of technical aptitude. Sure, a cure for cancer would be really great, but not everyone is interested in whatever field of research will finally result in it. Some people might be more interested in entomology than oncology, and some people might be more interested in getting a cheap, powerful Linux home entertainment computer than whatever makes you happy. Your desires are not everyone else's desires.

    3) What doesn't interest you isn't necessarily useless. An Xbox is a very powerful multi-processor system perfect for hooking up to a home entertainment system and well suited for light distributed processing tasks. It's also fantastically cheap for what it's capable of. There are numerous potential uses for it.

    4) Not everything has to be useful to be worth doing. Surprise, surprise -- the people working on this might be doing it for fun! Even if it didn't have a lot of utility, that doesn't mean it isn't worth doing if it brings someone enjoyment to do it.

    In short, stuff it. You're not the dictator of the world, so quit discouraging people from pursuing interests that you don't share.

    </frothing at the mouth>

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  33. Re:Nice try by ultranova · · Score: 5, Insightful

    The OP made a claim, without posting a shred of evidence, and I asked him/her to back it up. I'm genuinely interested to hear where he (or anyone else) thinks flaws might be in the 360's security model.

    There is no absolutely unhackable security model. Even if there is absolutely no bugs in XBOXs software (which I find highly unlikely - this is Microsoft we're talking here), you can always modify the hardware until the code you want to pass passes. Simply replace every single part if nothing else helps.

    The real questions are: is there a hack that requires so little effort from the part of the user that it is worth the trouble, and if so, how long until it is discovered ?

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  34. FAQ by Paradise+Pete · · Score: 5, Funny
    Pretty good FAQ on that site:

    Q: Have you guys modded the Xbox360 yet?
    A: No, not yet.

  35. Re:Nice try by AngryUndead · · Score: 5, Informative

    Softmodding involves a buffer overflow exploit using modified savegames for certain games, and involves no hardware modification.

  36. Let's get hacking. by Aqws · · Score: 5, Insightful

    I don't see why there isn't a lot more enthusiasm behind this project, only 100 posts so far, and hald of them saying why hacking the X-box 360 isn't that important. I thought this site is for nerds, the type of people who would love to get there hands dirty with this type of stuff. How can there be so much exitment about the x-boxs release, not as much exitment about greatly expanding what you can do with your X-box. First off, this allows gamers a much, much larger variety of games... I might end up playing Frespace to this thing. Anything you would be able to do with a PC you could do with an X-box 360 if linux is ported to it. I intend for my next PC to be an X-box 360, microsoft gets the hardware at a reduced cost, and that reduced cost is not only carried over onto you, but is improved upon, microsoft loses $130 for each xbox sold. This is no minimalistic PC, it's much better than my current one. When the security is cracked for linux, it won't be long until mac os X or any of the BSDs are ported to. Plus, it only runs $300 for a base unit. Alright anough dealing with these non-nerds, why aren't you linux experts hacking away at this thing? Think of the boon in linux developers when all these computer users get a taste of linux, because it will so vastly improves there console. Whos' going to care about the X-box when the PS3 comes? The faster it is ported, the more people who will be exposed to Linux, and end up developing it and making it better. Plus, the sooner I get my PC. How can you turn down this challenge? I wish they would have another one of those contests, were that guy got $100,000 for getting linux on the first x-box without a hardware change.

  37. Speaking of crashes... by kyashan · · Score: 4, Insightful

    Those that have a system with the HD and intend to keep it standing vertically, may want to think twice about that.
    It was very easy for me to kill a devkit as it fell laterally while the console was on.
    I can't imagine the retail system being less sensitive to that, as it's only normal for an HD to get damaged that way.
    The problem is that the thing is meant to stand up, but it's light and it doesn't have a wide base.

    Watch out.

    --
    "La presi e te la pagai (480.000 Lire)"
  38. It's just a ploy from MS to make Linux crash... by marcushnk · · Score: 4, Funny

    You see.. they're taking a $129 loss on every x360 sold.. the reason is that they KNOW we're going to put Linux on it.. and the moment we do you KNOW some well meaning twit will port Gentoo to it.
    Now if these buggers over heat and die regularly what do you think GENTOO is going to do to it with all that compiling?!?!

    It's going to set fire to houses and KILL PEOPLE!!
    Then MS can sit back and let the marketing dogs of war loose, and Linux will be branded as the child killing OS for ever and a day.

    so.. which of you genius Judas will be nailing Tux to a dead tree first??

    --
    "Consider how lucky you are that life has been good to you so far. Alternatively, if life hasn't been good to you so far
  39. Security isn't about perfection by cgenman · · Score: 5, Insightful

    Parent poster implies a very important point. No security model needs to be perfect. It just needs to be good enough that it isn't worth screwing up whatever the security model is there to protect.

    If it takes 50 solder points and a week of effort, 99.9% of your users won't modify their consoles and your software sales won't be negatively impacted. If it takes a complete code re-write then finding a hash collision to get a modified console online, nobody will do it. Heck, Nintendo found that adding 2 little plastic tabs to the SNES was sufficient to greatly reduce the scope of the import market.

    Security is about dissuading people from doing things, not preventing them.

    1. Re:Security isn't about perfection by interiot · · Score: 4, Insightful
      Security is about dissuading people from doing things, not preventing them. That's true to some extent. Theoretically, many government sites are vulnerable to nuclear attack. However, the difficulty (politically and physically) of constructing one, and the likelyhood of counterattacks, mean that it's exceedingly unlikely to happen, despite the technical possibility. If it takes 50 solder points and a week of effort, 99.9% of your users won't modify their consoles and your software sales won't be negatively impacted.

      If it takes 50 solder points, somebody in China will figure out a way to make the work go quickly, and people will import them from Lik-sang. And we're nowhere near the 50-solder-point mark yet. And granted, if it got to the point where modifying it took more than $50-100 of work, people would just buy the nearest-priced open media portal device instead.

      Ultimately, technical security is completely different from physical security. Developers can do things in their home that's not detectable anywhere, and once things are broken once, they can easily be broken everywhere.

  40. Re:Nice try by ArbitraryConstant · · Score: 5, Insightful

    As long as these things play games online the possibility exists of a buffer overflow there as well.

    I know games programmers, and while many are competent, they rarely care/have time to audit their code for security bugs.

    --
    I rarely criticize things I don't care about.
  41. Er... say wha? by brunes69 · · Score: 4, Insightful

    Once you get into hardware probably very few people will attempt it. Too risky.

    I don't know what circles you travel in, but I don't know *anyone* who owns an Xbox that is not modded, and that is out of about 20 to 30 Xbox owners.

    The benefits of modding (namely, XBMC and the ability to play backups) are just too great to *not* do it.

    It will be the same for the 360 - a hardware mod chip will be out in a matter of weeks, and everyone and their dog will have one.

  42. Re:Nice try by alerante · · Score: 4, Insightful

    Simply replace every single part if nothing else helps.

    After that, rename your Xbox to "Ship of Theseus".

  43. Re:Nice try by rpresser · · Score: 5, Informative

    To the best of my knowledge there is still no crack for the Xbox that doesn't involve hardware modification.

    Please improve your pitiful knowledge.
    http://www.xbox-linux.org/>

    Softmodding (modding with no hardware modification) is possible based on a few different methods. There are at least three games for which a savegame buffer overflow exploit is known. You can download a malicious savegame, load it from within the game, and linux boots. From there you can ftp anything you like to your hard drive. (This is the method I chose.) No hardware modification is required. Getting the savegame available to the XBOX can bit tricky. You can either buy an xbox memory card with one installed, or use a standard USB memory drive connected to the controller port -- the controller ports are standard USB with a different connector, but commercial USB adapters are available from real companies (i.e., companies with interests other than assisting you in softmodding).

    Among the popular "permanent" softmods you can install onto the harddrive are font mods (buffer overflow in the font file that loads with the splash screen) and sound mods (buffer overflow in the sound processing code, for playing ripped tracks - the original MS software includes a CD ripper for inserting your own soundtracks into games that support it). (I chose the font mod).

    Now that you have a mod on your hard drive, you can run unsigned code, including linux itself, alternate dashboards, or (my favorites) Xbox Media Center (not to be confused with the Media Center package Microsoft sells for Xbox) or Xbox-MAME.

    A totally different way to go involves opening the XBOX, connecting its hard drive to a PC, loading linux on it, and putting it back in the XBOX. That could be considered "hardware modification" but it requires nothing more than guts and a few screwdrivers.

  44. Re:Enough! by croddy · · Score: 4, Insightful
    Windows isn't what we should be afraid of. The technology behind Windows has already undergone two significant shifts (from 3.1 to 9x, and then to NT) -- and it will shift again. Windows is nothing to worry about. For all but a few users with specific niche needs, there are numerous other OS options which are ready to use.

    The real danger is that the 360 represents some of the first real shooting in the DRM wars: a large-scale deployment of hard-wired cryptographic restrictions with the sole purpose of locking consumers out of their own property. Running Linux on this hardware is just a fun side effect of the very important and immediate need to defeat trusted computing and digital restrictions technology -- and to defeat it soundly and rapidly.

  45. Re:Nice try by croddy · · Score: 5, Funny
    The real questions are: is there a hack that requires so little effort from the part of the user that it is worth the trouble, and if so, how long until it is discovered ?

    After some analysis, I've already discovered what appears to be a critical vulnerability already in the 360's chain of trust.

    The approach will not be easy. You are required to maneuver straight down this trench and skim the surface to this point. The target area is only two meters wide. It's a small thermal exhaust port, right below the main port. The shaft leads directly to the reactor system. A precise hit will start a chain reaction which should destroy the station.

  46. Re:Nice try by Rew190 · · Score: 4, Interesting

    To the best of my knowledge there is still no crack for the Xbox that doesn't involve hardware modification.

    Done and done.

    It involves getting in through a savegame. I had this done to my XBox; it has something to do with FTPing in and replacing boot files.

    Hopefully the new system gets cracked quickly; an XBox with XBox Media Center is very useful!

  47. This must be a great story by richdun · · Score: 4

    No new Slashdot main stories for 9 hours and counting...

  48. must.. have.. slashdot.. story.. by merc · · Score: 4, Informative

    going through slashdot withdrawl symptoms...!!!

    faaaaaaaaaaarrrrrrrrrrrrrrkkkkkkkkkkkk!!!!!!

    --
    It's true no man is an island, but if you take a bunch of dead guys and tie 'em together, they make a good raft.