| View previous topic :: View next topic |
| Author |
Message |
Compound
Joined: 12 May 2005 Posts: 48
|
Posted: Thu May 12, 2005 10:37 am Post subject: ps2dev reference? |
|
|
Ez all, first post etc. I was just wondering if an up to date reference of functions , registers and librarys etc is kept for the ps2 dev environment, sorry if it is in a blatantly obvious place and im being dumb _________________ http://stowelly.co.uk/ |
|
| Back to top |
|
 |
MrHTFord
Joined: 10 Feb 2004 Posts: 35 Location: England
|
Posted: Thu May 12, 2005 10:49 am Post subject: |
|
|
Ez.
The functions live in the libraries; the major library is ps2sdk.
There's some stuff that's auto-generated from the ps2sdk source code which should be browseable at docs.ps2dev.org, but it doesn't seem to be very complete, infact, reading the source itself will give more than is listed there.
Registers? Do you mean CPU registers or other hardware registers? Most people get that info from the ps2linux documentation that Sony provide with the kit.
There are various higher level libraries around that you can use to avoid having to access the hardware too directly yourself. For example, there are three graphics libs you can use (libIto, dreamGL and GsKit).
Get the source or browse the CVS, after all, the best documentation is often the code. Try cvs.ps2dev.org
MrHTFord. |
|
| Back to top |
|
 |
Compound
Joined: 12 May 2005 Posts: 48
|
Posted: Thu May 12, 2005 11:12 am Post subject: |
|
|
cheers much apreceated,
is the ps2 linux documentation freely availible?
although theres alot of other graphics librarys i feel it would be beneficial for me to fully understand exactly what its doing to quite a good level, messed around in too much high level stuff and now want to experiment with this. _________________ http://stowelly.co.uk/ |
|
| Back to top |
|
 |
MrHTFord
Joined: 10 Feb 2004 Posts: 35 Location: England
|
Posted: Thu May 12, 2005 11:46 am Post subject: |
|
|
The docs come with the ps2linux kit when you buy it, don't ask for them here, forum rules etc.
Regardless, all of what is in the docs can be gleamed from reading the source. If you need specific help, irc channel #ps2dev on efnet is a good place to ask.
Good luck! |
|
| Back to top |
|
 |
Compound
Joined: 12 May 2005 Posts: 48
|
Posted: Thu May 12, 2005 12:39 pm Post subject: |
|
|
haha yeh figured that there might have been issues with it. cheers for your help everythings looking a lot easier than i first imagined it to be _________________ http://stowelly.co.uk/ |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Thu May 12, 2005 4:05 pm Post subject: |
|
|
There is also docs.ps2dev.org wich is run nightly, one drawback is that not much of the ps2sdk have been marked up nicely with doc tags. but its there atleast :) _________________ Kung VU |
|
| Back to top |
|
 |
Compound
Joined: 12 May 2005 Posts: 48
|
|
| Back to top |
|
 |
|