| View previous topic :: View next topic |
| Author |
Message |
jayteemaster
Joined: 06 Apr 2004 Posts: 5
|
Posted: Thu Apr 29, 2004 12:33 am Post subject: sbios |
|
|
Anyone has any info on sbios (Playstation 2 SIF bios) ?
Where it is located ?
How to access the sbios functions? |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Thu Apr 29, 2004 2:14 am Post subject: |
|
|
| All of your questions can be answered within the source of the PS2/Linux kernel. Check include/asm-mips/ps2/sbcall.h and everything in arch/mips/ps2/sbios/. In drivers/ps2/ you'll find many examples of accessing the SBIOS. If you need a non-Linux way to access it, let me know and I'll try to get some stuff out there. |
|
| Back to top |
|
 |
jayteemaster
Joined: 06 Apr 2004 Posts: 5
|
Posted: Thu Apr 29, 2004 3:32 am Post subject: |
|
|
Thanks.
I was trying to use one sbios call (ps2_setdve...) in a non linux environment. Unfortunely there is no source code for the sbios neither the CVS TGE project has that particular function reversed engineered. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Thu Apr 29, 2004 3:48 am Post subject: |
|
|
| setdve is handled by the SetGsCrt() syscall, there is no need to call it directly natively. If you need this to run under the SBIOS (not native) then I have some source code I can get to you (it does a rough equivalent of SetGsCrt()). Or, just look for setdve in the Linux kernel source. |
|
| Back to top |
|
 |
|