Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo on Play Station 2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
T0M3K
n00b
n00b


Joined: 19 Mar 2004
Posts: 67
Location: Brooklyn, NY

PostPosted: Thu Apr 22, 2004 5:42 pm    Post subject: Gentoo on Play Station 2 Reply with quote

I recalled that I have a Linux kit for PS2.
I wonder if I can somehow place Gentoo on it.
The only problem or inconvience I found was that PS2 Linux required to boot from CD and then load some settings from Memory Card.
_________________
http://www.dslr.net/
Back to top
View user's profile Send private message
jjasghar
Guru
Guru


Joined: 07 Mar 2004
Posts: 342
Location: $HOME=/usa/tx/austin

PostPosted: Thu Apr 22, 2004 5:50 pm    Post subject: Reply with quote

http://playstation2-linux.com/projects/gentoo-ps2/

never tried it, and i think you need a hdd.
_________________
#include <LinuxUser #324070>
main()
{
printf("and i'm sorry my spellign sucs.");
}
Back to top
View user's profile Send private message
T0M3K
n00b
n00b


Joined: 19 Mar 2004
Posts: 67
Location: Brooklyn, NY

PostPosted: Thu Apr 22, 2004 5:56 pm    Post subject: Reply with quote

Thanx, I just found that.
It's not the newest release but looks promising
_________________
http://www.dslr.net/
Back to top
View user's profile Send private message
jjasghar
Guru
Guru


Joined: 07 Mar 2004
Posts: 342
Location: $HOME=/usa/tx/austin

PostPosted: Thu Apr 22, 2004 6:35 pm    Post subject: Reply with quote

yeah it's been like that since....man a long time ago. maybe if we flood him with email he might start up again. but i know for a fact that you can get gentoo(x) on the xbox.
_________________
#include <LinuxUser #324070>
main()
{
printf("and i'm sorry my spellign sucs.");
}
Back to top
View user's profile Send private message
Kumba
Developer
Developer


Joined: 16 Jul 2002
Posts: 393
Location: Sigma 957

PostPosted: Thu Apr 22, 2004 7:54 pm    Post subject: Reply with quote

I actually gave some help to the guy who worked on this port. But someone wound up leaking the information to Slashdot, and the guy suddenly disappeared. The port is open to anyone willing to dedicate the time to finishing it (which, mind you, will not be an easy task).


--Kumba
_________________
"The past tempts us, the present confuses us, the future frightens us. And our lives slip away, moment by moment, lost in that vast, terrible in-between."
--Emperor Turhan, Centauri Republic
Back to top
View user's profile Send private message
jjasghar
Guru
Guru


Joined: 07 Mar 2004
Posts: 342
Location: $HOME=/usa/tx/austin

PostPosted: Thu Apr 22, 2004 9:22 pm    Post subject: Reply with quote

what would have to be done?

not that i'm a good. or even developer, but i have a ps2 and a grasp of gentoo, i could "try" if you gave me some direction....
_________________
#include <LinuxUser #324070>
main()
{
printf("and i'm sorry my spellign sucs.");
}
Back to top
View user's profile Send private message
Kumba
Developer
Developer


Joined: 16 Jul 2002
Posts: 393
Location: Sigma 957

PostPosted: Sat Apr 24, 2004 3:45 pm    Post subject: Reply with quote

Any attempts made on the finishing the PS2 Port will not be easy undertakings. Keep this in mind. First, you'll need a rather deep understanding of the portage system, mainly in how profiles work, the stage building process, and how catalyst is used to build install stages (there are docs available on this on the Gentoo site). An understanding of a compiler toolchain also helps, as any PS2 Linux port will not be able to make use of the default gcc versions available. At the least, any PS2 port will most likely be using an outdated gcc and binutils version, compared with the available version to normal gentoo systems. Because of this, a PS2 port will need to be locked down to these specific toolchain versions to avoid issues.

Other things are a small understanding of the MIPS architecture, at least as far as what it is, the various ABI's (o32, n32, n64), ISA's (MIPS-I,-II,-III,-IV), and CPUs commonly found (R4x00, R5000, R10000, etc..). These don't really help on PS2 itself, but being aware of them, and understanding what they are helps one to understand why the MIPS architecture has been a favourite among game console developers (i.e., PSX was an R3000 MIPS, N64 was an R4300, Most SGI systems are MIPS, etc...).

Lastly, no leaking to slashdot :P This drove the last guy off I think, but I'm really not sure. After the work got posted on slashdot, I do know the server at his work that was hosting the stages felt the brunt of a slashdotting, but he disappeared off IRC shortly thereafter.

All in all, your greatest asset will be pure and simple luck.


--Kumba
_________________
"The past tempts us, the present confuses us, the future frightens us. And our lives slip away, moment by moment, lost in that vast, terrible in-between."
--Emperor Turhan, Centauri Republic
Back to top
View user's profile Send private message
jjasghar
Guru
Guru


Joined: 07 Mar 2004
Posts: 342
Location: $HOME=/usa/tx/austin

PostPosted: Sat Apr 24, 2004 9:07 pm    Post subject: Reply with quote

that sound's cool and all, but i'll be honest, i've never "developed" anything. i want to, but i'm still learning networking with linux in general. assuming i did want to do something along these lines, what should i start reading? i bet it's safe to say i should learn C right?
_________________
#include <LinuxUser #324070>
main()
{
printf("and i'm sorry my spellign sucs.");
}
Back to top
View user's profile Send private message
HydroSan
l33t
l33t


Joined: 04 Mar 2004
Posts: 764
Location: The Kremlin (aka Canada)

PostPosted: Sun Apr 25, 2004 3:29 am    Post subject: Reply with quote

Quote:
i bet it's safe to say i should learn C right?


Yes. And Assembly, too, or else you probably wont get that sexy GCC or libc working. 8O
_________________
I was a Gangster for Capitalism, by Major General Smedley Butler.

Server status: Currently down, being replaced with fresh install - 20% completed.
Back to top
View user's profile Send private message
jjasghar
Guru
Guru


Joined: 07 Mar 2004
Posts: 342
Location: $HOME=/usa/tx/austin

PostPosted: Sun Apr 25, 2004 4:32 am    Post subject: Reply with quote

well that's hardcore depressing

i really want to start some form of project....and i was hoping this would have been it....i could try to make a livecd or something....
_________________
#include <LinuxUser #324070>
main()
{
printf("and i'm sorry my spellign sucs.");
}
Back to top
View user's profile Send private message
HydroSan
l33t
l33t


Joined: 04 Mar 2004
Posts: 764
Location: The Kremlin (aka Canada)

PostPosted: Tue Apr 27, 2004 6:07 am    Post subject: Reply with quote

Quite honestly, I think screwing around with MIPS assembly is way too much trouble. 8O Seeing as how you haven't learned any C yet, it'll be damn hard to learn something like Assembly, especially on a sort of non-standard architecture. Though I guess there is probably already a GCC for some form of MIPS and Linux can obviously be compiled under MIPS, but if the PS2 isn't a -standard- MIPS, then you'll have to port the entire Linux kernel, GCC, libc, Grub, ReiserFS/ext*, binutils, etc, etc...

Of course, most of that seems to be done already, so I'm probably wrong. I'm just saying IF. So take a look at that thing, and see if you can make anything out of it.
_________________
I was a Gangster for Capitalism, by Major General Smedley Butler.

Server status: Currently down, being replaced with fresh install - 20% completed.
Back to top
View user's profile Send private message
stonent
Veteran
Veteran


Joined: 07 Aug 2003
Posts: 1139
Location: Texas

PostPosted: Tue May 25, 2004 4:47 am    Post subject: Reply with quote

Well you don't have to entirely shoulder the responsibility. The PS2 linux kit community has done some pretty decent stuff with the limitations that Sony has given to them. You could technically stay with their kernel or used some of the patched ones on their forum. Untar a mips stage1 and try to bootstrap it and see what happens.

Is the R5900 backwards compatable with other Mips executables?
_________________
Inspiron 4100 & Sun UltraAXe
Portage on Solaris|Dell Laptop Hacks
The way you feel about organized religion is the same way I feel about organized socialism.
Back to top
View user's profile Send private message
mattmatteh
Guru
Guru


Joined: 10 Mar 2004
Posts: 449
Location: near chicago

PostPosted: Thu Sep 02, 2004 6:30 pm    Post subject: Reply with quote

anyone working on the ps2 port? or is it dead? anyone use the old port thats out now? does that work, i was thinking of installing it when and if i get free time.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum