Xenon Linux Loader, codename Xell, è pronto! Anche se il loader è ancora ad uno stadio iniziale, per il momento funziona tutto alla perfezione. Per l'avvio, come c'era da immaginarsi, viene sfruttato l'Hypervisor Exploit quindi le modalità di avvio non fanno parte del progetto XeLL. Eccovi il readme ufficiale che spiega come opera il loader:
Linux Bootlader for xbox360 - XeLL
XeLL is the Xenon Linux Loader. It's a second-stage bootloader and isusually run by an exploit. The method of booting this is not a part of this
project. XeLL catches CPU threads, sets them up (basically setting HRMOR to zero), loads an ELF file from either network (tftp) or CDROM, and launches it. It also contains a flat device tree for linux. cdrom.c includes a very simple ISO9660 parser, which tries to boot the file named ""vmlinux".
lwIP (http://www.sics.se/~adam/lwip/) is used for networking. Network config is currently hardcoded in network.c (and main.c). XeLL also contains a HTTP server. It is not really used. XeLL is licensed under the GPL v2, and no other version. Xenon-specific stuff of XeLL was written by Felix Domke , other parts where taken from other free sourcecodes. No non-free hardware documentation was used for developing XeLL. XeLL is in a very early stage, but is (most of the time) fully working
Potete scaricarlo qui. ricordate che questi sorgenti vanno compilati prima di essere avviati nella vostra 360.
