Parece que los hackers linuxeros ya han puesto manos a la obra, y han sacado el sistema operativo más portado del mundo a los nuevos gadgets del mercado, nos referimos a LINUX. Para ello han creado dos proyectos bajo el nombre de DSLinux y PSP-Linux, el cual intenta correr el sistema operativo del pingüino en el Nintendo DS y en el PSP respectivamente. Pues la buena noticia es que ya han sido capaces de hacerlo y sobre un Kernel 2.6, con soporte framebuffer. En la última “nightly build” han añadido un teclado táctil. Simplemente impresionante, compruébenlo por ustedes mismos.
http://kineox.free.fr/DS/dslinux.ds.gba
http://kineox.free.fr/DS/dslinux.nds

You need to start with the full distribution of uClinux
Extract the distribution:
CODE
tar -xvjf uClinux-dist-20041215.tar.bz2
Log in to the DSLinux anonymous CVS server (empty password):
CODE
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dslinux login
Check out the code:
CODE
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dslinux co -P dslinux
Copy it into the uClinux distribution:
CODE
cp -a dslinux/* uClinux-dist
To update an existing checkout:
CODE
cd dslinux
cvs -z3 -q update -d
cp -a * ../uClinux-dist
http://kineox.free.fr/DS/dslinux.ds.gba
http://kineox.free.fr/DS/dslinux.nds

You need to start with the full distribution of uClinux
Extract the distribution:
CODE
tar -xvjf uClinux-dist-20041215.tar.bz2
Log in to the DSLinux anonymous CVS server (empty password):
CODE
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dslinux login
Check out the code:
CODE
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dslinux co -P dslinux
Copy it into the uClinux distribution:
CODE
cp -a dslinux/* uClinux-dist
To update an existing checkout:
CODE
cd dslinux
cvs -z3 -q update -d
cp -a * ../uClinux-dist

0 comentarios:
Publicar un comentario en la entrada