| View previous topic :: View next topic |
| Author |
Message |
binch
Joined: 04 Jul 2006 Posts: 28 Location: China
|
Posted: Sat Oct 21, 2006 1:05 pm Post subject: who will provide the syscall |
|
|
Hi,
I am studying the PS2SDK code and to find what I can help. I noticed in kernel.S ,some function are provided as an interface to syscall, my question is: who will provide the syscall exception vector, the ps2link or PS2 internal BIOS?
very curious, thanks in advance.
Binary |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Tue Oct 24, 2006 1:45 am Post subject: |
|
|
| The PS2 kernel, of course. |
|
| Back to top |
|
 |
binch
Joined: 04 Jul 2006 Posts: 28 Location: China
|
Posted: Tue Oct 24, 2006 9:57 am Post subject: |
|
|
where is the PS2 Kernel?
Seems this board is very quiet... |
|
| Back to top |
|
 |
cheriff Regular
Joined: 23 Jun 2004 Posts: 262 Location: Sydney.au
|
Posted: Tue Oct 24, 2006 10:24 am Post subject: |
|
|
The kernel is in the PS2's ROM. There's a bunch of routines there to handle
threads and semaphores and other stuff.
The PS2 kernel pretty much is the BIOS, all it does in implement the functionality you've seen in headers and kernel.S. _________________ Damn, I need a decent signature! |
|
| Back to top |
|
 |
|