Xbox Modchip Featuring Onboard Operating System
An anonymous reader writes "A group of talented coders known as TeamXodus, have released an xbox modification chip with a difference, the 'Xenium' is a modchip which features a fully legal operating system that was coded by the team from scratch. The mod can be installed Solderlessly and will allow the end user to unlock the power of the xbox and run applications such as Linux on their Xbox. The onboard Operating system currently stands at version 2.0 and features a massive 1.35 million lines of code and was recently reviewed by HomeCinemaChoice whereby they declared the Xenium 'The creators of the easiest Xbox modification - the complete package.'"
So, people are always wanting to use these things as general purpose computing devices. Is the math still such that it is a good decision (as compared to purchasing standard PCs).
SSL Certificate
Good I have been looking for a cheap file server and since I don't have time to play my XBOX much anymore it can do the job.
Suppose I switch between XBOX gaming and file serving?
I'm interested in modding up my Xbox, but curious as to whether any chip allows the mod chip to be turned off via something like dashboard(for the purposes of using Live!), rather than a physical switch.
Here's a mirror through the Coral web cache:
;)
/. really oughtta have a script that does a quick Coral cache population of all the links in a story before posting them... once the site's already been destroyed, it ain't going to be cached.
http://www.teamxodus.com.nyud.net:8090/
(...but the mirror contents is of the broken web server.
This chip isn't new, it's been out for a long time. I got mine about 6 months ago and it had been out for a few months then.
But it still does rock. You can do things right out of the box that normally take a lot of searching and downloading with other chips, e.g. format an enormous hard drive to FATX and copy over all the old partitions and information, all with one push of a button.
As a bonus it includes Cromwell in its own memory bank on the chip. This is the BIOS that's usually used to start linux distros. I use it for my MythTV XBOX. To tell the truth I've never even had to add an extra BIOS to it, because all I use the XBOX for is for MythTV and to VNC for Linux apps.
Oh, it's also really easy to turn off so you can use your XBOX for xbox-live, if that's your bag.
"He's more machine now than man, twisted and evil."
According to a rival modchip maker, after 10 minutes of reverse engineering, XOS2 is based on OsKit (http://www.cs.utah.edu/flux/oskit/) - though this may just be a slanderous claim so I can't say whether this is the case or not. I KNOW that certain parts of the OS are based on Xbox-Linux's Cromwell efforts (the Recovery mode uses Cromwell for sure, along with the Xbox-Linux video drivers), but wheres the source? Nowhere. Would be nice to get some seasoned hackers to do some reverse assembly here.
when recently, a couple of weeks ago, this female customer returns an X-Box to Wal-Mart (I work in electronics) and said she couldn't get it to play any games. She said this weird menu kept coming up and she couldn't get it to do anything useful.
So we fired it up there in the store and lo and behold this menu comes up for Xenium by TeamXodus. I knew it was a modded X-Box but didn't know why she would have one or why she would want to return it. Apparently she had purchased it from another Wal-Mart and someone returned the modded X-Box there.
She kept asking me why someone would do this and I tried to explain the coolness factor of being able to control your own X-Box. She wasn't getting it. So, she returned it and got a regular ol' X-Box that does what she wants.
However, I'm confused as to why someone would successfully mod an X-Box and then return it! Is this Xenium thing not all that its cracked up to be? Was it too powerful for someone to handle and they had to bring it back? I don't know, but it really makes me wonder...
The REAL reason, of course, is that figuring out a good caching policy would take thought and work, which don't seem in much supply for the last couple years.
The reason is that the subscription business model of "see it before the crowds turn the server into molten sludge" would disappear.
If I had a huge bandwidth bill because of slashdot herding 250K+ people to my website for fun and profit you sure as hell better believe I'll sue their asses to recover the bandwidth bills.
So Linux is not an os but an application that runs on the operating system?
.xbe (XBox Executable) to work as a bootloader. The kernel mounts the F:/rootfs and F:/swap files as folders; this is much like mounting an iso in linux using "mount -t iso9660 -o loop FILE.iso /LOCATION".
... on the operating system" but normally, as a PC would.
Actually, the xbox uses its own filesystem: FATX. In order to linux on it, the linux root partition is stored in a (by default) 3GB file located on the root of either the E or F partitions. This file contains all linux data in a sort of emulated reiserfs filesystem (assuming you use Gentoox).
The xbox kernel was ported to the xbox and wrapped in an
Now, if you flash a legal linux BIOS on your modchip and boot it, you'll need to have formatted your xbox with a supported linux filesystem such as fat32, ext2, ext3, reiserfs, etc. In this case, linux does not run from an "application
Hope this makes sense.